summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/sort.h
Commit message (Expand)AuthorAgeFilesLines
* perf c2c report: Add src line sort keyJiri Olsa2016-10-191-0/+1
* perf tools: Make several sorting functions globalJiri Olsa2016-09-221-0/+6
* perf tools: Make output_field_add and sort_dimension__add globalJiri Olsa2016-09-221-0/+4
* perf tools: Make reset_dimensions globalJiri Olsa2016-09-221-0/+1
* perf hists: Fix width computation for srcline sort entryJiri Olsa2016-09-201-0/+1
* perf report: Allow configuring the default sort order in ~/.perfconfigArnaldo Carvalho de Melo2016-08-231-1/+1
* perf hists: Introduce hist_entry_opsJiri Olsa2016-07-121-0/+6
* 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-1/+0Star
* perf hists: Move sort__has_thread into struct perf_hpp_listJiri Olsa2016-05-061-1/+0Star
* perf hists: Move sort__has_socket into struct perf_hpp_listJiri Olsa2016-05-061-1/+0Star
* perf hists: Move sort__has_dso into struct perf_hpp_listJiri Olsa2016-05-061-1/+0Star
* perf hists: Move sort__has_sym into struct perf_hpp_listJiri Olsa2016-05-061-1/+0Star
* perf hists: Move sort__has_parent into struct perf_hpp_listJiri Olsa2016-05-061-1/+0Star
* perf hists: Move sort__need_collapse into struct perf_hpp_listJiri Olsa2016-05-061-1/+0Star
* perf tools: Add sort__has_comm variableNamhyung Kim2016-03-101-0/+1
* perf tools: Remove hist_entry->fmt fieldNamhyung Kim2016-03-101-1/+0Star
* perf hists: Use own hpp_list for hierarchy modeNamhyung Kim2016-03-081-0/+1
* perf hists browser: Show message for percent limitNamhyung Kim2016-02-261-0/+1
* perf hists: Introduce hist_entry__filter()Namhyung Kim2016-02-251-0/+1
* perf hists: Basic support of hierarchical report viewNamhyung Kim2016-02-241-1/+12
* perf tools: Introduce cl_offset functionJiri Olsa2016-02-231-0/+6
* perf tools: Make cl_address globalJiri Olsa2016-02-231-0/+5
* perf hists browser: Offer 'Zoom into DSO'/'Map details' only when sort order ...Namhyung Kim2016-01-261-0/+1
* perf sort: Provide a way to find out if per-thread bucketing is in placeNamhyung Kim2016-01-261-0/+1
* perf tools: Remove list entry from struct sort_entryJiri Olsa2016-01-081-2/+0Star
* perf tools: Make 'trace' or 'trace_fields' sort key default for tracepoint ev...Namhyung Kim2016-01-071-0/+1
* perf tools: Add 'trace' sort keyNamhyung Kim2016-01-071-0/+1
* perf tools: Try to show pretty printed output for dynamic sort keysNamhyung Kim2016-01-071-0/+1
* perf tools: Pass evlist to setup_sorting()Namhyung Kim2016-01-071-2/+3
* perf hist: Save raw_data/size for tracepoint eventsNamhyung Kim2016-01-071-0/+2
* perf subcmd: Create subcmd libraryJosh Poimboeuf2015-12-171-1/+1
* perf tools: Introduce hpp_dimension__add_output functionJiri Olsa2015-10-061-0/+2
* perf tools: Add support for sorting on the iaddrDon Zickus2015-10-051-0/+1
* perf tools: Introduce new sort type "socket" for the processor socketKan Liang2015-09-141-0/+2
* perf tools: Add processor socket info to hist_entry and addr_locationKan Liang2015-09-141-0/+1
* perf report: Add support for srcfile sort keyAndi Kleen2015-08-101-0/+2
* perf tools: Add support for cycles, weight branch_info fieldAndi Kleen2015-08-061-0/+1
* perf tools: Move TUI-specific fields out of map_symbolNamhyung Kim2015-05-051-0/+2
* perf tools: Move init_have_children field to the unnamed unionNamhyung Kim2015-05-051-1/+1
* perf tools: Move TUI-specific fields into unnamed unionNamhyung Kim2015-05-051-6/+12
* perf diff: Make hist_entry_diff fields unionNamhyung Kim2015-04-291-7/+8
* perf hists: Get rid of position field from struct hist_entryNamhyung Kim2015-04-291-1/+0Star
* perf tools: Remove (null) value of "Sort order" for perf mem reportYunlong Song2015-03-241-0/+1
* perf hists: Remove hist_entry->used, not used anymoreArnaldo Carvalho de Melo2015-03-171-1/+0Star
* perf tools: Add +field argument support for --field optionJiri Olsa2014-08-241-0/+1
* perf tools: Add dcacheline sortDon Zickus2014-06-091-0/+1
* perf tools: Add cpumode to struct hist_entryDon Zickus2014-06-091-0/+1
* perf tools: Move elide bool into perf_hpp_fmt structJiri Olsa2014-06-031-1/+1
* perf tools: Apply percent-limit to cumulative percentageNamhyung Kim2014-06-011-1/+16