summaryrefslogtreecommitdiff
path: root/tools/perf/util
AgeCommit message (Expand)Author
2009-07-22perf_counter tools: Fix vmlinux symbol generation breakageMike Galbraith
2009-07-22perf_counter: Detect debugfs locationJason Baron
2009-07-22perf_counter: Add tracepoint support to perf list, perf statJason Baron
2009-07-22perf symbol: C++ demanglingArnaldo Carvalho de Melo
2009-07-22perf: avoid structure size confusion by using a fixed sizeArjan van de Ven
2009-07-22Merge commit 'tip/perfcounters/core' into perf-counters-for-linusPeter Zijlstra
2009-07-13perf_counter tools: Fix index boundary checkRoel Kluin
2009-07-11perf_counter tools: PLT info is stripped in -debuginfo packagesArnaldo Carvalho de Melo
2009-07-11strlist: Introduce strlist__entry and strlist__nr_entries methodsArnaldo Carvalho de Melo
2009-07-11perf report: Adjust column width to the values sampledArnaldo Carvalho de Melo
2009-07-10perf_counter tools: Rename cache events to remove $Anton Blanchard
2009-07-05perf report: Add "Fractal" mode output - support callchains with relative ove...Frederic Weisbecker
2009-07-05perf_counter tools: callchains: Manage the cumul hits on the flyFrederic Weisbecker
2009-07-03perf_counter tools: Adjust symbols in ET_EXEC files tooArnaldo Carvalho de Melo
2009-07-02perf_counter tools: Provide helper to print percents colorFrederic Weisbecker
2009-07-02perf_counter tools: Set the minimum percent for callchains to be displayedFrederic Weisbecker
2009-07-02perf report: Add support for callchain graph outputFrederic Weisbecker
2009-07-02perf_counter tools: Add new OPT_CALLBACK_DEFAULT optionFrederic Weisbecker
2009-07-02perf_counter tools: Create new chain_for_each_child() iteratorFrederic Weisbecker
2009-07-02perf_counter tools: Connect module support infrastructure to symbol loading i...Mike Galbraith
2009-07-02perf_counter tools: Add infrastructure to support loading of kernel module sy...Mike Galbraith
2009-07-02perf_counter tools: Make symbol loading consistently return number of loaded ...Mike Galbraith
2009-07-01perf_counter tools: Share list.h with the kernelArnaldo Carvalho de Melo
2009-07-01perf_counter tools: Share rbtree.with the kernelArnaldo Carvalho de Melo
2009-07-01perf list: Add cache eventsJaswinder Singh Rajput
2009-07-01perf_counter tools: Add more warnings and fix/annotate themIngo Molnar
2009-07-01perf_counter tools: Rework event string parsing/syntaxPaul Mackerras
2009-07-01perf_counter tools: Various fixes for callchainsFrederic Weisbecker
2009-07-01perf_counter tools: Resolve symbols in callchainsFrederic Weisbecker
2009-07-01perf_counter tools: Fix storage size allocation of callchain listFrederic Weisbecker
2009-07-01perf report: Add --dsos parameterArnaldo Carvalho de Melo
2009-06-30perf_counter tools: Adjust only prelinked symbol's addressesArnaldo Carvalho de Melo
2009-06-27perf_counter tools: Remove dead codeIngo Molnar
2009-06-26perf_counter tools: Prepare a small callchain frameworkFrederic Weisbecker
2009-06-25perf_counter tools: Add alias for 'l1d' and 'l1i'Jaswinder Singh Rajput
2009-06-25perf_counter tools: Rework the file formatPeter Zijlstra
2009-06-25perf_counter tools: Shorten names for eventsJaswinder Singh Rajput
2009-06-25perf_counter tools: Check for valid cache operationsJaswinder Singh Rajput
2009-06-24perf_counter tools: Fix strbuf_fread() error path handlingRoel Kluin
2009-06-22perf_counter tools: Set alias for page-faultsJaswinder Singh Rajput
2009-06-22perf report: Output more symbol related debug dataPeter Zijlstra
2009-06-22perf_counter tools: Introduce alias member in event_symbolJaswinder Singh Rajput
2009-06-22perf_counter tools: Define separate declarations for H/W and S/W eventsJaswinder Singh Rajput
2009-06-21perf_counter tools: Fix vmlinux fallback when running on a different kernelIngo Molnar
2009-06-19perf_counter tools: Define and use our own u64, s64 etc. definitionsPaul Mackerras
2009-06-18perf_counter tools: Add and use isprint()Peter Zijlstra
2009-06-17perf_counter tools: Replace isprint() with issane()Peter Zijlstra
2009-06-13perf stat: Reorganize outputIngo Molnar
2009-06-13perf annotate: Print the filename:line for annotated colored linesFrederic Weisbecker
2009-06-12perf_counter tools: Remove one L1-data aliasYong Wang