summaryrefslogtreecommitdiffstats
path: root/tools/perf/util
Commit message (Expand)AuthorAgeFilesLines
* perf tools: Apply percent-limit to cumulative percentageNamhyung Kim2014-06-011-1/+16
* perf ui/hist: Add support to accumulated hist statNamhyung Kim2014-06-012-0/+5
* perf tools: Save callchain info for each cumulative entryNamhyung Kim2014-06-011-2/+14
* perf callchain: Add callchain_cursor_snapshot()Namhyung Kim2014-06-011-0/+9
* perf report: Cache cumulative callchainsNamhyung Kim2014-06-011-0/+42
* perf tools: Update cpumode for each cumulative entryNamhyung Kim2014-06-013-11/+46
* perf hists: Accumulate hist entry stat based on the callchainNamhyung Kim2014-06-013-1/+99
* perf hists: Check if accumulated when adding a hist entryNamhyung Kim2014-06-012-12/+20
* perf hists: Add support for accumulated stat of hist entryNamhyung Kim2014-06-013-2/+28
* perf tools: Introduce struct hist_entry_iterNamhyung Kim2014-06-012-0/+332
* perf tools: Introduce hists__inc_nr_samples()Namhyung Kim2014-06-012-0/+8
* perf tools: Add automatic remapping of Android librariesMichael Lentine2014-05-211-1/+94
* perf tools: Add cat as fallback pagerMichael Lentine2014-05-211-6/+6
* perf tools: Introduce reset_output_field()Namhyung Kim2014-05-213-0/+19
* perf tools: Get rid of obsolete hist_entry__sort_listNamhyung Kim2014-05-211-16/+19
* perf hists: Reset width of output fields with header lengthNamhyung Kim2014-05-212-0/+13
* perf tools: Skip elided sort entriesNamhyung Kim2014-05-213-0/+21
* perf tools: Add ->sort() member to struct sort_entryNamhyung Kim2014-05-212-5/+23
* perf report: Add -F option to specify output fieldsNamhyung Kim2014-05-213-5/+210
* perf tools: Consolidate management of default sort ordersNamhyung Kim2014-05-212-2/+28
* perf tools: Allow hpp fields to be sort keysNamhyung Kim2014-05-211-0/+39
* perf ui: Get rid of callback from __hpp__fmt()Namhyung Kim2014-05-211-2/+2
* perf tools: Consolidate output field handling to hpp format routinesNamhyung Kim2014-05-212-1/+2
* perf tools: Use hpp formats to sort final outputNamhyung Kim2014-05-211-54/+8
* perf tools: Use hpp formats to sort hist entriesNamhyung Kim2014-05-211-10/+6
* perf tools: Convert sort entries to hpp formatsNamhyung Kim2014-05-212-4/+82
* perf tools: Add ->cmp(), ->collapse() and ->sort() to perf_hpp_fmtNamhyung Kim2014-05-211-0/+3
* perf session: Fix possible null pointer dereference in session.cMasanari Iida2014-05-161-2/+3
* perf tools: Use tid for finding threadNamhyung Kim2014-05-122-2/+2
* perf tools: Move perf_call_graph_mode enum from perf.hJiri Olsa2014-05-051-0/+7
* perf tools: Move sample data structures from perf.hJiri Olsa2014-05-052-0/+25
* tools: Consolidate types.hBorislav Petkov2014-05-0122-69/+24
* tools: Unify export.hBorislav Petkov2014-05-011-6/+0
* Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2014-05-014-5/+19
|\
| * perf tools: Move u64_swap unionBorislav Petkov2014-04-292-5/+5
| * perf tools: Parse tracepoints with '-' in system nameAlexander Yarygin2014-04-291-0/+12
| * perf tools: Handle EINTR error for readn/writenNamhyung Kim2014-04-291-0/+2
* | Merge branch 'perf/urgent' into perf/core, to resolve conflictIngo Molnar2014-05-011-4/+12
|\ \ | |/ |/|
| * perf machine: Search for modules in %s/lib/modules/%sRichard Yao2014-04-301-4/+12
* | perf tools: Share map_groups among threads of the same groupJiri Olsa2014-04-283-13/+47
* | perf tools: Reference count map_groups objectsArnaldo Carvalho de Melo2014-04-283-1/+17
* | perf tools: Allocate thread map_groups's dynamicallyArnaldo Carvalho de Melo2014-04-285-8/+33
* | Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2014-04-252-30/+62
|\ \
| * | perf top/tui: Update nr_entries properly after a filter is appliedNamhyung Kim2014-04-241-0/+6
| * | perf hists: Add missing update on filtered stats in hists__decay_entries()Namhyung Kim2014-04-241-2/+9
| * | perf tools: Account entry stats when it's added to the output treeNamhyung Kim2014-04-241-1/+0
| * | perf hists: Collapse expanded callchains after filter is appliedNamhyung Kim2014-04-241-2/+2
| * | perf hists: Add a couple of hists stat helper functionsNamhyung Kim2014-04-242-21/+39
| * | perf hists: Move column length calculation out of hists__inc_stats()Namhyung Kim2014-04-241-1/+3
| * | perf hists: Rename hists__inc_stats()Namhyung Kim2014-04-242-4/+4