summaryrefslogtreecommitdiffstats
path: root/tools/perf/util
Commit message (Expand)AuthorAgeFilesLines
* perf_counter tools: Fix vmlinux symbol generation breakageMike Galbraith2009-07-221-2/+5
* perf_counter: Detect debugfs locationJason Baron2009-07-224-16/+26
* perf_counter: Add tracepoint support to perf list, perf statJason Baron2009-07-222-1/+176
* perf symbol: C++ demanglingArnaldo Carvalho de Melo2009-07-221-2/+19
* perf: avoid structure size confusion by using a fixed sizeArjan van de Ven2009-07-221-1/+1
* Merge commit 'tip/perfcounters/core' into perf-counters-for-linusPeter Zijlstra2009-07-225-55/+102
|\
| * perf_counter tools: PLT info is stripped in -debuginfo packagesArnaldo Carvalho de Melo2009-07-111-51/+65
| * strlist: Introduce strlist__entry and strlist__nr_entries methodsArnaldo Carvalho de Melo2009-07-112-4/+27
| * perf report: Adjust column width to the values sampledArnaldo Carvalho de Melo2009-07-113-0/+10
* | perf_counter tools: Fix index boundary checkRoel Kluin2009-07-131-1/+1
|/
* perf_counter tools: Rename cache events to remove $Anton Blanchard2009-07-101-2/+2
* perf report: Add "Fractal" mode output - support callchains with relative ove...Frederic Weisbecker2009-07-052-21/+84
* perf_counter tools: callchains: Manage the cumul hits on the flyFrederic Weisbecker2009-07-051-4/+8
* perf_counter tools: Adjust symbols in ET_EXEC files tooArnaldo Carvalho de Melo2009-07-032-6/+7
* perf_counter tools: Provide helper to print percents colorFrederic Weisbecker2009-07-022-0/+32
* perf_counter tools: Set the minimum percent for callchains to be displayedFrederic Weisbecker2009-07-022-10/+15
* perf report: Add support for callchain graph outputFrederic Weisbecker2009-07-022-11/+51
* perf_counter tools: Add new OPT_CALLBACK_DEFAULT optionFrederic Weisbecker2009-07-022-1/+4
* perf_counter tools: Create new chain_for_each_child() iteratorFrederic Weisbecker2009-07-021-3/+6
* perf_counter tools: Connect module support infrastructure to symbol loading i...Mike Galbraith2009-07-022-11/+153
* perf_counter tools: Add infrastructure to support loading of kernel module sy...Mike Galbraith2009-07-022-0/+562
* perf_counter tools: Make symbol loading consistently return number of loaded ...Mike Galbraith2009-07-021-3/+6
* perf_counter tools: Share list.h with the kernelArnaldo Carvalho de Melo2009-07-017-605/+28Star
* perf_counter tools: Share rbtree.with the kernelArnaldo Carvalho de Melo2009-07-018-557/+31Star
* perf list: Add cache eventsJaswinder Singh Rajput2009-07-011-1/+16
* perf_counter tools: Add more warnings and fix/annotate themIngo Molnar2009-07-0117-89/+109
* perf_counter tools: Rework event string parsing/syntaxPaul Mackerras2009-07-011-72/+160
* perf_counter tools: Various fixes for callchainsFrederic Weisbecker2009-07-011-32/+90
* perf_counter tools: Resolve symbols in callchainsFrederic Weisbecker2009-07-012-15/+23
* perf_counter tools: Fix storage size allocation of callchain listFrederic Weisbecker2009-07-011-1/+1
* perf report: Add --dsos parameterArnaldo Carvalho de Melo2009-07-012-0/+216
* perf_counter tools: Adjust only prelinked symbol's addressesArnaldo Carvalho de Melo2009-06-302-6/+13
* perf_counter tools: Remove dead codeIngo Molnar2009-06-275-132/+3Star
* perf_counter tools: Prepare a small callchain frameworkFrederic Weisbecker2009-06-262-0/+207
* perf_counter tools: Add alias for 'l1d' and 'l1i'Jaswinder Singh Rajput2009-06-251-2/+2
* perf_counter tools: Rework the file formatPeter Zijlstra2009-06-255-2/+298
* perf_counter tools: Shorten names for eventsJaswinder Singh Rajput2009-06-251-17/+28
* perf_counter tools: Check for valid cache operationsJaswinder Singh Rajput2009-06-251-0/+33
* perf_counter tools: Fix strbuf_fread() error path handlingRoel Kluin2009-06-241-1/+1
* perf_counter tools: Set alias for page-faultsJaswinder Singh Rajput2009-06-221-18/+18
* perf report: Output more symbol related debug dataPeter Zijlstra2009-06-221-0/+4
* perf_counter tools: Introduce alias member in event_symbolJaswinder Singh Rajput2009-06-221-25/+38
* perf_counter tools: Define separate declarations for H/W and S/W eventsJaswinder Singh Rajput2009-06-221-22/+22
* perf_counter tools: Fix vmlinux fallback when running on a different kernelIngo Molnar2009-06-211-1/+1
* perf_counter tools: Define and use our own u64, s64 etc. definitionsPaul Mackerras2009-06-195-25/+26
* perf_counter tools: Add and use isprint()Peter Zijlstra2009-06-182-17/+19
* perf_counter tools: Replace isprint() with issane()Peter Zijlstra2009-06-171-0/+1
* perf stat: Reorganize outputIngo Molnar2009-06-131-2/+2
* perf annotate: Print the filename:line for annotated colored linesFrederic Weisbecker2009-06-131-0/+1
* perf_counter tools: Remove one L1-data aliasYong Wang2009-06-121-1/+1