aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/ui/browsers (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-03-30perf hists: Fix determination of a callchain node's childlessnessAndres Freund1-1/+1
2016-03-10perf hists browser: Check sort keys before hot key actionsNamhyung Kim1-0/+9
2016-03-10perf hists browser: Allow thread filtering for comm sort keyNamhyung Kim1-10/+32
2016-03-10perf hists browser: Cleanup hist_browser__fprintf_hierarchy_entry()Namhyung Kim1-14/+8
2016-03-08perf hists browser: Use hierarchy hpp listNamhyung Kim1-36/+45
2016-03-08perf hists: Fix indent for multiple hierarchy sort keyNamhyung Kim1-13/+10
2016-03-08perf hists: Use own hpp_list for hierarchy modeNamhyung Kim1-20/+25
2016-02-26perf report: Left align dynamic entries in hierarchyNamhyung Kim1-2/+14
2016-02-26perf report: Fix indentation of dynamic entries in hierarchyNamhyung Kim1-3/+3
2016-02-26perf hists browser: Show message for percent limitNamhyung Kim1-0/+99
2016-02-26perf hists browser: Cleanup hist_browser__update_percent_limit()Namhyung Kim1-6/+1
2016-02-24perf hists browser: Align column header in hierarchy modeNamhyung Kim1-1/+70
2016-02-24perf hists browser: Implement hierarchy outputNamhyung Kim1-22/+268
2016-02-24perf hists browser: Support collapsing/expanding whole entries in hierarchyNamhyung Kim1-10/+48
2016-02-24perf hists browser: Count number of hierarchy entriesNamhyung Kim1-11/+74
2016-02-12perf hists: Do column alignment on the format iteratorArnaldo Carvalho de Melo1-9/+18
2016-02-03perf hists browser: Add 'L' hotkey to change percent limitNamhyung Kim1-0/+55
2016-02-03perf hists: Introduce hists__for_each_format macroJiri Olsa1-4/+4
2016-02-03perf hists: Introduce perf_hpp_list__for_each_format macroJiri Olsa1-4/+4
2016-02-01perf hists browser: Fix percent display in callchainsNamhyung Kim1-5/+19
2016-02-01perf hists browser: Pass parent_total to callchain print functionsNamhyung Kim1-20/+24
2016-02-01perf hists browser: Fix dump to show correct callchain styleNamhyung Kim1-32/+41
2016-01-26perf hists browser: Skip scripting when perf.data file not availableNamhyung Kim1-0/+4
2016-01-26perf hists browser: Offer non-symbol specific menu options for --sort without 'sym'Namhyung Kim1-5/+1
2016-01-26perf hists browser: Be a bit more strict about presenting CPU socket zoomNamhyung Kim1-1/+1
2016-01-26perf hists browser: Offer 'Zoom into DSO'/'Map details' only when sort order has 'dso'Namhyung Kim1-2/+2
2016-01-26perf hists browser: Only offer symbol scripting when a symbol is under the cursorNamhyung Kim1-4/+6
2016-01-26perf hists browser: Only 'Zoom into thread' only when sort order has 'pid'Namhyung Kim1-5/+7
2016-01-26perf annotate: Rename 'colors.code' to 'colors.jump_arrows'Taeung Song1-1/+1
2016-01-26perf annotate browser: Fix behaviour of Shift-Tab with nothing focussedMarkus Trippelsdorf1-2/+2
2016-01-12perf ui/tui: Print helpline message as isNamhyung Kim1-1/+1
2016-01-06perf tools: Skip dynamic fields not defined for current eventNamhyung Kim1-3/+4
2015-12-08Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar1-0/+8
2015-12-07perf hists browser: Fix segfault if use symbol filter in cmdlineWang Nan1-0/+3
2015-12-07perf hists browser: Reset selection when refreshWang Nan1-0/+2
2015-12-07perf hists browser: Add NULL pointer check to prevent crashWang Nan1-0/+3
2015-11-27perf hists browser: Update nr entries regardless of min percentNamhyung Kim1-3/+2
2015-11-19perf hists browser: Support folded callchainsNamhyung Kim1-1/+124
2015-11-19perf hists browser: Support flat callchainsNamhyung Kim1-2/+120
2015-11-19perf hists browser: Factor out hist_browser__show_callchain_list()Namhyung Kim1-27/+45
2015-11-19perf callchain: Abstract callchain print functionNamhyung Kim1-3/+5
2015-11-12perf hists browser: The dso can be obtained from popup_action->ms.map->dsoArnaldo Carvalho de Melo1-6/+0
2015-11-12perf hists browser: Fix 'd' hotkey action to filter by DSOArnaldo Carvalho de Melo1-0/+1
2015-10-22perf annotate: Don't die() when finding an invalid config optionArnaldo Carvalho de Melo1-3/+3
2015-10-22perf annotate: Fix 'annotate.use_offset' config variable usageNamhyung Kim1-1/+1
2015-10-12perf hists browser: Add 'm' key for context menu displayNamhyung Kim1-0/+2
2015-10-12perf hists browser: Inform how to reset the symbol filterArnaldo Carvalho de Melo1-1/+2
2015-10-12perf ui browsers: Remove help messages about use of right and arrow keysArnaldo Carvalho de Melo4-9/+9
2015-10-05perf hists browser: Implement horizontal scrollingArnaldo Carvalho de Melo1-5/+17
2015-09-28perf hists browser: Use the map to determine if a DSO is being used as a kernelArnaldo Carvalho de Melo1-10/+14