aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2010-04-03perf newt: Remove useless column width calculationArnaldo Carvalho de Melo
2010-04-03perf symbols: Fill in pgoff in mmap synthesized eventsAnton Blanchard
2010-04-03perf tools: Move the prototypes in util/string.h to util.hArnaldo Carvalho de Melo
2010-04-02perf, probe-finder: Build fix on DebianBorislav Petkov
2010-04-02perf/scripts: Tuple was set from long in both branches in python_process_event()Tom Zanussi
2010-04-02perf tools: sort_dimension__add shouldn't dieArnaldo Carvalho de Melo
2010-04-02perf session: Remove one more exit() call from library codeArnaldo Carvalho de Melo
2010-04-02perf hist: Only allocate callchain_node if processing callchainsArnaldo Carvalho de Melo
2010-04-02perf kmem: Fixup the symbol address before using itArnaldo Carvalho de Melo
2010-04-02perf kmem: Resolve kernel symbols againArnaldo Carvalho de Melo
2010-04-02perf hist: Replace ->print() routines by ->snprintf() equivalentsArnaldo Carvalho de Melo
2010-04-02perf record: Add a fallback to the reference relocation symbolArnaldo Carvalho de Melo
2010-04-02perf tools: Allow specifying O= to build files in a separate directoryArnaldo Carvalho de Melo
2010-04-02perf tools: Use -o $(BITBUCKET) in one more caseArnaldo Carvalho de Melo
2010-04-02perf report: Add progress barsArnaldo Carvalho de Melo
2010-04-02perf symbols: map_groups__find_symbol must return the map tooArnaldo Carvalho de Melo
2010-04-02perf symbols: Move more map_groups methods to map.cArnaldo Carvalho de Melo
2010-04-02perf probe: Fix to close dwarf when failing to analyze itMasami Hiramatsu
2010-04-02perf probe: Correct error message for non-structure typeMasami Hiramatsu
2010-04-02perf probe: Fix not to return non-matched fileMasami Hiramatsu
2010-04-02perf probe: Fix --line syntax help and documentMasami Hiramatsu
2010-03-26Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2010-03-26perf record: Zero out mmap_array to fix segfaultZhang, Yanmin
2010-03-26perf symbols: Move hex2u64 and strxfrchar to symbol.cArnaldo Carvalho de Melo
2010-03-26perf tools: Move __used from perf.h to linux/compiler.hArnaldo Carvalho de Melo
2010-03-26perf symbols: Move map related routines to map.cArnaldo Carvalho de Melo
2010-03-26perf symbols: Pass the mmap parameters instead of using mmap_eventArnaldo Carvalho de Melo
2010-03-26perf report: Pass the DSO to 'perf annotate'Arnaldo Carvalho de Melo
2010-03-26perf callchains: Store the map together with the symbolArnaldo Carvalho de Melo
2010-03-26perf tools: Introduce struct map_symbolArnaldo Carvalho de Melo
2010-03-26perf annotate: Allow specifying DSOs where to look for symbolArnaldo Carvalho de Melo
2010-03-26perf symbols: Avoid unnecessary symbol loading when dso list is specifiedArnaldo Carvalho de Melo
2010-03-26perf report: Add a popup menu to ask what operation is to be performedArnaldo Carvalho de Melo
2010-03-23perf archive: Explain how to use the generated tarballArnaldo Carvalho de Melo
2010-03-22perf report: Implement Newt callgraphsArnaldo Carvalho de Melo
2010-03-22perf tools: Exit browser before printing usage when unkown option passedArnaldo Carvalho de Melo
2010-03-22perf stat: Better report failure to collect system wide statsArnaldo Carvalho de Melo
2010-03-22perf probe: Add NO_DWARF make optionMasami Hiramatsu
2010-03-22perf probe: Cleanup debuginfo related codeMasami Hiramatsu
2010-03-22perf newt: Properly restore the screen when error exitingArnaldo Carvalho de Melo
2010-03-22perf: Fix orphan callchain branchesFrederic Weisbecker
2010-03-22Merge commit 'v2.6.34-rc2' into perf/coreIngo Molnar
2010-03-18Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2010-03-18perf events: Fix false positive build warning with older GCC'sIngo Molnar
2010-03-18perf events: Change perf parameter --pid to process-wide collection instead o...Zhang, Yanmin
2010-03-18perf record: Enable counters only when kernel is execing subcommandZhang, Yanmin
2010-03-18perf stat: Enable counters when collecting process-wide or system-wide dataZhang, Yanmin
2010-03-17perf probe: Fix !dwarf buildIngo Molnar
2010-03-17perf probe: Add data structure member access supportMasami Hiramatsu
2010-03-17perf probe: List probes with line number and file nameMasami Hiramatsu