summaryrefslogtreecommitdiff
path: root/tools/perf/ui/browsers
AgeCommit message (Expand)Author
2016-02-24perf hists browser: Support collapsing/expanding whole entries in hierarchyNamhyung Kim
2016-02-24perf hists browser: Count number of hierarchy entriesNamhyung Kim
2016-02-12perf hists: Do column alignment on the format iteratorArnaldo Carvalho de Melo
2016-02-03perf hists browser: Add 'L' hotkey to change percent limitNamhyung Kim
2016-02-03perf hists: Introduce hists__for_each_format macroJiri Olsa
2016-02-03perf hists: Introduce perf_hpp_list__for_each_format macroJiri Olsa
2016-02-01perf hists browser: Fix percent display in callchainsNamhyung Kim
2016-02-01perf hists browser: Pass parent_total to callchain print functionsNamhyung Kim
2016-02-01perf hists browser: Fix dump to show correct callchain styleNamhyung Kim
2016-01-26perf hists browser: Skip scripting when perf.data file not availableNamhyung Kim
2016-01-26perf hists browser: Offer non-symbol specific menu options for --sort without...Namhyung Kim
2016-01-26perf hists browser: Be a bit more strict about presenting CPU socket zoomNamhyung Kim
2016-01-26perf hists browser: Offer 'Zoom into DSO'/'Map details' only when sort order ...Namhyung Kim
2016-01-26perf hists browser: Only offer symbol scripting when a symbol is under the cu...Namhyung Kim
2016-01-26perf hists browser: Only 'Zoom into thread' only when sort order has 'pid'Namhyung Kim
2016-01-26perf annotate: Rename 'colors.code' to 'colors.jump_arrows'Taeung Song
2016-01-26perf annotate browser: Fix behaviour of Shift-Tab with nothing focussedMarkus Trippelsdorf
2016-01-12perf ui/tui: Print helpline message as isNamhyung Kim
2016-01-06perf tools: Skip dynamic fields not defined for current eventNamhyung Kim
2015-12-08Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar
2015-12-07perf hists browser: Fix segfault if use symbol filter in cmdlineWang Nan
2015-12-07perf hists browser: Reset selection when refreshWang Nan
2015-12-07perf hists browser: Add NULL pointer check to prevent crashWang Nan
2015-11-28perf hists browser: Update nr entries regardless of min percentNamhyung Kim
2015-11-19perf hists browser: Support folded callchainsNamhyung Kim
2015-11-19perf hists browser: Support flat callchainsNamhyung Kim
2015-11-19perf hists browser: Factor out hist_browser__show_callchain_list()Namhyung Kim
2015-11-19perf callchain: Abstract callchain print functionNamhyung Kim
2015-11-12perf hists browser: The dso can be obtained from popup_action->ms.map->dsoArnaldo Carvalho de Melo
2015-11-12perf hists browser: Fix 'd' hotkey action to filter by DSOArnaldo Carvalho de Melo
2015-10-22perf annotate: Don't die() when finding an invalid config optionArnaldo Carvalho de Melo
2015-10-22perf annotate: Fix 'annotate.use_offset' config variable usageNamhyung Kim
2015-10-13perf hists browser: Add 'm' key for context menu displayNamhyung Kim
2015-10-12perf hists browser: Inform how to reset the symbol filterArnaldo Carvalho de Melo
2015-10-12perf ui browsers: Remove help messages about use of right and arrow keysArnaldo Carvalho de Melo
2015-10-05perf hists browser: Implement horizontal scrollingArnaldo Carvalho de Melo
2015-09-28perf hists browser: Use the map to determine if a DSO is being used as a kernelArnaldo Carvalho de Melo
2015-09-16Merge branch 'perf/urgent' into perf/core, to resolve a conflictIngo Molnar
2015-09-14perf top: Fix segfault pressing -> with no hist entriesWang Nan
2015-09-14perf hists browser: Zoom in/out for processor socketKan Liang
2015-09-14perf report: Introduce --socket-filter optionKan Liang
2015-09-14perf env: Rename some leftovers from rename to perf_envArnaldo Carvalho de Melo
2015-08-28perf tools: Rename perf_session_env to perf_envKan Liang
2015-08-12perf report: Show call graph from reference eventsKan Liang
2015-08-12perf hists browser: Make ESC unzoom as wellArnaldo Carvalho de Melo
2015-08-12perf ui browser: Introduce ui_browser__printf()Arnaldo Carvalho de Melo
2015-08-12perf ui browser: Introduce ui_browser__write_nstring()Arnaldo Carvalho de Melo
2015-08-06perf annotate: Finally display IPC and cycle accountingAndi Kleen
2015-08-06perf annotate: Compute IPC and basic block cyclesAndi Kleen
2015-07-13perf hists browser: Take the --comm, --dsos, etc filters into accountArnaldo Carvalho de Melo