summaryrefslogtreecommitdiffstats
path: root/tools/perf
Commit message (Expand)AuthorAgeFilesLines
* perf script: Fix broken include in Context.xsRamkumar Ramachandra2013-07-101-1/+1
* perf tools: Fix -ldw/-lelf link test when static linkingMike Frysinger2013-07-101-2/+2
* perf tools: Revert regression in configuration of Python supportMichael Witten2013-07-091-1/+1
* perf tools: Fix perf version generationRobert Richter2013-07-081-6/+15
* perf stat: Fix per-socket output bug for uncore eventsStephane Eranian2013-07-081-3/+4
* perf symbols: Fix vdso list searchingWaiman Long2013-07-083-4/+11
* perf evsel: Fix missing increment in sample parsingAdrian Hunter2013-07-081-1/+1
* perf tools: Update symbol_conf.nr_events when processing attribute eventsAdrian Hunter2013-07-081-0/+2
* perf tools: Fix new_term() missing free on error pathAdrian Hunter2013-07-081-0/+1
* perf tools: Fix parse_events_terms() segfault on error pathAdrian Hunter2013-07-081-1/+2
* perf evsel: Fix count parameter to read call in event_format__newDavid Ahern2013-07-081-1/+1
* perf tools: Fix -x/--exclude-other option for report commandJiri Olsa2013-07-084-6/+1
* perf evlist: Enhance perf_evlist__start_workload()Namhyung Kim2013-07-081-1/+9
* perf record: Remove -f/--force optionJiri Olsa2013-07-087-14/+6
* perf record: Remove -A/--append optionJiri Olsa2013-07-083-88/+11
* perf stat: Avoid sending SIGTERM to random processesStephane Eranian2013-07-081-1/+22
* perf tools: Include termios.h explicitlyJoonsoo Kim2013-07-081-1/+1
* perf bench: Fix memory allocation fail check in mem{set,cpy} workloadsKirill A. Shutemov2013-07-082-3/+3
* perf tools: Fix build errors with O and DESTDIR make vars setRobert Richter2013-07-082-4/+3
* perf tools: Fix output directory of Documentation/Robert Richter2013-07-081-8/+2
* tools: Get only verbose output with V=1Robert Richter2013-07-082-2/+2
* perf tools: Add missing liblk.a dependency for python/perf.soJiri Olsa2013-05-301-1/+1
* perf tools: Remove '?=' Makefile STRIP assignmentJiri Olsa2013-05-301-1/+1
* perf tools: Replace multiple line assignment with multiple statementsJiri Olsa2013-05-301-24/+19
* perf tools: Replace tabs with spaces for all non-commands statementsJiri Olsa2013-05-302-238/+238
* perf tools: Add NO_BIONIC variable to confiure bionic setupJiri Olsa2013-05-302-0/+6
* perf tools: Switch to full path C include directoriesJiri Olsa2013-05-302-14/+39
* perf tools: Merge all *LDFLAGS* make variable into LDFLAGSJiri Olsa2013-05-302-22/+25
* perf tools: Merge all *CFLAGS* make variable into CFLAGSJiri Olsa2013-05-303-84/+89
* perf evlist: Reset SIGTERM handler in workload child processDavid Ahern2013-05-301-0/+2
* perf tools: Remove cwdlen from struct perf_sessionJiri Olsa2013-05-291-1/+0
* perf tools: Remove frozen from perf_header structJiri Olsa2013-05-292-3/+0
* perf tests: Fix exclude_guest|exclude_host checking for attr testsJiri Olsa2013-05-292-4/+4
* perf tests: Fix attr test for record -d optionJiri Olsa2013-05-291-1/+4
* perf tools: Final touches for CHK config moveJiri Olsa2013-05-291-11/+0
* perf tools: Move paths config into config/MakefileJiri Olsa2013-05-292-58/+52
* perf tools: Move libnuma check config into config/MakefileJiri Olsa2013-05-292-8/+12
* perf tools: Move stdlib check config into config/MakefileJiri Olsa2013-05-292-18/+18
* perf tools: Move libbfd check config into config/MakefileJiri Olsa2013-05-292-37/+37
* perf tools: Move libpython check config into config/MakefileJiri Olsa2013-05-292-65/+66
* perf tools: Move libperl check config into config/MakefileJiri Olsa2013-05-292-17/+24
* perf tools: Move gtk2 check config into config/MakefileJiri Olsa2013-05-292-18/+22
* perf tools: Move slang check config into config/MakefileJiri Olsa2013-05-292-26/+30
* perf tools: Move libaudit check config into config/MakefileJiri Olsa2013-05-292-8/+12
* perf tools: Move libunwind check config into config/MakefileJiri Olsa2013-05-292-24/+27
* perf tools: Move libdw check config into config/MakefileJiri Olsa2013-05-282-7/+15
* perf tools: Move libelf check config into config/MakefileJiri Olsa2013-05-282-46/+47
* perf tools: Move compiler and linker flags check into config/MakefileJiri Olsa2013-05-282-91/+85
* perf tools: Move programs check into config/MakefileJiri Olsa2013-05-282-16/+18
* perf tools: Move arch check into config/MakefileJiri Olsa2013-05-282-29/+48