summaryrefslogtreecommitdiffstats
path: root/tools/perf/util
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-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: Move elide bool into perf_hpp_fmt structJiri Olsa-36/+64
2014-06-03perf tools: Remove elide setup for SORT_MODE__MEMORY modeJiri Olsa-13/+0
2014-06-01perf tools: Reset output/sort order to defaultNamhyung Kim-0/+3
2014-06-01perf tools: Enable --children option by defaultNamhyung Kim-5/+6
2014-06-01perf tools: Add callback function to hist_entry_iterNamhyung Kim-43/+29
2014-06-01perf tools: Add more hpp helper functionsNamhyung Kim-0/+4
2014-06-01perf tools: Apply percent-limit to cumulative percentageNamhyung Kim-1/+16
2014-06-01perf ui/hist: Add support to accumulated hist statNamhyung Kim-0/+5
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/+99
2014-06-01perf hists: Check if accumulated when adding a hist entryNamhyung Kim-12/+20
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-0/+332
2014-06-01perf tools: Introduce hists__inc_nr_samples()Namhyung Kim-0/+8
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 tools: Introduce reset_output_field()Namhyung Kim-0/+19
2014-05-21perf tools: Get rid of obsolete hist_entry__sort_listNamhyung Kim-16/+19
2014-05-21perf hists: Reset width of output fields with header lengthNamhyung Kim-0/+13
2014-05-21perf tools: Skip elided sort entriesNamhyung Kim-0/+21
2014-05-21perf tools: Add ->sort() member to struct sort_entryNamhyung Kim-5/+23
2014-05-21perf report: Add -F option to specify output fieldsNamhyung Kim-5/+210
2014-05-21perf tools: Consolidate management of default sort ordersNamhyung Kim-2/+28
2014-05-21perf tools: Allow hpp fields to be sort keysNamhyung Kim-0/+39
2014-05-21perf ui: Get rid of callback from __hpp__fmt()Namhyung Kim-2/+2
2014-05-21perf tools: Consolidate output field handling to hpp format routinesNamhyung Kim-1/+2
2014-05-21perf tools: Use hpp formats to sort final outputNamhyung Kim-54/+8
2014-05-21perf tools: Use hpp formats to sort hist entriesNamhyung Kim-10/+6
2014-05-21perf tools: Convert sort entries to hpp formatsNamhyung Kim-4/+82
2014-05-21perf tools: Add ->cmp(), ->collapse() and ->sort() to perf_hpp_fmtNamhyung Kim-0/+3
2014-05-16perf session: Fix possible null pointer dereference in session.cMasanari Iida-2/+3
2014-05-12perf tools: Use tid for finding threadNamhyung Kim-2/+2
2014-05-05perf tools: Move perf_call_graph_mode enum from perf.hJiri Olsa-0/+7
2014-05-05perf tools: Move sample data structures from perf.hJiri Olsa-0/+25
2014-05-01tools: Consolidate types.hBorislav Petkov-69/+24
2014-05-01tools: Unify export.hBorislav Petkov-6/+0
2014-05-01Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar-5/+19
2014-05-01Merge branch 'perf/urgent' into perf/core, to resolve conflictIngo Molnar-4/+12
2014-04-30perf machine: Search for modules in %s/lib/modules/%sRichard Yao-4/+12
2014-04-29perf tools: Move u64_swap unionBorislav Petkov-5/+5
2014-04-29perf tools: Parse tracepoints with '-' in system nameAlexander Yarygin-0/+12
2014-04-29perf tools: Handle EINTR error for readn/writenNamhyung Kim-0/+2
2014-04-28perf tools: Share map_groups among threads of the same groupJiri Olsa-13/+47
2014-04-28perf tools: Reference count map_groups objectsArnaldo Carvalho de Melo-1/+17