summaryrefslogtreecommitdiffstats
path: root/tools/perf/ui/browsers/hists.c
Commit message (Expand)AuthorAgeFilesLines
...
* perf hists browser: Support collapsing/expanding whole entries in hierarchyNamhyung Kim2016-02-241-10/+48
* perf hists browser: Count number of hierarchy entriesNamhyung Kim2016-02-241-11/+74
* perf hists: Do column alignment on the format iteratorArnaldo Carvalho de Melo2016-02-121-9/+18
* perf hists browser: Add 'L' hotkey to change percent limitNamhyung Kim2016-02-031-0/+55
* perf hists: Introduce hists__for_each_format macroJiri Olsa2016-02-031-4/+4
* perf hists: Introduce perf_hpp_list__for_each_format macroJiri Olsa2016-02-031-4/+4
* perf hists browser: Fix percent display in callchainsNamhyung Kim2016-02-011-5/+19
* perf hists browser: Pass parent_total to callchain print functionsNamhyung Kim2016-02-011-20/+24
* perf hists browser: Fix dump to show correct callchain styleNamhyung Kim2016-02-011-32/+41
* perf hists browser: Skip scripting when perf.data file not availableNamhyung Kim2016-01-261-0/+4
* perf hists browser: Offer non-symbol specific menu options for --sort without...Namhyung Kim2016-01-261-5/+1
* perf hists browser: Be a bit more strict about presenting CPU socket zoomNamhyung Kim2016-01-261-1/+1
* perf hists browser: Offer 'Zoom into DSO'/'Map details' only when sort order ...Namhyung Kim2016-01-261-2/+2
* perf hists browser: Only offer symbol scripting when a symbol is under the cu...Namhyung Kim2016-01-261-4/+6
* perf hists browser: Only 'Zoom into thread' only when sort order has 'pid'Namhyung Kim2016-01-261-5/+7
* perf ui/tui: Print helpline message as isNamhyung Kim2016-01-121-1/+1
* perf tools: Skip dynamic fields not defined for current eventNamhyung Kim2016-01-061-3/+4
* Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2015-12-081-0/+8
|\
| * perf hists browser: Fix segfault if use symbol filter in cmdlineWang Nan2015-12-071-0/+3
| * perf hists browser: Reset selection when refreshWang Nan2015-12-071-0/+2
| * perf hists browser: Add NULL pointer check to prevent crashWang Nan2015-12-071-0/+3
* | perf hists browser: Update nr entries regardless of min percentNamhyung Kim2015-11-271-3/+2
* | perf hists browser: Support folded callchainsNamhyung Kim2015-11-191-1/+124
* | perf hists browser: Support flat callchainsNamhyung Kim2015-11-191-2/+120
* | perf hists browser: Factor out hist_browser__show_callchain_list()Namhyung Kim2015-11-191-27/+45
* | perf callchain: Abstract callchain print functionNamhyung Kim2015-11-191-3/+5
|/
* perf hists browser: The dso can be obtained from popup_action->ms.map->dsoArnaldo Carvalho de Melo2015-11-121-6/+0
* perf hists browser: Fix 'd' hotkey action to filter by DSOArnaldo Carvalho de Melo2015-11-121-0/+1
* perf hists browser: Add 'm' key for context menu displayNamhyung Kim2015-10-121-0/+2
* perf hists browser: Inform how to reset the symbol filterArnaldo Carvalho de Melo2015-10-121-1/+2
* perf ui browsers: Remove help messages about use of right and arrow keysArnaldo Carvalho de Melo2015-10-121-4/+4
* perf hists browser: Implement horizontal scrollingArnaldo Carvalho de Melo2015-10-051-5/+17
* perf hists browser: Use the map to determine if a DSO is being used as a kernelArnaldo Carvalho de Melo2015-09-281-10/+14
* Merge branch 'perf/urgent' into perf/core, to resolve a conflictIngo Molnar2015-09-161-1/+11
|\
| * perf top: Fix segfault pressing -> with no hist entriesWang Nan2015-09-141-1/+11
* | perf hists browser: Zoom in/out for processor socketKan Liang2015-09-141-7/+54
* | perf report: Introduce --socket-filter optionKan Liang2015-09-141-0/+4
* | perf env: Rename some leftovers from rename to perf_envArnaldo Carvalho de Melo2015-09-141-1/+1
|/
* perf tools: Rename perf_session_env to perf_envKan Liang2015-08-281-6/+6
* perf report: Show call graph from reference eventsKan Liang2015-08-121-2/+7
* perf hists browser: Make ESC unzoom as wellArnaldo Carvalho de Melo2015-08-121-11/+8
* perf ui browser: Introduce ui_browser__printf()Arnaldo Carvalho de Melo2015-08-121-8/+8
* perf ui browser: Introduce ui_browser__write_nstring()Arnaldo Carvalho de Melo2015-08-121-5/+5
* 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 top: Allow disabling/enabling events dynamiclyArnaldo Carvalho de Melo2015-06-171-0/+2
OpenPOWER on IntegriCloud