aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/ui/browsers/hists.c
AgeCommit message (Expand)AuthorFilesLines
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...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 ...Namhyung Kim1-2/+2
2016-01-26perf hists browser: Only offer symbol scripting when a symbol is under the cu...Namhyung Kim1-4/+6
2016-01-26perf hists browser: Only 'Zoom into thread' only when sort order has 'pid'Namhyung Kim1-5/+7
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-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 Melo1-4/+4
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
2015-09-16Merge branch 'perf/urgent' into perf/core, to resolve a conflictIngo Molnar1-1/+11
2015-09-14perf top: Fix segfault pressing -> with no hist entriesWang Nan1-1/+11
2015-09-14perf hists browser: Zoom in/out for processor socketKan Liang1-7/+54
2015-09-14perf report: Introduce --socket-filter optionKan Liang1-0/+4
2015-09-14perf env: Rename some leftovers from rename to perf_envArnaldo Carvalho de Melo1-1/+1
2015-08-28perf tools: Rename perf_session_env to perf_envKan Liang1-6/+6
2015-08-12perf report: Show call graph from reference eventsKan Liang1-2/+7
2015-08-12perf hists browser: Make ESC unzoom as wellArnaldo Carvalho de Melo1-11/+8
2015-08-12perf ui browser: Introduce ui_browser__printf()Arnaldo Carvalho de Melo1-8/+8
2015-08-12perf ui browser: Introduce ui_browser__write_nstring()Arnaldo Carvalho de Melo1-5/+5
2015-07-13perf hists browser: Take the --comm, --dsos, etc filters into accountArnaldo Carvalho de Melo1-1/+1
2015-06-22perf top: Move toggling event logic into hists browserNamhyung Kim1-2/+17
2015-06-19perf hists browser: React to unassigned hotkey pressingArnaldo Carvalho de Melo1-3/+4
2015-06-19perf hists browser: Honour the help line provided by builtin-{top,report}.cArnaldo Carvalho de Melo1-4/+3
2015-06-19perf hists browser: Do not exit when 'f' is pressed in 'report' modeArnaldo Carvalho de Melo1-0/+3
2015-06-19perf top: Replace CTRL+z with 'f' as hotkey for enable/disable eventsArnaldo Carvalho de Melo1-2/+2
2015-06-17perf top: Allow disabling/enabling events dynamiclyArnaldo Carvalho de Melo1-0/+2