summaryrefslogtreecommitdiffstats
path: root/tools/perf/ui
Commit message (Expand)AuthorAgeFilesLines
* perf tools: Remove verbose from functions prototypesJiri Olsa2014-07-171-1/+1
* perf hists browser: Add ui.show-headers config file optionJiri Olsa2014-07-071-1/+1
* perf hists browser: Display columns header text on 'H' pressJiri Olsa2014-07-071-2/+45
* perf hists browser: Add support for showing columns headerArnaldo Carvalho de Melo2014-07-071-2/+40
* perf hists browser: Override ui_browser refresh_dimensions methodArnaldo Carvalho de Melo2014-07-071-5/+13
* perf hists browser: Introduce gotorc methodArnaldo Carvalho de Melo2014-07-071-3/+8
* perf ui browser: Allow overriding refresh_dimensions methodArnaldo Carvalho de Melo2014-07-072-2/+6
* perf ui browser: Add ->rows to disambiguate from ->heightArnaldo Carvalho de Melo2014-07-073-24/+24
* Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2014-06-252-15/+12
|\
| * perf ui browser: Fix scrollbar refresh row indexJiri Olsa2014-06-191-1/+1
| * perf hists browser: Remove ev_name argument from perf_evsel__hists_browseJiri Olsa2014-06-191-14/+11
* | perf tools: Fix segfault in cumulative.callchain reportJiri Olsa2014-06-201-5/+16
|/
* perf tools: Move elide bool into perf_hpp_fmt structJiri Olsa2014-06-031-4/+4
* perf tools: Fix "==" into "=" in ui_browser__warning assignmentzhangdianfang2014-06-031-1/+1
* perf ui/gtk: Fix callchain displayNamhyung Kim2014-06-011-1/+9
* perf ui/stdio: Fix invalid percentage value of cumulated hist entriesNamhyung Kim2014-06-011-1/+3
* perf tools: Do not auto-remove Children column if --fields givenNamhyung Kim2014-06-011-0/+3
* perf tools: Add more hpp helper functionsNamhyung Kim2014-06-011-0/+17
* perf tools: Apply percent-limit to cumulative percentageNamhyung Kim2014-06-013-35/+15
* perf ui/gtk: Add support to accumulated hist statNamhyung Kim2014-06-011-0/+17
* perf ui/browser: Add support to accumulated hist statNamhyung Kim2014-06-011-0/+25
* perf ui/hist: Add support to accumulated hist statNamhyung Kim2014-06-011-0/+99
* perf tools: Introduce reset_output_field()Namhyung Kim2014-05-211-0/+17
* perf tools: Get rid of obsolete hist_entry__sort_listNamhyung Kim2014-05-212-34/+24
* perf hists: Reset width of output fields with header lengthNamhyung Kim2014-05-211-18/+3
* perf tools: Skip elided sort entriesNamhyung Kim2014-05-213-0/+21
* perf report/tui: Fix a bug when --fields/sort is givenNamhyung Kim2014-05-211-4/+1
* perf report: Add -F option to specify output fieldsNamhyung Kim2014-05-211-4/+55
* perf tools: Call perf_hpp__init() before setting up GUI browsersNamhyung Kim2014-05-213-6/+0
* perf tools: Allow hpp fields to be sort keysNamhyung Kim2014-05-211-2/+7
* perf ui: Get rid of callback from __hpp__fmt()Namhyung Kim2014-05-213-60/+32
* perf tools: Consolidate output field handling to hpp format routinesNamhyung Kim2014-05-214-82/+61
* perf tools: Support event grouping in hpp ->sort()Namhyung Kim2014-05-211-6/+58
* perf tools: Convert sort entries to hpp formatsNamhyung Kim2014-05-211-0/+6
* perf tools: Add ->cmp(), ->collapse() and ->sort() to perf_hpp_fmtNamhyung Kim2014-05-211-4/+35
* tools: Consolidate types.hBorislav Petkov2014-05-012-4/+2
* perf tools: Allocate thread map_groups's dynamicallyArnaldo Carvalho de Melo2014-04-281-1/+1
* perf hists/tui: Count callchain rows separatelyNamhyung Kim2014-04-241-20/+43
* perf top/tui: Update nr_entries properly after a filter is appliedNamhyung Kim2014-04-241-4/+16
* perf ui/tui: Rename hist_browser__update_nr_entries()Namhyung Kim2014-04-241-9/+8
* perf ui/tui: Fix off-by-one in hist_browser__update_nr_entries()Namhyung Kim2014-04-241-3/+3
* perf ui/tui: Add 'F' hotkey to toggle percentage outputNamhyung Kim2014-04-161-0/+4
* perf report: Add --percentage optionNamhyung Kim2014-04-163-18/+36
* perf ui hists: Pass evsel to hpp->header/width functions explicitlyNamhyung Kim2014-03-143-19/+13
* perf ui/tui: Reuse generic __hpp__fmt() codeNamhyung Kim2014-03-143-90/+60
* perf ui/hists: Pass struct hpp to print functionsNamhyung Kim2014-03-143-28/+69
* perf ui/gtk: Reuse generic __hpp__fmt() codeNamhyung Kim2014-03-142-69/+13
* perf ui/stdio: Fix invalid output on event group reportNamhyung Kim2014-03-141-4/+16
* perf evlist: Introduce evlist__for_each() & friendsArnaldo Carvalho de Melo2014-01-132-3/+4
* perf tools: Use zfree to help detect use after free bugsArnaldo Carvalho de Melo2013-12-272-2/+2