aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-02-13perf tools: Allow multiple threads or processes in record, stat, topDavid Ahern18-56/+185
2012-02-13perf tools: Fix out of tree compilesDavid Ahern1-0/+1
2012-02-13perf tools: Fix build dependency of perf python extensionNamhyung Kim3-5/+25
2012-02-09perf record: No build id option failsDavid Ahern1-2/+2
2012-02-09perf tools: fix endianness detection in perf.dataStephane Eranian1-13/+64
2012-02-06perf stat: Align scaled output of cpu-clockNamhyung Kim1-0/+2
2012-02-06perf stat: Adjust print unitNamhyung Kim1-1/+7
2012-02-06perf doc: Allow producing documentation in a specified output directoryFranck Bui-Huu1-34/+52
2012-02-06perf tool: Fix perf stack to non executable on x86_64Jiri Olsa1-0/+7
2012-02-06Merge branch 'perf/urgent' into perf/coreArnaldo Carvalho de Melo3-1/+8
2012-02-06perf evsel: Fix an issue where perf report fails to show the proper percentageNaveen N. Rao1-0/+1
2012-02-06perf tools: Fix prefix matching for kernel mapsJiri Olsa1-1/+1
2012-02-06perf tools: Fix perf stack to non executable on x86_64Jiri Olsa1-0/+6
2012-02-02perf record: Make feature initialization genericRobert Richter2-19/+10
2012-02-02perf probe: Rename target_module to targetSrikar Dronamraju2-19/+19
2012-02-02perf tools: Remove distclean from Makefile help outputJohn Kacur1-1/+0
2012-02-01perf evlist: Make splice_list_tail method publicJiri Olsa2-3/+8
2012-01-30perf top: Fix number of samples displayedStephane Eranian1-3/+10
2012-01-30perf tools: Fix strlen() bug in perf_event__synthesize_event_type()Stephane Eranian1-1/+1
2012-01-30perf tools: Fix broken build by defining _GNU_SOURCE in MakefileDavid Daney8-16/+3
2012-01-30perf python: Use attr.watermark in twatch.pyArnaldo Carvalho de Melo1-1/+1
2012-01-30perf tools: Remove unnecessary ctype.h inclusionNamhyung Kim8-8/+1
2012-01-30perf lock: Document lock info subcommandNamhyung Kim2-5/+19
2012-01-30perf top: Fix number of samples displayedStephane Eranian1-3/+10
2012-01-30perf script: Add option resolving vmlinux pathAkihiro Nagai4-3/+13
2012-01-30perf script: Add the offset field specifierAkihiro Nagai6-15/+46
2012-01-30perf script: Print branch_from and branch_to of BTS eventsAkihiro Nagai1-0/+42
2012-01-30perf script: Unify the expressions indicating "unknown"Akihiro Nagai6-39/+42
2012-01-30perf evsel: Fix spelling typoMasanari Iida1-1/+1
2012-01-27Merge branch 'perf/fast' into perf/coreIngo Molnar1-2/+175
2012-01-26Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/coreIngo Molnar37-47/+597
2012-01-24perf tools: Fix strlen() bug in perf_event__synthesize_event_type()Stephane Eranian1-1/+1
2012-01-24perf probe: Usability fixesSrikar Dronamraju1-3/+3
2012-01-24perf tools: Fix broken build by defining _GNU_SOURCE in MakefileDavid Daney8-16/+3
2012-01-24perf bench: Allow passing an iteration count to "bench mem mem{cpy,set}"Jan Beulich2-4/+18
2012-01-24perf bench: Also allow measuring memset()Jan Beulich8-2/+331
2012-01-24perf bench: Also allow measuring alternative memcpy implementationsJan Beulich2-0/+12
2012-01-24perf bench: Make "default" memcpy() selection actually use glibc's implementationJan Beulich1-1/+1
2012-01-24perf tools: Introduce per user viewArnaldo Carvalho de Melo18-22/+200
2012-01-24perf tools: Add fprintf methods for thread_map and cpu_map classesArnaldo Carvalho de Melo4-0/+30
2012-01-15Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds15-84/+124
2012-01-10mm-tracepoint: fix documentation and examplesKonstantin Khlebnikov1-17/+17
2012-01-08perf tools: Fix compile error on x86_64 UbuntuNamhyung Kim1-1/+0
2012-01-08perf report: Fix --stdio output alignment when --showcpuutilization usedNamhyung Kim1-16/+18
2012-01-08perf annotate: Get rid of field_sep checkNamhyung Kim1-5/+0
2012-01-08perf annotate: Fix usage stringNamhyung Kim1-1/+1
2012-01-08perf kmem: Fix a memory leakNamhyung Kim1-0/+1
2012-01-08perf kmem: Add missing closedir() callsNamhyung Kim1-0/+2
2012-01-08perf top: Add error message for EMFILENamhyung Kim1-0/+4
2012-01-08perf test: Change type of '-v' option to INCRNamhyung Kim1-1/+1