summaryrefslogtreecommitdiffstats
path: root/tools/perf/ui
AgeCommit message (Expand)AuthorFilesLines
2016-05-05perf hists: Move sort__has_comm into struct perf_hpp_listJiri Olsa1-2/+4
2016-05-05perf hists: Move sort__has_thread into struct perf_hpp_listJiri Olsa1-6/+6
2016-05-05perf hists: Move sort__has_socket into struct perf_hpp_listJiri Olsa1-2/+2
2016-05-05perf hists: Move sort__has_dso into struct perf_hpp_listJiri Olsa1-4/+4
2016-05-05perf hists: Move sort__has_sym into struct perf_hpp_listJiri Olsa3-5/+5
2016-04-18perf hists browser: Fold two consecutive symbol_conf.use_callchain ifsArnaldo Carvalho de Melo1-3/+2
2016-04-07perf tools: Introduce trim functionJiri Olsa2-4/+2
2016-03-30perf hists: Fix determination of a callchain node's childlessnessAndres Freund1-1/+1
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