summaryrefslogtreecommitdiffstats
path: root/tools/perf/ui/browsers
Commit message (Expand)AuthorAgeFilesLines
* perf hists: Move sort__has_comm into struct perf_hpp_listJiri Olsa2016-05-061-2/+4
* perf hists: Move sort__has_thread into struct perf_hpp_listJiri Olsa2016-05-061-6/+6
* perf hists: Move sort__has_socket into struct perf_hpp_listJiri Olsa2016-05-061-2/+2
* perf hists: Move sort__has_dso into struct perf_hpp_listJiri Olsa2016-05-061-4/+4
* perf hists: Move sort__has_sym into struct perf_hpp_listJiri Olsa2016-05-061-3/+3
* perf hists browser: Fold two consecutive symbol_conf.use_callchain ifsArnaldo Carvalho de Melo2016-04-181-3/+2Star
* perf tools: Introduce trim functionJiri Olsa2016-04-071-2/+1Star
* 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/+8Star
* 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/+10Star
* 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/+1Star
* perf hists browser: Align column header in hierarchy modeNamhyung Kim2016-02-251-1/+70
* perf hists browser: Implement hierarchy outputNamhyung Kim2016-02-251-22/+268
* perf hists browser: Support collapsing/expanding whole entries in hierarchyNamhyung Kim2016-02-251-10/+48
* perf hists browser: Count number of hierarchy entriesNamhyung Kim2016-02-251-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/+1Star
* 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 annotate: Rename 'colors.code' to 'colors.jump_arrows'Taeung Song2016-01-261-1/+1
* perf annotate browser: Fix behaviour of Shift-Tab with nothing focussedMarkus Trippelsdorf2016-01-261-2/+2
* 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-071-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-281-3/+2Star
* | 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/+0Star
* perf hists browser: Fix 'd' hotkey action to filter by DSOArnaldo Carvalho de Melo2015-11-121-0/+1