summaryrefslogtreecommitdiffstats
path: root/tools/perf/ui/browsers
Commit message (Expand)AuthorAgeFilesLines
* perf hists browser: Take the --comm, --dsos, etc filters into accountArnaldo Carvalho de Melo2015-07-131-1/+1
* perf top: Move toggling event logic into hists browserNamhyung Kim2015-06-221-2/+17
* perf hists browser: React to unassigned hotkey pressingArnaldo Carvalho de Melo2015-06-191-3/+4
* perf hists browser: Honour the help line provided by builtin-{top,report}.cArnaldo Carvalho de Melo2015-06-191-4/+3
* perf hists browser: Do not exit when 'f' is pressed in 'report' modeArnaldo Carvalho de Melo2015-06-191-0/+3
* perf top: Replace CTRL+z with 'f' as hotkey for enable/disable eventsArnaldo Carvalho de Melo2015-06-191-2/+2
* perf annotate: Display total number of samples with --show-total-periodMartin Liška2015-06-191-17/+43
* perf top: Allow disabling/enabling events dynamiclyArnaldo Carvalho de Melo2015-06-171-0/+2
* perf tools: Make Ctrl-C stop processing on TUINamhyung Kim2015-05-292-0/+8
* perf tools: Move TUI-specific fields out of map_symbolNamhyung Kim2015-05-051-32/+47
* perf hists browser: Simplify zooming code using pstack_peek()Namhyung Kim2015-05-051-11/+9
* perf hists browser: Split popup menu actions - part 2Namhyung Kim2015-05-051-140/+214
* perf hists browser: Split popup menu actionsNamhyung Kim2015-05-051-86/+156
* perf hists browser: Save perf_session_env in the hist_browserNamhyung Kim2015-05-051-2/+5
* perf hists browser: Save pstack in the hist_browserNamhyung Kim2015-05-051-10/+10
* perf hists browser: Save hist_browser_timer pointer in hist_browserNamhyung Kim2015-05-051-5/+8
* perf hists browser: Fix possible memory leakNamhyung Kim2015-05-051-3/+5
* perf hists browser: Indicate which callchain entries are annotatedArnaldo Carvalho de Melo2015-03-211-1/+3
* perf hists browser: Allow annotating entries in callchainsArnaldo Carvalho de Melo2015-03-172-14/+17
* perf hists: Remove hist_entry->used, not used anymoreArnaldo Carvalho de Melo2015-03-171-5/+0
* perf hists browser: Fix up some branch alignmentArnaldo Carvalho de Melo2015-03-161-5/+6
* perf hists browser: Simplify symbol annotation menu setupArnaldo Carvalho de Melo2015-03-161-9/+11
* perf hists browser: Fix UI bug after fold/unfoldHe Kuang2015-03-121-0/+19
* perf tools: Reference count struct threadArnaldo Carvalho de Melo2015-03-031-3/+3
* perf build: Add slang objects buildingJiri Olsa2015-02-121-0/+10
* perf tools: Remove EOL whitespacesArnaldo Carvalho de Melo2015-01-211-2/+1
* perf hists browser: Fix segfault when showing callchainNamhyung Kim2015-01-081-1/+1
* 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