summaryrefslogtreecommitdiffstats
path: root/tools/perf/util
AgeCommit message (Expand)Author
2010-03-17Merge branch 'perf/urgent' into perf/coreIngo Molnar
2010-03-16perf probe: Use original address instead of CU-based addressMasami Hiramatsu
2010-03-16perf probe: Fix offset to allow signed valueMasami Hiramatsu
2010-03-16perf top: Improve the autosizing of column lenghtsArnaldo Carvalho de Melo
2010-03-15perf annotate: Properly notify the user that vmlinux is missingArnaldo Carvalho de Melo
2010-03-15perf top: Properly notify the user that vmlinux is missingArnaldo Carvalho de Melo
2010-03-13perf probe: Fix need_dwarf flag if lazy matching is usedMasami Hiramatsu
2010-03-13perf probe: Fix probe_point buffer overrunMasami Hiramatsu
2010-03-13perf tools: Fix non-newt buildArnaldo Carvalho de Melo
2010-03-12perf hist: Don't fprintf the callgraph unconditionallyArnaldo Carvalho de Melo
2010-03-12perf newt: Use newtGetScreenSizeArnaldo Carvalho de Melo
2010-03-12perf newt: Add 'Q', 'q' and Ctrl+C as ways to exit from formsArnaldo Carvalho de Melo
2010-03-12perf report: Implement initial UI using newtArnaldo Carvalho de Melo
2010-03-12perf tools: Add missing bytes printed in hist_entry__fprintfArnaldo Carvalho de Melo
2010-03-12perf tools: Use eprintf for pr_{err,warning,info} tooArnaldo Carvalho de Melo
2010-03-12perf symbols: Bump plt synthesizing warning debug levelArnaldo Carvalho de Melo
2010-03-12Merge branch 'perf/urgent' into perf/coreIngo Molnar
2010-03-11perf tools: Fix sparse CPU numbering related bugsPaul Mackerras
2010-03-10perf report: Print the map table just after samples for which no map was foundArnaldo Carvalho de Melo
2010-03-10perf session: Change perf_session post processing functions to take histogram...Eric B Munson
2010-03-10perf session: Add storage for seperating event types in reportEric B Munson
2010-03-10perf session: Change add_hist_entry to take the tree root instead of sessionEric B Munson
2010-03-10perf probe: Add missing variable initializationArnaldo Carvalho de Melo
2010-03-10perf tools: Don't trow away old map slices not overlapped by new mapsArnaldo Carvalho de Melo
2010-03-10perf: Add attr->precise support to raw event parsingPeter Zijlstra
2010-03-09Merge commit 'v2.6.34-rc1' into perf/urgentIngo Molnar
2010-03-05Merge branch 'perf-probes-for-linus-2' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2010-02-28Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2010-02-27Merge commit 'v2.6.33' into perf/coreFrederic Weisbecker
2010-02-26perf tools: Flush maps on COMM eventsDavid S. Miller
2010-02-25perf probe: Add lazy line matching supportMasami Hiramatsu
2010-02-25perf probe: Show more lines after last lineMasami Hiramatsu
2010-02-25perf probe: Check function address range strictly in line finderMasami Hiramatsu
2010-02-25perf probe: Use libdw callback routinesMasami Hiramatsu
2010-02-25perf probe: Use elfutils-libdw for analyzing debuginfoMasami Hiramatsu
2010-02-25perf probe: Rename probe finder functionsMasami Hiramatsu
2010-02-25perf probe: Fix bugs in line range finderMasami Hiramatsu
2010-02-25perf annotate: Defer allocating sym_priv->hist arrayArnaldo Carvalho de Melo
2010-02-25perf symbols: Improve debugging information about symtab originsArnaldo Carvalho de Melo
2010-02-25perf symbols: Check the right return variableZhang, Yanmin
2010-02-25perf/scripts: Remove unnecessary PyTuple resizesTom Zanussi
2010-02-25perf/scripts: Add Python scripting engineTom Zanussi
2010-02-23perf/scripts: Move Perl scripting files to scripting-engines dirTom Zanussi
2010-02-23perf/scripts: Move common code out of Perl-specific filesTom Zanussi
2010-02-22perf probe: Init struct probe_point and set counter correctlyMasami Hiramatsu
2010-02-21perf tools: Don't use parent comm if not set at fork timeArnaldo Carvalho de Melo
2010-02-21perf symbols: Fix up map end too on modular kernels with no modules installedArnaldo Carvalho de Melo
2010-02-09perf: Fix hypervisor sample reportingAnton Blanchard
2010-02-07perf top: Fix annotate for userspaceKirill Smelkov
2010-02-04perf tools: Fix session init on non-modular kernelsIngo Molnar