summaryrefslogtreecommitdiffstats
path: root/tools/perf/ui
Commit message (Expand)AuthorAgeFilesLines
* perf report: Left align dynamic entries in hierarchyNamhyung Kim2016-02-262-11/+33
* perf report: Fix indentation of dynamic entries in hierarchyNamhyung Kim2016-02-262-6/+6
* perf report: Show message for percent limit on gtkNamhyung Kim2016-02-261-0/+11
* perf hists browser: Show message for percent limitNamhyung Kim2016-02-261-0/+99
* perf hists browser: Cleanup hist_browser__update_percent_limit()Namhyung Kim2016-02-261-6/+1Star
* perf report: Show message for percent limit on stdioNamhyung Kim2016-02-261-0/+17
* perf hists: Add more helper functions for the hierarchy modeNamhyung Kim2016-02-261-0/+22
* perf ui/gtk: Implement hierarchy output modeNamhyung Kim2016-02-251-1/+162
* perf hists browser: Align column header in hierarchy modeNamhyung Kim2016-02-251-1/+70
* perf hists browser: Implement hierarchy outputNamhyung Kim2016-02-251-22/+268
* perf hists browser: Support collapsing/expanding whole entries in hierarchyNamhyung Kim2016-02-251-10/+48
* perf hists browser: Count number of hierarchy entriesNamhyung Kim2016-02-251-11/+74
* perf ui/stdio: Align column header for hierarchy outputNamhyung Kim2016-02-251-0/+105
* perf ui/stdio: Implement hierarchy output modeNamhyung Kim2016-02-251-1/+78
* perf hists: Count number of sort keysNamhyung Kim2016-02-251-0/+3
* perf tools: Fix assertion failure on dynamic entryNamhyung Kim2016-02-221-0/+3
* perf hists: Do column alignment on the format iteratorArnaldo Carvalho de Melo2016-02-122-9/+19
* perf hists browser: Add 'L' hotkey to change percent limitNamhyung Kim2016-02-031-0/+55
* perf hists: Introduce hists__for_each_format macroJiri Olsa2016-02-034-12/+12
* perf hists: Add struct perf_hpp_list argument to helper functionsJiri Olsa2016-02-031-9/+10
* perf hists: Introduce perf_hpp_list__for_each_sort_list_safe macroJiri Olsa2016-02-031-1/+1
* perf hists: Introduce perf_hpp_list__for_each_sort_list macroJiri Olsa2016-02-031-2/+2
* perf hists: Introduce perf_hpp_list__for_each_format_safe macroJiri Olsa2016-02-031-2/+2
* perf hists: Introduce perf_hpp_list__for_each_format macroJiri Olsa2016-02-034-15/+15
* perf hists: Add perf_hpp_list register helpersJiri Olsa2016-02-031-6/+8
* perf hists: Introduce struct perf_hpp_listJiri Olsa2016-02-031-5/+6
* perf hists: Properly release format fieldsJiri Olsa2016-02-031-0/+8
* perf hists: Remove perf_hpp__column_(disable|enable)Jiri Olsa2016-02-031-12/+0Star
* perf hists: Allocate output sort fieldJiri Olsa2016-02-031-2/+14
* perf hists: Make hpp setup function genericJiri Olsa2016-02-031-28/+8Star
* perf hists: Add 'hpp__equal' callback functionJiri Olsa2016-02-031-0/+16
* perf hists: Add 'equal' method to perf_hpp_fmt structJiri Olsa2016-02-031-2/+7
* perf hists: Use struct perf_hpp_fmt::idx in perf_hpp__reset_widthJiri Olsa2016-02-031-10/+2Star
* perf hists: Add _idx fields into struct perf_hpp_fmtJiri Olsa2016-02-031-11/+14
* perf report: Don't show blank lines if entry has no callchainNamhyung Kim2016-02-011-1/+4
* perf hists browser: Fix percent display in callchainsNamhyung Kim2016-02-011-5/+19
* perf hists browser: Pass parent_total to callchain print functionsNamhyung Kim2016-02-011-20/+24
* perf hists browser: Fix dump to show correct callchain styleNamhyung Kim2016-02-011-32/+41
* perf report: Fix percent display in callchains on --stdioNamhyung Kim2016-02-011-6/+20
* perf callchain: Pass parent_samples to __callchain__fprintf_graph()Namhyung Kim2016-02-011-6/+13
* perf report: Get rid of hist_entry__callchain_fprintf()Namhyung Kim2016-02-011-25/+2Star
* perf hists browser: Skip scripting when perf.data file not availableNamhyung Kim2016-01-261-0/+4
* perf hists browser: Offer non-symbol specific menu options for --sort without...Namhyung Kim2016-01-261-5/+1Star
* perf hists browser: Be a bit more strict about presenting CPU socket zoomNamhyung Kim2016-01-261-1/+1
* perf hists browser: Offer 'Zoom into DSO'/'Map details' only when sort order ...Namhyung Kim2016-01-261-2/+2
* perf hists browser: Only offer symbol scripting when a symbol is under the cu...Namhyung Kim2016-01-261-4/+6
* perf hists browser: Only 'Zoom into thread' only when sort order has 'pid'Namhyung Kim2016-01-261-5/+7
* perf annotate: Rename 'colors.code' to 'colors.jump_arrows'Taeung Song2016-01-263-4/+4
* perf annotate browser: Fix behaviour of Shift-Tab with nothing focussedMarkus Trippelsdorf2016-01-261-2/+2
* perf ui/tui: Print helpline message as isNamhyung Kim2016-01-121-1/+1