summaryrefslogtreecommitdiffstats
path: root/tools/perf
AgeCommit message (Expand)AuthorLines
2014-06-06Merge branch 'perf/urgent' into perf/core, to resolve conflict and to prepare...Ingo Molnar-4/+7
2014-06-05perf/documentation: Add description for conditional branch filterAnshuman Khandual-1/+2
2014-06-05perf/tool: Add conditional branch filter 'cond' to perf recordAnshuman Khandual-0/+1
2014-06-04perf probe: Fix perf probe to find correct variable DIEMasami Hiramatsu-2/+5
2014-06-04perf probe: Fix a segfault if asked for variable it doesn't findMasami Hiramatsu-2/+2
2014-06-03perf tools: Fix 'make help' message errorJianyu Zhan-3/+3
2014-06-03perf record: Fix poll return value propagationJiri Olsa-1/+5
2014-06-03perf tools: Move elide bool into perf_hpp_fmt structJiri Olsa-40/+68
2014-06-03perf tools: Remove elide setup for SORT_MODE__MEMORY modeJiri Olsa-13/+0
2014-06-03perf tools: Fix "==" into "=" in ui_browser__warning assignmentzhangdianfang-1/+1
2014-06-03perf tools: Consider header files outside perf directory in tags targetSebastian Andrzej Siewior-3/+6
2014-06-03perf tools: Add warning when disabling perl scripting support due to missing ...Arnaldo Carvalho de Melo-0/+1
2014-06-03perf trace: Warn the user when not availableArnaldo Carvalho de Melo-2/+6
2014-06-01perf tests: Add a test case for cumulating callchainsNamhyung Kim-2/+735
2014-06-01perf tests: Define and use symbolic names for fake symbolsNamhyung Kim-62/+92
2014-06-01perf tools: Reset output/sort order to defaultNamhyung Kim-0/+3
2014-06-01perf ui/gtk: Fix callchain displayNamhyung Kim-1/+9
2014-06-01perf ui/stdio: Fix invalid percentage value of cumulated hist entriesNamhyung Kim-1/+3
2014-06-01perf tools: Enable --children option by defaultNamhyung Kim-5/+6
2014-06-01perf top: Add top.children config optionNamhyung Kim-0/+4
2014-06-01perf top: Add --children optionNamhyung Kim-1/+14
2014-06-01perf top: Convert to hist_entry_iterNamhyung Kim-35/+41
2014-06-01perf tools: Add callback function to hist_entry_iterNamhyung Kim-53/+84
2014-06-01perf tools: Do not auto-remove Children column if --fields givenNamhyung Kim-0/+3
2014-06-01perf report: Add report.children config optionNamhyung Kim-0/+4
2014-06-01perf report: Add --children optionNamhyung Kim-2/+20
2014-06-01perf tools: Add more hpp helper functionsNamhyung Kim-0/+21
2014-06-01perf tools: Apply percent-limit to cumulative percentageNamhyung Kim-36/+31
2014-06-01perf ui/gtk: Add support to accumulated hist statNamhyung Kim-0/+17
2014-06-01perf ui/browser: Add support to accumulated hist statNamhyung Kim-0/+25
2014-06-01perf ui/hist: Add support to accumulated hist statNamhyung Kim-0/+104
2014-06-01perf tools: Save callchain info for each cumulative entryNamhyung Kim-2/+14
2014-06-01perf callchain: Add callchain_cursor_snapshot()Namhyung Kim-0/+9
2014-06-01perf report: Cache cumulative callchainsNamhyung Kim-0/+42
2014-06-01perf tools: Update cpumode for each cumulative entryNamhyung Kim-11/+46
2014-06-01perf hists: Accumulate hist entry stat based on the callchainNamhyung Kim-1/+101
2014-06-01perf hists: Check if accumulated when adding a hist entryNamhyung Kim-17/+26
2014-06-01perf hists: Add support for accumulated stat of hist entryNamhyung Kim-2/+28
2014-06-01perf tools: Introduce struct hist_entry_iterNamhyung Kim-179/+372
2014-06-01perf tools: Introduce hists__inc_nr_samples()Namhyung Kim-12/+13
2014-05-21perf tools: Add automatic remapping of Android librariesMichael Lentine-1/+94
2014-05-21perf tools: Add cat as fallback pagerMichael Lentine-6/+6
2014-05-21perf tests: Add a testcase for histogram output sortingNamhyung Kim-2/+628
2014-05-21perf tests: Factor out print_hists_*()Namhyung Kim-60/+66
2014-05-21perf tools: Introduce reset_output_field()Namhyung Kim-0/+36
2014-05-21perf tools: Get rid of obsolete hist_entry__sort_listNamhyung Kim-50/+43
2014-05-21perf hists: Reset width of output fields with header lengthNamhyung Kim-18/+16
2014-05-21perf tools: Skip elided sort entriesNamhyung Kim-0/+42
2014-05-21perf top: Add --fields option to specify output fieldsNamhyung Kim-6/+18
2014-05-21perf report/tui: Fix a bug when --fields/sort is givenNamhyung Kim-4/+1