aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/ui
AgeCommit message (Expand)Author
2016-05-05perf hists: Move sort__has_comm into struct perf_hpp_listJiri Olsa
2016-05-05perf hists: Move sort__has_thread into struct perf_hpp_listJiri Olsa
2016-05-05perf hists: Move sort__has_socket into struct perf_hpp_listJiri Olsa
2016-05-05perf hists: Move sort__has_dso into struct perf_hpp_listJiri Olsa
2016-05-05perf hists: Move sort__has_sym into struct perf_hpp_listJiri Olsa
2016-04-18perf hists browser: Fold two consecutive symbol_conf.use_callchain ifsArnaldo Carvalho de Melo
2016-04-07perf tools: Introduce trim functionJiri Olsa
2016-03-30perf hists: Fix determination of a callchain node's childlessnessAndres Freund
2016-03-23perf tools: Remove misplaced __maybe_unusedArnaldo Carvalho de Melo
2016-03-10perf hists browser: Check sort keys before hot key actionsNamhyung Kim
2016-03-10perf hists browser: Allow thread filtering for comm sort keyNamhyung Kim
2016-03-10perf tools: Remove nr_sort_keys fieldNamhyung Kim
2016-03-10perf hists browser: Cleanup hist_browser__fprintf_hierarchy_entry()Namhyung Kim
2016-03-08perf report: Use hierarchy hpp list on gtkNamhyung Kim
2016-03-08perf hists browser: Use hierarchy hpp listNamhyung Kim
2016-03-08perf report: Use hierarchy hpp list on stdioNamhyung Kim
2016-03-08perf hists: Fix indent for multiple hierarchy sort keyNamhyung Kim
2016-03-08perf hists: Use own hpp_list for hierarchy modeNamhyung Kim
2016-03-08perf hists: Introduce perf_hpp__setup_hists_formats()Namhyung Kim
2016-02-26perf report: Left align dynamic entries in hierarchyNamhyung Kim
2016-02-26perf report: Fix indentation of dynamic entries in hierarchyNamhyung Kim
2016-02-26perf report: Show message for percent limit on gtkNamhyung Kim
2016-02-26perf hists browser: Show message for percent limitNamhyung Kim
2016-02-26perf hists browser: Cleanup hist_browser__update_percent_limit()Namhyung Kim
2016-02-26perf report: Show message for percent limit on stdioNamhyung Kim
2016-02-26perf hists: Add more helper functions for the hierarchy modeNamhyung Kim
2016-02-24perf ui/gtk: Implement hierarchy output modeNamhyung Kim
2016-02-24perf hists browser: Align column header in hierarchy modeNamhyung Kim
2016-02-24perf hists browser: Implement hierarchy outputNamhyung Kim
2016-02-24perf hists browser: Support collapsing/expanding whole entries in hierarchyNamhyung Kim
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