summaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorLines
2010-02-28Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-1331/+5576
2010-02-26perf tools: Flush maps on COMM eventsDavid S. Miller-4/+30
2010-02-26perf annotate: Handle samples not at objdump output addr boundariesArnaldo Carvalho de Melo-23/+112
2010-02-25perf annotate: Defer allocating sym_priv->hist arrayArnaldo Carvalho de Melo-29/+32
2010-02-25perf symbols: Improve debugging information about symtab originsArnaldo Carvalho de Melo-7/+21
2010-02-25perf top: Use a macro instead of a constant variableArnaldo Carvalho de Melo-3/+4
2010-02-25perf symbols: Check the right return variableZhang, Yanmin-1/+1
2010-02-25perf/scripts: Tag syscall_name helper as not yet availableFrederic Weisbecker-4/+4
2010-02-25perf/scripts: Add perf-trace-python DocumentationTom Zanussi-2/+636
2010-02-25perf/scripts: Remove unnecessary PyTuple resizesTom Zanussi-8/+5
2010-02-25perf/scripts: Add syscall tracing scriptsTom Zanussi-1/+339
2010-02-25perf/scripts: Add Python scripting engineTom Zanussi-0/+864
2010-02-23perf/scripts: Remove check-perf-trace from listed scriptsTom Zanussi-11/+0
2010-02-23perf/scripts: Move Perl scripting files to scripting-engines dirTom Zanussi-128/+122
2010-02-23perf/scripts: Move common code out of Perl-specific filesTom Zanussi-39/+28
2010-02-23perf/scripts: Fix bug in Util.pmTom Zanussi-1/+1
2010-02-23perf/scripts: Fix supported language listing optionTom Zanussi-3/+5
2010-02-22perf probe: Init struct probe_point and set counter correctlyMasami Hiramatsu-0/+3
2010-02-21perf tools: Don't use parent comm if not set at fork timeArnaldo Carvalho de Melo-6/+13
2010-02-21perf symbols: Fix up map end too on modular kernels with no modules installedArnaldo Carvalho de Melo-1/+7
2010-02-14perf top: Fix help text alignmentKirill Smelkov-1/+1
2010-02-09perf: Fix hypervisor sample reportingAnton Blanchard-2/+2
2010-02-08perf record: Fix existing process callgraph symbolaustin_zhang@linux.intel.com-1/+1
2010-02-07perf top: Use address pattern in lookup_sym_sourceArnaldo Carvalho de Melo-7/+8
2010-02-07perf top: Fix annotate for userspaceKirill Smelkov-11/+19
2010-02-04perf tools: Fix session init on non-modular kernelsIngo Molnar-1/+1
2010-02-04perf tools: Clean up O_LARGEFILE et al usageXiao Guangrong-25/+22
2010-02-04perf annotate: Fix perf top module symbol annotationMike Galbraith-2/+2
2010-02-04perf top: Teach it to autolocate vmlinuxKirill Smelkov-17/+24
2010-02-04perf annotate: Fix it for non-prelinked *.soKirill Smelkov-2/+24
2010-02-04perf tools: Adjust some verbosity levelsArnaldo Carvalho de Melo-25/+18
2010-02-04perf record: Stop intercepting events, use postprocessing to get build-idsArnaldo Carvalho de Melo-53/+73
2010-02-04perf build-id: Move the routine to find DSOs with hits to the libArnaldo Carvalho de Melo-29/+51
2010-02-04perf probe: Don't use a perf_session instance just to resolve symbolsArnaldo Carvalho de Melo-13/+13
2010-02-04perf symbols: Ditch vdso global variableArnaldo Carvalho de Melo-24/+15
2010-02-04perf symbols: Fixup vsyscall mapsArnaldo Carvalho de Melo-2/+11
2010-02-04perf symbols: Remove perf_session usage in symbols layerArnaldo Carvalho de Melo-121/+149
2010-02-03perf tools: Use O_LARGEFILE to open perf data fileXiao Guangrong-13/+23
2010-01-31perf lock: Clean up various detailsIngo Molnar-128/+82
2010-01-31perf lock: Introduce new tool "perf lock", for analyzing lock statisticsHitoshi Mitake-0/+727
2010-01-31perf: Add util/include/linuxhash.h to include hash.h of kernelHitoshi Mitake-0/+6
2010-01-31perf tools: Add __data_loc supportHitoshi Mitake-0/+9
2010-01-31Revert "perf record: Intercept all events"Hitoshi Mitake-18/+10
2010-01-29perf: Ignore perf-archive temp fileJohn Kacur-0/+1
2010-01-29tools/perf/perf.c: Clean up trivial style issuesThiago Farina-10/+11
2010-01-29Merge branch 'perf/urgent' into perf/coreIngo Molnar-5/+7
2010-01-29perf session: Create kernel maps in the constructorArnaldo Carvalho de Melo-17/+11
2010-01-29perf symbols: Split helpers used when creating kernel dso objectArnaldo Carvalho de Melo-7/+23
2010-01-29perf symbols: Factor out dso__load_vmlinux_path()Arnaldo Carvalho de Melo-14/+26
2010-01-29perf top: Exit if specified --vmlinux can't be usedArnaldo Carvalho de Melo-1/+23