summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2010-03-18Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2010-03-13Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2010-03-11perf record: Don't try to find buildids in a zero sized fileArnaldo Carvalho de Melo
2010-03-11perf: Make the install relative to DESTDIR if specifiedJohn Kacur
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 report: Add multiple event supportEric B Munson
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 record: Add ID and to recorded event data when recording multiple eventsEric 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-09Merge commit 'v2.6.34-rc1' into perf/urgentIngo Molnar
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina
2010-03-05Merge branch 'perf-probes-for-linus-2' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2010-03-04perf trace: Don't use pager if scriptingTom Zanussi
2010-03-04perf trace/scripting: Remove extraneous header readTom Zanussi
2010-03-04perf, ARM: Modify kuser rmb() call to compile for Thumb-2Will Deacon
2010-03-04perf probe: Correct probe syntax on command line helpMasami Hiramatsu
2010-03-02perf archive: Don't try to collect files without a build-idArnaldo Carvalho de Melo
2010-02-28Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2010-02-27perf lock: Drop the buffers multiplexing dependencyFrederic Weisbecker
2010-02-27perf lock: Fix and add misc documentally thingsHitoshi Mitake
2010-02-27Merge commit 'v2.6.33' into perf/coreFrederic Weisbecker
2010-02-26perf tools: Flush maps on COMM eventsDavid S. Miller
2010-02-26perf annotate: Handle samples not at objdump output addr boundariesArnaldo Carvalho de Melo
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 probe: Update perf probe documentMasami Hiramatsu
2010-02-25perf probe: Do not show --line option without dwarf supportMasami 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 top: Use a macro instead of a constant variableArnaldo Carvalho de Melo
2010-02-25perf symbols: Check the right return variableZhang, Yanmin
2010-02-25perf/scripts: Tag syscall_name helper as not yet availableFrederic Weisbecker
2010-02-25perf/scripts: Add perf-trace-python DocumentationTom Zanussi
2010-02-25perf/scripts: Remove unnecessary PyTuple resizesTom Zanussi
2010-02-25perf/scripts: Add syscall tracing scriptsTom Zanussi
2010-02-25perf/scripts: Add Python scripting engineTom Zanussi
2010-02-23perf/scripts: Remove check-perf-trace from listed scriptsTom 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-23perf/scripts: Fix bug in Util.pmTom Zanussi
2010-02-23perf/scripts: Fix supported language listing optionTom Zanussi