aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-04-02perf/scripts: Tuple was set from long in both branches in python_process_event()Tom Zanussi1-5/+12
2010-03-26Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds5-19/+23
2010-03-18Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds10-34/+151
2010-03-16perf probe: Use original address instead of CU-based addressMasami Hiramatsu2-10/+2
2010-03-16perf probe: Fix offset to allow signed valueMasami Hiramatsu1-2/+2
2010-03-16perf top: Improve the autosizing of column lenghtsArnaldo Carvalho de Melo2-6/+15
2010-03-13Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+1
2010-03-13perf probe: Fix need_dwarf flag if lazy matching is usedMasami Hiramatsu1-1/+1
2010-03-13perf probe: Fix probe_point buffer overrunMasami Hiramatsu1-0/+3
2010-03-11perf tools: Fix sparse CPU numbering related bugsPaul Mackerras2-0/+66
2010-03-10perf report: Print the map table just after samples for which no map was foundArnaldo Carvalho de Melo3-3/+11
2010-03-10perf session: Change perf_session post processing functions to take histogram treeEric B Munson2-23/+25
2010-03-10perf session: Add storage for seperating event types in reportEric B Munson3-0/+11
2010-03-10perf session: Change add_hist_entry to take the tree root instead of sessionEric B Munson2-4/+5
2010-03-10perf probe: Add missing variable initializationArnaldo Carvalho de Melo1-1/+1
2010-03-10perf tools: Don't trow away old map slices not overlapped by new mapsArnaldo Carvalho de Melo1-3/+32
2010-03-09Merge commit 'v2.6.34-rc1' into perf/urgentIngo Molnar5-600/+566
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina1-1/+1
2010-03-05Merge branch 'perf-probes-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds5-600/+566
2010-02-28Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds37-894/+2892
2010-02-27Merge commit 'v2.6.33' into perf/coreFrederic Weisbecker2-2/+5
2010-02-26perf tools: Flush maps on COMM eventsDavid S. Miller1-4/+30
2010-02-25perf probe: Add lazy line matching supportMasami Hiramatsu5-91/+264
2010-02-25perf probe: Show more lines after last lineMasami Hiramatsu1-0/+7
2010-02-25perf probe: Check function address range strictly in line finderMasami Hiramatsu2-23/+53
2010-02-25perf probe: Use libdw callback routinesMasami Hiramatsu2-177/+86
2010-02-25perf probe: Use elfutils-libdw for analyzing debuginfoMasami Hiramatsu2-450/+298
2010-02-25perf probe: Rename probe finder functionsMasami Hiramatsu2-7/+7
2010-02-25perf probe: Fix bugs in line range finderMasami Hiramatsu1-2/+1
2010-02-25perf annotate: Defer allocating sym_priv->hist arrayArnaldo Carvalho de Melo2-1/+3
2010-02-25perf symbols: Improve debugging information about symtab originsArnaldo Carvalho de Melo4-7/+21
2010-02-25perf symbols: Check the right return variableZhang, Yanmin1-1/+1
2010-02-25perf/scripts: Remove unnecessary PyTuple resizesTom Zanussi1-8/+5
2010-02-25perf/scripts: Add Python scripting engineTom Zanussi3-0/+638
2010-02-23perf/scripts: Move Perl scripting files to scripting-engines dirTom Zanussi3-124/+117
2010-02-23perf/scripts: Move common code out of Perl-specific filesTom Zanussi4-36/+23
2010-02-22perf probe: Init struct probe_point and set counter correctlyMasami Hiramatsu1-0/+3
2010-02-21perf tools: Don't use parent comm if not set at fork timeArnaldo Carvalho de Melo2-6/+13
2010-02-21perf symbols: Fix up map end too on modular kernels with no modules installedArnaldo Carvalho de Melo2-1/+7
2010-02-09tree-wide: Assorted spelling fixesDaniel Mack1-1/+1
2010-02-09perf: Fix hypervisor sample reportingAnton Blanchard1-2/+2
2010-02-07perf top: Fix annotate for userspaceKirill Smelkov2-2/+10
2010-02-04perf tools: Fix session init on non-modular kernelsIngo Molnar1-1/+1
2010-02-04perf tools: Clean up O_LARGEFILE et al usageXiao Guangrong3-23/+21
2010-02-04perf annotate: Fix it for non-prelinked *.soKirill Smelkov2-0/+21
2010-02-04perf tools: Adjust some verbosity levelsArnaldo Carvalho de Melo2-4/+6
2010-02-04perf record: Stop intercepting events, use postprocessing to get build-idsArnaldo Carvalho de Melo5-34/+55
2010-02-04perf build-id: Move the routine to find DSOs with hits to the libArnaldo Carvalho de Melo2-0/+47
2010-02-04perf symbols: Ditch vdso global variableArnaldo Carvalho de Melo3-24/+15
2010-02-04perf symbols: Fixup vsyscall mapsArnaldo Carvalho de Melo1-2/+11