summaryrefslogtreecommitdiffstats
path: root/tools/perf/ui/browsers
Commit message (Expand)AuthorAgeFilesLines
* perf hists browser: Consolidate callchain print functions in TUINamhyung Kim2014-08-241-123/+80Star
* perf hists browser: Cleanup callchain print functionsNamhyung Kim2014-08-221-83/+29Star
* perf hists browser: Factor out hist_browser__show_callchain_entry()Namhyung Kim2014-08-201-31/+33
* perf hists browser: Get rid of unused 'remaining' variableNamhyung Kim2014-08-201-8/+2Star
* perf top: Handle 'z' key for toggle zeroing samples in TUINamhyung Kim2014-08-131-0/+9
* perf hists browser: Fix a small callchain display bugNamhyung Kim2014-08-131-1/+3
* perf tools: Fix column alignment when headers aren't shown on TUINamhyung Kim2014-08-121-3/+4
* perf report: Honor column width settingNamhyung Kim2014-08-121-7/+11
* perf tools: Save column length in perf_hpp_fmtNamhyung Kim2014-08-121-1/+1
* perf tools: Make __hpp__fmt() receive an additional len argumentNamhyung Kim2014-08-121-6/+8
* 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: Add ->rows to disambiguate from ->heightArnaldo Carvalho de Melo2014-07-071-8/+8
* Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2014-06-251-14/+11Star
|\
| * perf hists browser: Remove ev_name argument from perf_evsel__hists_browseJiri Olsa2014-06-191-14/+11Star
* | 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: Apply percent-limit to cumulative percentageNamhyung Kim2014-06-011-29/+11Star
* 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/+1Star
* perf tools: Call perf_hpp__init() before setting up GUI browsersNamhyung Kim2014-05-211-2/+0Star
* perf ui: Get rid of callback from __hpp__fmt()Namhyung Kim2014-05-211-39/+23Star
* 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/+8Star
* 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/+40Star
* 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/+2Star
* perf tools: No need to test against NULL before calling free()Arnaldo Carvalho de Melo2013-12-261-2/+1Star
* 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/+4Star
* 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/+10Star
* 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/+0Star