summaryrefslogtreecommitdiffstats
path: root/tools/perf/ui/browsers/hists.c
Commit message (Expand)AuthorAgeFilesLines
* perf hists: Fix determination of a callchain node's childlessnessAndres Freund2016-03-301-1/+1
* perf hists browser: Check sort keys before hot key actionsNamhyung Kim2016-03-101-0/+9
* perf hists browser: Allow thread filtering for comm sort keyNamhyung Kim2016-03-101-10/+32
* perf hists browser: Cleanup hist_browser__fprintf_hierarchy_entry()Namhyung Kim2016-03-101-14/+8
* perf hists browser: Use hierarchy hpp listNamhyung Kim2016-03-081-36/+45
* perf hists: Fix indent for multiple hierarchy sort keyNamhyung Kim2016-03-081-13/+10
* perf hists: Use own hpp_list for hierarchy modeNamhyung Kim2016-03-081-20/+25
* perf report: Left align dynamic entries in hierarchyNamhyung Kim2016-02-261-2/+14
* perf report: Fix indentation of dynamic entries in hierarchyNamhyung Kim2016-02-261-3/+3
* perf hists browser: Show message for percent limitNamhyung Kim2016-02-261-0/+99
* perf hists browser: Cleanup hist_browser__update_percent_limit()Namhyung Kim2016-02-261-6/+1
* perf hists browser: Align column header in hierarchy modeNamhyung Kim2016-02-241-1/+70
* perf hists browser: Implement hierarchy outputNamhyung Kim2016-02-241-22/+268
* 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