summaryrefslogtreecommitdiff
path: root/tools/perf/util/hist.h
AgeCommit message (Expand)Author
2016-05-23perf report: Add srcline_from/to branch sort keysAndi Kleen
2016-05-06perf hists: Move sort__has_comm into struct perf_hpp_listJiri Olsa
2016-05-06perf hists: Move sort__has_thread into struct perf_hpp_listJiri Olsa
2016-05-06perf hists: Move sort__has_socket into struct perf_hpp_listJiri Olsa
2016-05-06perf hists: Move sort__has_dso into struct perf_hpp_listJiri Olsa
2016-05-06perf hists: Move sort__has_sym into struct perf_hpp_listJiri Olsa
2016-05-06perf hists: Move sort__has_parent into struct perf_hpp_listJiri Olsa
2016-05-06perf hists: Move sort__need_collapse into struct perf_hpp_listJiri Olsa
2016-03-30perf tools: Make hists__collapse_insert_entry staticJiri Olsa
2016-03-23perf tools: Remove misplaced __maybe_unusedArnaldo Carvalho de Melo
2016-03-10perf tools: Remove nr_sort_keys fieldNamhyung Kim
2016-03-10perf tools: Add more sort entry check functionsNamhyung 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-03-08perf hists: Add level field to struct perf_hpp_fmtNamhyung Kim
2016-02-26perf report: Fix indentation of dynamic entries in hierarchyNamhyung Kim
2016-02-26perf hists: Add more helper functions for the hierarchy modeNamhyung Kim
2016-02-24perf ui/stdio: Implement hierarchy output modeNamhyung Kim
2016-02-24perf hists: Count number of sort keysNamhyung Kim
2016-02-24perf hists: Introduce hist_entry__filter()Namhyung Kim
2016-02-24perf hists: Add helper functions for hierarchy modeNamhyung Kim
2016-02-24perf tools: Add helper functions for some sort keysNamhyung Kim
2016-02-19perf hists: Return error from hists__collapse_resort()Namhyung Kim
2016-02-19perf hists browser: Fix percentage update on key pressNamhyung Kim
2016-02-12perf hists: Do column alignment on the format iteratorArnaldo Carvalho de Melo
2016-02-03perf hists: Introduce hists__for_each_sort_list macroJiri Olsa
2016-02-03perf hists: Introduce hists__for_each_format macroJiri Olsa
2016-02-03perf tools: Add hpp_list into struct hists objectJiri 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 perf_hpp_list__init functionJiri 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: Add 'equal' method to perf_hpp_fmt structJiri Olsa
2016-02-03perf hists: Add _idx fields into struct perf_hpp_fmtJiri Olsa
2016-02-03perf hists: Introduce perf_evsel__output_resort functionJiri Olsa
2016-01-08perf hists: Export a couple of hist functionsNamhyung Kim
2016-01-06perf tools: Skip dynamic fields not defined for current eventNamhyung Kim
2016-01-06perf tools: Add 'trace' sort keyNamhyung Kim
2016-01-06perf hist: Pass struct sample to __hists__add_entry()Namhyung Kim
2015-10-05perf tools: Add support for sorting on the iaddrDon Zickus
2015-09-28perf hists: Allow for max_stack greater than PERF_MAX_STACK_DEPTHAdrian Hunter
2015-09-14perf hists browser: Zoom in/out for processor socketKan Liang
2015-09-14perf report: Introduce --socket-filter optionKan Liang