summaryrefslogtreecommitdiffstats
path: root/tools/perf/ui
AgeCommit message (Expand)Author
2016-02-24perf hists browser: Count number of hierarchy entriesNamhyung Kim
2016-02-24perf ui/stdio: Align column header for hierarchy outputNamhyung Kim
2016-02-24perf ui/stdio: Implement hierarchy output modeNamhyung Kim
2016-02-24perf hists: Count number of sort keysNamhyung Kim
2016-02-22perf tools: Fix assertion failure on dynamic entryNamhyung 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: Add struct perf_hpp_list argument to helper functionsJiri Olsa
2016-02-03perf hists: Introduce perf_hpp_list__for_each_sort_list_safe macroJiri Olsa
2016-02-03perf hists: Introduce perf_hpp_list__for_each_sort_list macroJiri Olsa
2016-02-03perf hists: Introduce perf_hpp_list__for_each_format_safe macroJiri Olsa
2016-02-03perf hists: Introduce perf_hpp_list__for_each_format macroJiri Olsa
2016-02-03perf hists: Add perf_hpp_list register helpersJiri Olsa
2016-02-03perf hists: Introduce struct perf_hpp_listJiri Olsa
2016-02-03perf hists: Properly release format fieldsJiri Olsa
2016-02-03perf hists: Remove perf_hpp__column_(disable|enable)Jiri Olsa
2016-02-03perf hists: Allocate output sort fieldJiri Olsa
2016-02-03perf hists: Make hpp setup function genericJiri Olsa
2016-02-03perf hists: Add 'hpp__equal' callback functionJiri Olsa
2016-02-03perf hists: Add 'equal' method to perf_hpp_fmt structJiri Olsa
2016-02-03perf hists: Use struct perf_hpp_fmt::idx in perf_hpp__reset_widthJiri Olsa
2016-02-03perf hists: Add _idx fields into struct perf_hpp_fmtJiri Olsa
2016-02-01perf report: Don't show blank lines if entry has no callchainNamhyung Kim
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-02-01perf report: Fix percent display in callchains on --stdioNamhyung Kim
2016-02-01perf callchain: Pass parent_samples to __callchain__fprintf_graph()Namhyung Kim
2016-02-01perf report: Get rid of hist_entry__callchain_fprintf()Namhyung 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-08perf tools: Add overhead/overhead_children keys defaults via stringJiri Olsa
2016-01-06perf tools: Skip dynamic fields not defined for current eventNamhyung Kim
2015-12-09perf tui: Change default selection background color to yellowIngo Molnar
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-27perf hists browser: Update nr entries regardless of min percentNamhyung Kim
2015-11-19perf ui/gtk: Support folded callchainsNamhyung Kim
2015-11-19perf ui/gtk: Support flat callchainsNamhyung Kim
2015-11-19perf hists browser: Support folded callchainsNamhyung Kim