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