summaryrefslogtreecommitdiffstats
path: root/tools/perf/ui/browsers
Commit message (Expand)AuthorAgeFilesLines
* perf tools: Apply percent-limit to cumulative percentageNamhyung Kim2014-06-011-29/+11
* perf ui/browser: Add support to accumulated hist statNamhyung Kim2014-06-011-0/+25
* perf tools: Skip elided sort entriesNamhyung Kim2014-05-211-0/+6
* perf report/tui: Fix a bug when --fields/sort is givenNamhyung Kim2014-05-211-4/+1
* perf tools: Call perf_hpp__init() before setting up GUI browsersNamhyung Kim2014-05-211-2/+0
* perf ui: Get rid of callback from __hpp__fmt()Namhyung Kim2014-05-211-39/+23
* perf tools: Consolidate output field handling to hpp format routinesNamhyung Kim2014-05-211-13/+18
* 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-161-8/+27
* perf ui/tui: Reuse generic __hpp__fmt() codeNamhyung Kim2014-03-141-82/+40
* perf evlist: Introduce evlist__for_each() & friendsArnaldo Carvalho de Melo2014-01-131-2/+3
* perf tools: Use zfree to help detect use after free bugsArnaldo Carvalho de Melo2013-12-271-1/+1
* perf tools: Introduce zfreeArnaldo Carvalho de Melo2013-12-271-4/+2
* perf tools: No need to test against NULL before calling free()Arnaldo Carvalho de Melo2013-12-261-2/+1
* perf ui/tui: Implement header windowNamhyung Kim2013-12-262-0/+133
* perf ui/tui: Split help message for perf top and reportNamhyung Kim2013-12-261-19/+30
* perf evsel: Introduce perf_evsel__prev() methodArnaldo Carvalho de Melo2013-11-141-1/+1
* perf tools: Use perf_evlist__{first,last}, perf_evsel__nextArnaldo Carvalho de Melo2013-11-141-5/+4
* perf tools: Finish the removal of 'self' argumentsArnaldo Carvalho de Melo2013-11-054-26/+26
* perf tools: Use an accessor to read thread commFrederic Weisbecker2013-11-041-5/+5
* perf annotate: Another fix for annotate_browser__callq()Adrian Hunter2013-10-141-2/+5
* perf annotate: Fix annotate_browser__callq()Adrian Hunter2013-10-141-11/+10
* perf annotate browser: Fix typoIngo Molnar2013-08-071-1/+1
* perf annotate browser: Improve description of '?' hotkeyArnaldo Carvalho de Melo2013-08-071-1/+1
* perf annotate: Put dso name in symbol annotation titleAdrian Hunter2013-08-071-2/+14
* perf tools: Centralize default columns init in perf_hpp__initJiri Olsa2013-07-121-2/+0
* perf tools: Add struct perf_hpp_fmt into hpp callbacksJiri Olsa2013-07-121-4/+6
* perf tools: struct thread has a tid not a pidAdrian Hunter2013-07-121-3/+3
* perf top: Add --percent-limit optionNamhyung Kim2013-05-281-2/+14
* perf report: Add --percent-limit optionNamhyung Kim2013-05-281-11/+68
* perf hists browser: Use sort__has_symArnaldo Carvalho de Melo2013-05-281-7/+2
* perf sort: Introduce sort__mode variableNamhyung Kim2013-05-281-2/+2
* perf map browser: Exit just on well known key pressesArnaldo Carvalho de Melo2013-04-011-4/+12
* perf tools: Remove dependency on libnewtArnaldo Carvalho de Melo2013-04-013-3/+0
* perf map browser: Use ui_browser__input_window()Arnaldo Carvalho de Melo2013-04-011-38/+6
* perf annotate browser: Support event group view on TUINamhyung Kim2013-03-151-18/+75
* perf annotate browser: Use disasm__calc_percent()Namhyung Kim2013-03-151-36/+14
* perf annotate browser: Make browser_disasm_line->percent an arrayNamhyung Kim2013-03-151-7/+7
* perf annotate: Factor out struct source_line_percentNamhyung Kim2013-03-151-1/+1
* perf evsel: Introduce perf_evsel__is_group_event() helperNamhyung Kim2013-03-151-2/+2
* perf annotate: Pass evsel instead of evidx on annotation functionsNamhyung Kim2013-03-152-14/+18
* perf hists browser: Add option for runtime switching perf data fileFeng Tang2013-02-061-1/+111
* perf report: Show group description when event group is enabledNamhyung Kim2013-01-311-0/+25
* perf report: Bypass non-leader events when event group is enabledNamhyung Kim2013-01-311-6/+35
* perf hists browser: Add suppport for event group viewNamhyung Kim2013-01-311-0/+57
* perf hists browser: Move coloring logic to hpp functionsNamhyung Kim2013-01-311-30/+42