aboutsummaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)AuthorFilesLines
2009-08-09perf_counter tools: Fix/resurrect perf top annotation in a simple interactive...Gravatar Mike Galbraith 1-40/+456
2009-08-09perf_counter: Fix/complete ftrace event records samplingGravatar Frederic Weisbecker 1-0/+1
2009-08-06perf: Auto-detect libelfGravatar Peter Zijlstra 1-4/+11
2009-08-06perf symbol: Fix symbol parsing in certain cases: use the build-id as a symlinkGravatar Arnaldo Carvalho de Melo 1-3/+73
2009-08-05perf report: Add missing command line options to man pageGravatar Arnaldo Carvalho de Melo 1-3/+57
2009-08-05perf: Auto-detect libbfdGravatar Peter Zijlstra 2-1/+26
2009-08-05perf report: Make --sort comm,dso,symbol the defaultGravatar Pekka Enberg 1-2/+2
2009-08-04perf: Fix read buffer overflowGravatar Roel Kluin 2-2/+2
2009-08-02perf top: Add mwait_idle_with_hints to skip_symbols[]Gravatar Arnaldo Carvalho de Melo 1-0/+1
2009-08-02perf tools: Fix faulty checkGravatar Stoyan Gaydarov 1-1/+1
2009-08-02perf report: Update for the new FORK/EXIT eventsGravatar Peter Zijlstra 1-4/+18
2009-08-01perf_counter tools: Fix link errors with older toolchainsGravatar Ingo Molnar 1-1/+1
2009-07-22Merge branch 'perf-counters-for-linus' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 20-167/+616
2009-07-22perf_counter tools: Give perf top inherit optionGravatar Mike Galbraith 1-1/+5
2009-07-22perf_counter tools: Fix vmlinux symbol generation breakageGravatar Mike Galbraith 1-2/+5
2009-07-22perf_counter: Detect debugfs locationGravatar Jason Baron 5-17/+102
2009-07-22perf_counter: Add tracepoint support to perf list, perf statGravatar Jason Baron 2-1/+176
2009-07-22perf symbol: C++ demanglingGravatar Arnaldo Carvalho de Melo 2-3/+20
2009-07-22perf: avoid structure size confusion by using a fixed sizeGravatar Arjan van de Ven 1-1/+1
2009-07-22perf_counter: Improve perf stat and perf record option parsingGravatar Anton Blanchard 2-2/+4
2009-07-22perf_counter: PERF_SAMPLE_ID and inherited countersGravatar Peter Zijlstra 2-48/+0
2009-07-22Merge commit 'tip/perfcounters/core' into perf-counters-for-linusGravatar Peter Zijlstra 8-103/+304
2009-07-18perf_counter: Make call graph option consistentGravatar Anton Blanchard 1-2/+2
2009-07-18perf_counter: Add perf record option to log addressesGravatar Anton Blanchard 1-0/+6
2009-07-18perf_counter: Synthesize VDSO mmap eventGravatar Anton Blanchard 1-0/+4
2009-07-13perf_counter tools: Fix index boundary checkGravatar Roel Kluin 1-1/+1
2009-07-11perf report: Introduce -n/--show-nr-samplesGravatar Arnaldo Carvalho de Melo 2-0/+21
2009-07-11perf_counter tools: PLT info is stripped in -debuginfo packagesGravatar Arnaldo Carvalho de Melo 1-51/+65
2009-07-11perf report: Make the output more compactGravatar Arnaldo Carvalho de Melo 1-15/+21
2009-07-11strlist: Introduce strlist__entry and strlist__nr_entries methodsGravatar Arnaldo Carvalho de Melo 2-4/+27
2009-07-11perf report: Tidy up reporting of symbols not foundGravatar Arnaldo Carvalho de Melo 1-3/+2
2009-07-11perf report: Adjust column width to the values sampledGravatar Arnaldo Carvalho de Melo 5-32/+164
2009-07-10Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/l...Gravatar Linus Torvalds 43-1580/+1752
2009-07-10perf_counter: Add P6 PMU supportGravatar Vince Weaver 1-1/+7
2009-07-10perf_counter tools: Rename cache events to remove $Gravatar Anton Blanchard 1-2/+2
2009-07-05perf report: Add "Fractal" mode output - support callchains with relative ove...Gravatar Frederic Weisbecker 3-41/+124
2009-07-05perf_counter tools: callchains: Manage the cumul hits on the flyGravatar Frederic Weisbecker 1-4/+8
2009-07-05perf report: Change default callchain parametersGravatar Frederic Weisbecker 1-2/+2
2009-07-05perf report: Use a modifiable string for default callchain optionsGravatar Frederic Weisbecker 1-1/+3
2009-07-05perf report: Warn on callchain output request from non-callchain fileGravatar Frederic Weisbecker 1-3/+13
2009-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/kyl...Gravatar Linus Torvalds 1-0/+6
2009-07-03perf report: Annotate variable initializationGravatar Ingo Molnar 1-1/+1
2009-07-03perf_counter tools: Adjust symbols in ET_EXEC files tooGravatar Arnaldo Carvalho de Melo 2-6/+7
2009-07-03parisc: perf: wire up sys_perf_counter_openGravatar Kyle McMartin 1-0/+6
2009-07-02perf_counter tools: Display percents of hits in callchain with overhead colorsGravatar Frederic Weisbecker 1-2/+3
2009-07-02perf_counter tools: Provide helper to print percents colorGravatar Frederic Weisbecker 5-56/+38
2009-07-02perf_counter tools: Set the minimum percent for callchains to be displayedGravatar Frederic Weisbecker 3-21/+49
2009-07-02perf report: Add support for callchain graph outputGravatar Frederic Weisbecker 3-18/+185
2009-07-02perf_counter tools: Add new OPT_CALLBACK_DEFAULT optionGravatar Frederic Weisbecker 2-1/+4
2009-07-02perf_counter tools: Create new chain_for_each_child() iteratorGravatar Frederic Weisbecker 1-3/+6