summaryrefslogtreecommitdiffstats
path: root/tools/perf/ui/browsers
Commit message (Expand)AuthorAgeFilesLines
* perf hists browser: Change print format from %lu to %PRIu64Tom Huynh2014-12-091-1/+1
* perf tools: Collapse first level callchain entry if it has siblingNamhyung Kim2014-11-241-3/+8
* perf hists browser: Print overhead percent value for first-level callchainNamhyung Kim2014-11-241-2/+12
* perf annotate: Support source line numbers in annotateAndi Kleen2014-11-191-1/+12
* perf callchain: Use a common function to resolve symbol or nameAndi Kleen2014-11-191-17/+0
* perf top: Add a visual cue for toggle zeroing of samplesTaeung Song2014-10-151-10/+22
* perf ui browsers: Add missing includeArnaldo Carvalho de Melo2014-10-101-0/+1
* perf evsel: Add hists helperArnaldo Carvalho de Melo2014-10-091-8/+12
* perf hists browser: Fix callchain print bug on TUINamhyung Kim2014-09-261-3/+0
* perf hists browser: Consolidate callchain print functions in TUINamhyung Kim2014-08-241-123/+80
* perf hists browser: Cleanup callchain print functionsNamhyung Kim2014-08-221-83/+29
* 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/+2
* 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/+11
|\
| * 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: 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
OpenPOWER on IntegriCloud