aboutsummaryrefslogtreecommitdiffstats
path: root/tools (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-11perf: Fix static strings treated like dynamic onesFrederic Weisbecker1-1/+1
2010-04-06perf kmem: Fix breakage introduced by 5a0e3ad slab.h scriptArnaldo Carvalho de Melo1-1/+0
2010-04-05Merge branch 'master' into export-slabhTejun Heo2-10/+17
2010-04-02perf, probe-finder: Build fix on DebianBorislav Petkov1-5/+5
2010-04-02perf/scripts: Tuple was set from long in both branches in python_process_event()Tom Zanussi1-5/+12
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-26Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds7-24/+32
2010-03-18Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds18-69/+289
2010-03-16perf top: Add missing initialization to zeroArnaldo Carvalho de Melo1-1/+1
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 Melo3-10/+24
2010-03-13Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds7-9/+182
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 Hiramatsu2-1/+3
2010-03-11perf record: Don't try to find buildids in a zero sized fileArnaldo Carvalho de Melo1-0/+3
2010-03-11perf: Make the install relative to DESTDIR if specifiedJohn Kacur2-2/+6
2010-03-11perf tools: Fix sparse CPU numbering related bugsPaul Mackerras6-13/+81
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 report: Add multiple event supportEric B Munson1-15/+100
2010-03-10perf session: Change perf_session post processing functions to take histogram treeEric B Munson5-32/+38
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 Munson5-7/+10
2010-03-10perf record: Add ID and to recorded event data when recording multiple eventsEric B Munson1-0/+3
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 Molnar8-626/+644
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina2-2/+2
2010-03-05Merge branch 'perf-probes-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds8-626/+644
2010-03-04perf trace: Don't use pager if scriptingTom Zanussi1-1/+2
2010-03-04perf trace/scripting: Remove extraneous header readTom Zanussi1-1/+0
2010-03-04perf, ARM: Modify kuser rmb() call to compile for Thumb-2Will Deacon1-3/+1
2010-03-04perf probe: Correct probe syntax on command line helpMasami Hiramatsu1-1/+1
2010-03-02perf archive: Don't try to collect files without a build-idArnaldo Carvalho de Melo1-1/+2
2010-02-28Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds88-1331/+5576
2010-02-27perf lock: Drop the buffers multiplexing dependencyFrederic Weisbecker1-2/+146
2010-02-27perf lock: Fix and add misc documentally thingsHitoshi Mitake2-0/+30
2010-02-27Merge commit 'v2.6.33' into perf/coreFrederic Weisbecker3-3/+6
2010-02-26perf tools: Flush maps on COMM eventsDavid S. Miller1-4/+30
2010-02-26perf annotate: Handle samples not at objdump output addr boundariesArnaldo Carvalho de Melo1-23/+112
2010-02-25perf probe: Add lazy line matching supportMasami Hiramatsu7-99/+298
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 Hiramatsu4-466/+314
2010-02-25perf probe: Rename probe finder functionsMasami Hiramatsu3-8/+8
2010-02-25perf probe: Fix bugs in line range finderMasami Hiramatsu1-2/+1
2010-02-25perf probe: Update perf probe documentMasami Hiramatsu1-2/+26
2010-02-25perf probe: Do not show --line option without dwarf supportMasami Hiramatsu1-0/+2
2010-02-25perf annotate: Defer allocating sym_priv->hist arrayArnaldo Carvalho de Melo3-29/+32