summaryrefslogtreecommitdiff
path: root/tools/perf/ui/browsers
AgeCommit message (Expand)Author
2016-05-06perf hists: Move sort__has_comm into struct perf_hpp_listJiri Olsa
2016-05-06perf hists: Move sort__has_thread into struct perf_hpp_listJiri Olsa
2016-05-06perf hists: Move sort__has_socket into struct perf_hpp_listJiri Olsa
2016-05-06perf hists: Move sort__has_dso into struct perf_hpp_listJiri Olsa
2016-05-06perf hists: Move sort__has_sym into struct perf_hpp_listJiri Olsa
2016-04-18perf hists browser: Fold two consecutive symbol_conf.use_callchain ifsArnaldo Carvalho de Melo
2016-04-07perf tools: Introduce trim functionJiri Olsa
2016-03-30perf hists: Fix determination of a callchain node's childlessnessAndres Freund
2016-03-10perf hists browser: Check sort keys before hot key actionsNamhyung Kim
2016-03-10perf hists browser: Allow thread filtering for comm sort keyNamhyung Kim
2016-03-10perf hists browser: Cleanup hist_browser__fprintf_hierarchy_entry()Namhyung Kim
2016-03-08perf hists browser: Use hierarchy hpp listNamhyung Kim
2016-03-08perf hists: Fix indent for multiple hierarchy sort keyNamhyung Kim
2016-03-08perf hists: Use own hpp_list for hierarchy modeNamhyung Kim
2016-02-26perf report: Left align dynamic entries in hierarchyNamhyung Kim
2016-02-26perf report: Fix indentation of dynamic entries in hierarchyNamhyung Kim
2016-02-26perf hists browser: Show message for percent limitNamhyung Kim
2016-02-26perf hists browser: Cleanup hist_browser__update_percent_limit()Namhyung Kim
2016-02-24perf hists browser: Align column header in hierarchy modeNamhyung Kim
2016-02-24perf hists browser: Implement hierarchy outputNamhyung Kim
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