summaryrefslogtreecommitdiffstats
path: root/tools/perf/ui
AgeCommit message (Expand)AuthorLines
2016-03-23perf tools: Remove misplaced __maybe_unusedArnaldo Carvalho de Melo-1/+1
2016-03-10perf hists browser: Check sort keys before hot key actionsNamhyung Kim-0/+9
2016-03-10perf hists browser: Allow thread filtering for comm sort keyNamhyung Kim-10/+32
2016-03-10perf tools: Remove nr_sort_keys fieldNamhyung Kim-3/+0
2016-03-10perf hists browser: Cleanup hist_browser__fprintf_hierarchy_entry()Namhyung Kim-14/+8
2016-03-08perf report: Use hierarchy hpp list on gtkNamhyung Kim-22/+33
2016-03-08perf hists browser: Use hierarchy hpp listNamhyung Kim-36/+45
2016-03-08perf report: Use hierarchy hpp list on stdioNamhyung Kim-46/+57
2016-03-08perf hists: Fix indent for multiple hierarchy sort keyNamhyung Kim-28/+22
2016-03-08perf hists: Use own hpp_list for hierarchy modeNamhyung Kim-48/+66
2016-03-08perf hists: Introduce perf_hpp__setup_hists_formats()Namhyung Kim-0/+63
2016-02-26perf report: Left align dynamic entries in hierarchyNamhyung Kim-11/+33
2016-02-26perf report: Fix indentation of dynamic entries in hierarchyNamhyung Kim-6/+6
2016-02-26perf report: Show message for percent limit on gtkNamhyung Kim-0/+11
2016-02-26perf hists browser: Show message for percent limitNamhyung Kim-0/+99
2016-02-26perf hists browser: Cleanup hist_browser__update_percent_limit()Namhyung Kim-6/+1
2016-02-26perf report: Show message for percent limit on stdioNamhyung Kim-0/+17
2016-02-26perf hists: Add more helper functions for the hierarchy modeNamhyung Kim-0/+22
2016-02-24perf ui/gtk: Implement hierarchy output modeNamhyung Kim-1/+162
2016-02-24perf hists browser: Align column header in hierarchy modeNamhyung Kim-1/+70
2016-02-24perf hists browser: Implement hierarchy outputNamhyung Kim-22/+268
2016-02-24perf hists browser: Support collapsing/expanding whole entries in hierarchyNamhyung Kim-10/+48
2016-02-24perf hists browser: Count number of hierarchy entriesNamhyung Kim-11/+74
2016-02-24perf ui/stdio: Align column header for hierarchy outputNamhyung Kim-0/+105
2016-02-24perf ui/stdio: Implement hierarchy output modeNamhyung Kim-1/+78
2016-02-24perf hists: Count number of sort keysNamhyung Kim-0/+3
2016-02-22perf tools: Fix assertion failure on dynamic entryNamhyung Kim-0/+3
2016-02-12perf hists: Do column alignment on the format iteratorArnaldo Carvalho de Melo-9/+19
2016-02-03perf hists browser: Add 'L' hotkey to change percent limitNamhyung Kim-0/+55
2016-02-03perf hists: Introduce hists__for_each_format macroJiri Olsa-12/+12
2016-02-03perf hists: Add struct perf_hpp_list argument to helper functionsJiri Olsa-9/+10
2016-02-03perf hists: Introduce perf_hpp_list__for_each_sort_list_safe macroJiri Olsa-1/+1
2016-02-03perf hists: Introduce perf_hpp_list__for_each_sort_list macroJiri Olsa-2/+2
2016-02-03perf hists: Introduce perf_hpp_list__for_each_format_safe macroJiri Olsa-2/+2
2016-02-03perf hists: Introduce perf_hpp_list__for_each_format macroJiri Olsa-15/+15
2016-02-03perf hists: Add perf_hpp_list register helpersJiri Olsa-6/+8
2016-02-03perf hists: Introduce struct perf_hpp_listJiri Olsa-5/+6
2016-02-03perf hists: Properly release format fieldsJiri Olsa-0/+8
2016-02-03perf hists: Remove perf_hpp__column_(disable|enable)Jiri Olsa-12/+0
2016-02-03perf hists: Allocate output sort fieldJiri Olsa-2/+14
2016-02-03perf hists: Make hpp setup function genericJiri Olsa-28/+8
2016-02-03perf hists: Add 'hpp__equal' callback functionJiri Olsa-0/+16
2016-02-03perf hists: Add 'equal' method to perf_hpp_fmt structJiri Olsa-2/+7
2016-02-03perf hists: Use struct perf_hpp_fmt::idx in perf_hpp__reset_widthJiri Olsa-10/+2
2016-02-03perf hists: Add _idx fields into struct perf_hpp_fmtJiri Olsa-11/+14
2016-02-01perf report: Don't show blank lines if entry has no callchainNamhyung Kim-1/+4
2016-02-01perf hists browser: Fix percent display in callchainsNamhyung Kim-5/+19
2016-02-01perf hists browser: Pass parent_total to callchain print functionsNamhyung Kim-20/+24
2016-02-01perf hists browser: Fix dump to show correct callchain styleNamhyung Kim-32/+41
2016-02-01perf report: Fix percent display in callchains on --stdioNamhyung Kim-6/+20