aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/util
AgeCommit message (Expand)AuthorFilesLines
2010-04-02perf hist: Replace ->print() routines by ->snprintf() equivalentsArnaldo Carvalho de Melo7-114/+149
2010-04-02perf tools: Allow specifying O= to build files in a separate directoryArnaldo Carvalho de Melo1-1/+5
2010-04-02perf report: Add progress barsArnaldo Carvalho de Melo6-29/+115
2010-04-02perf symbols: map_groups__find_symbol must return the map tooArnaldo Carvalho de Melo2-5/+46
2010-04-02perf symbols: Move more map_groups methods to map.cArnaldo Carvalho de Melo4-170/+180
2010-04-02perf probe: Fix to close dwarf when failing to analyze itMasami Hiramatsu1-2/+4
2010-04-02perf probe: Correct error message for non-structure typeMasami Hiramatsu1-4/+8
2010-04-02perf probe: Fix not to return non-matched fileMasami Hiramatsu1-0/+2
2010-03-26Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds5-19/+23
2010-03-26perf symbols: Move hex2u64 and strxfrchar to symbol.cArnaldo Carvalho de Melo5-65/+76
2010-03-26perf tools: Move __used from perf.h to linux/compiler.hArnaldo Carvalho de Melo1-0/+2
2010-03-26perf symbols: Move map related routines to map.cArnaldo Carvalho de Melo5-130/+131
2010-03-26perf symbols: Pass the mmap parameters instead of using mmap_eventArnaldo Carvalho de Melo3-11/+8
2010-03-26perf report: Pass the DSO to 'perf annotate'Arnaldo Carvalho de Melo1-23/+28
2010-03-26perf callchains: Store the map together with the symbolArnaldo Carvalho de Melo6-34/+34
2010-03-26perf tools: Introduce struct map_symbolArnaldo Carvalho de Melo5-18/+24
2010-03-26perf symbols: Avoid unnecessary symbol loading when dso list is specifiedArnaldo Carvalho de Melo1-15/+23
2010-03-26perf report: Add a popup menu to ask what operation is to be performedArnaldo Carvalho de Melo1-8/+88
2010-03-22perf report: Implement Newt callgraphsArnaldo Carvalho de Melo1-32/+259
2010-03-22perf tools: Exit browser before printing usage when unkown option passedArnaldo Carvalho de Melo1-0/+1
2010-03-22perf probe: Cleanup debuginfo related codeMasami Hiramatsu2-161/+186
2010-03-22perf newt: Properly restore the screen when error exitingArnaldo Carvalho de Melo2-8/+15
2010-03-22perf: Fix orphan callchain branchesFrederic Weisbecker3-35/+83
2010-03-22Merge commit 'v2.6.34-rc2' into perf/coreIngo Molnar1-1/+1
2010-03-18Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds10-34/+151
2010-03-18perf events: Fix false positive build warning with older GCC'sIngo Molnar1-1/+1
2010-03-18perf events: Change perf parameter --pid to process-wide collection instead o...Zhang, Yanmin2-0/+33
2010-03-17perf probe: Fix !dwarf buildIngo Molnar1-0/+6
2010-03-17perf probe: Add data structure member access supportMasami Hiramatsu3-6/+201
2010-03-17perf probe: List probes with line number and file nameMasami Hiramatsu3-13/+116
2010-03-17perf probe: Introduce kprobe_trace_event and perf_probe_eventMasami Hiramatsu4-360/+575
2010-03-17perf probe: Add --dry-run optionMasami Hiramatsu2-8/+18
2010-03-17perf probe: Introduce die_find_child() functionMasami Hiramatsu1-56/+80
2010-03-17perf probe: Rename some die_get_* functionsMasami Hiramatsu1-8/+8
2010-03-17perf probe: Move add-probe routine to util/Masami Hiramatsu2-3/+136
2010-03-17perf probe: Use wrapper functionsMasami Hiramatsu2-37/+23
2010-03-17perf tools: Introduce xzalloc() for detecting out of memory conditionsMasami Hiramatsu1-0/+9
2010-03-17Merge branch 'perf/urgent' into perf/coreIngo Molnar5-19/+23
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 Melo2-6/+15
2010-03-15perf annotate: Properly notify the user that vmlinux is missingArnaldo Carvalho de Melo2-1/+2
2010-03-15perf top: Properly notify the user that vmlinux is missingArnaldo Carvalho de Melo2-13/+27
2010-03-13Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
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 Hiramatsu1-0/+3
2010-03-13perf tools: Fix non-newt buildArnaldo Carvalho de Melo2-2/+8
2010-03-12perf hist: Don't fprintf the callgraph unconditionallyArnaldo Carvalho de Melo1-13/+17
2010-03-12perf newt: Use newtGetScreenSizeArnaldo Carvalho de Melo1-10/+10
2010-03-12perf newt: Add 'Q', 'q' and Ctrl+C as ways to exit from formsArnaldo Carvalho de Melo1-4/+19