summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/hist.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* perf report: Add srcline_from/to branch sort keysAndi Kleen2016-05-231-0/+2
* perf hists: Move sort__has_comm into struct perf_hpp_listJiri Olsa2016-05-061-0/+1
* perf hists: Move sort__has_thread into struct perf_hpp_listJiri Olsa2016-05-061-0/+1
* perf hists: Move sort__has_socket into struct perf_hpp_listJiri Olsa2016-05-061-0/+1
* perf hists: Move sort__has_dso into struct perf_hpp_listJiri Olsa2016-05-061-0/+1
* perf hists: Move sort__has_sym into struct perf_hpp_listJiri Olsa2016-05-061-0/+1
* perf hists: Move sort__has_parent into struct perf_hpp_listJiri Olsa2016-05-061-0/+1
* perf hists: Move sort__need_collapse into struct perf_hpp_listJiri Olsa2016-05-061-0/+4
* perf tools: Make hists__collapse_insert_entry staticJiri Olsa2016-03-301-2/+0
* perf tools: Remove misplaced __maybe_unusedArnaldo Carvalho de Melo2016-03-231-2/+1
* perf tools: Remove nr_sort_keys fieldNamhyung Kim2016-03-101-2/+0
* perf tools: Add more sort entry check functionsNamhyung Kim2016-03-101-0/+4
* perf hists: Fix indent for multiple hierarchy sort keyNamhyung Kim2016-03-081-0/+1
* perf hists: Use own hpp_list for hierarchy modeNamhyung Kim2016-03-081-0/+1
* perf hists: Introduce perf_hpp__setup_hists_formats()Namhyung Kim2016-03-081-0/+11
* perf hists: Add level field to struct perf_hpp_fmtNamhyung Kim2016-03-081-0/+1
* perf report: Fix indentation of dynamic entries in hierarchyNamhyung Kim2016-02-261-0/+1
* perf hists: Add more helper functions for the hierarchy modeNamhyung Kim2016-02-261-0/+3
* perf ui/stdio: Implement hierarchy output modeNamhyung Kim2016-02-251-0/+2
* perf hists: Count number of sort keysNamhyung Kim2016-02-251-0/+1
* perf hists: Introduce hist_entry__filter()Namhyung Kim2016-02-251-0/+2
* perf hists: Add helper functions for hierarchy modeNamhyung Kim2016-02-241-0/+16
* perf tools: Add helper functions for some sort keysNamhyung Kim2016-02-241-0/+3
* perf hists: Return error from hists__collapse_resort()Namhyung Kim2016-02-191-2/+2
* perf hists browser: Fix percentage update on key pressNamhyung Kim2016-02-191-0/+2
* perf hists: Do column alignment on the format iteratorArnaldo Carvalho de Melo2016-02-121-0/+5
* perf hists: Introduce hists__for_each_sort_list macroJiri Olsa2016-02-031-0/+3
* perf hists: Introduce hists__for_each_format macroJiri Olsa2016-02-031-0/+3
* perf tools: Add hpp_list into struct hists objectJiri Olsa2016-02-031-1/+2
* perf hists: Add struct perf_hpp_list argument to helper functionsJiri Olsa2016-02-031-3/+4
* perf hists: Introduce perf_hpp_list__for_each_sort_list_safe macroJiri Olsa2016-02-031-2/+2
* perf hists: Introduce perf_hpp_list__for_each_sort_list macroJiri Olsa2016-02-031-2/+2
* perf hists: Introduce perf_hpp_list__for_each_format_safe macroJiri Olsa2016-02-031-2/+2
* perf hists: Introduce perf_hpp_list__for_each_format macroJiri Olsa2016-02-031-2/+2
* perf hists: Add perf_hpp_list register helpersJiri Olsa2016-02-031-3/+15
* perf hists: Introduce perf_hpp_list__init functionJiri Olsa2016-02-031-0/+2
* perf hists: Introduce struct perf_hpp_listJiri Olsa2016-02-031-6/+10
* perf hists: Properly release format fieldsJiri Olsa2016-02-031-0/+1
* perf hists: Remove perf_hpp__column_(disable|enable)Jiri Olsa2016-02-031-2/+0
* perf hists: Add 'equal' method to perf_hpp_fmt structJiri Olsa2016-02-031-1/+1
* perf hists: Add _idx fields into struct perf_hpp_fmtJiri Olsa2016-02-031-0/+1
* perf hists: Introduce perf_evsel__output_resort functionJiri Olsa2016-02-031-0/+1
* perf hists: Export a couple of hist functionsNamhyung Kim2016-01-081-0/+5
* perf tools: Skip dynamic fields not defined for current eventNamhyung Kim2016-01-071-2/+12
* perf tools: Add 'trace' sort keyNamhyung Kim2016-01-071-0/+1
* perf hist: Pass struct sample to __hists__add_entry()Namhyung Kim2016-01-071-2/+2
* perf tools: Add support for sorting on the iaddrDon Zickus2015-10-051-0/+1
* perf hists: Allow for max_stack greater than PERF_MAX_STACK_DEPTHAdrian Hunter2015-09-281-0/+1
* perf hists browser: Zoom in/out for processor socketKan Liang2015-09-141-0/+1
* perf report: Introduce --socket-filter optionKan Liang2015-09-141-1/+3