summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/sort.h
Commit message (Expand)AuthorAgeFilesLines
* perf report: Show all sort keys in help outputAndi Kleen2019-03-191-0/+2
* perf report: Implement browsing of individual samplesAndi Kleen2019-03-111-0/+8
* perf report: Support time sort keyAndi Kleen2019-03-111-0/+2
* perf symbols: Introduce map_symbol.hArnaldo Carvalho de Melo2019-02-061-1/+2
* perf hist: Use cached rbtreesDavidlohr Bueso2019-01-251-2/+2
* perf report: Display average IPC and IPC coverage per symbolJin Yao2018-12-171-0/+2
* tools lib traceevent, perf tools: Rename struct pevent to struct tep_handleTzvetomir Stoyanov (VMware)2018-08-101-1/+1
* perf hists: Make hist_entry__has_callchains() work with 'perf c2c'Arnaldo Carvalho de Melo2018-06-071-1/+1
* perf hists: Save the callchain_size in struct hist_entryArnaldo Carvalho de Melo2018-06-071-0/+2
* perf hists: Check if a hist_entry has callchains before using themArnaldo Carvalho de Melo2018-06-061-2/+1Star
* perf hists: Introduce hist_entry__has_callchain() methodArnaldo Carvalho de Melo2018-06-061-0/+6
* perf srcline: Make hist_entry srcline helper consistent with map'sArnaldo Carvalho de Melo2018-06-041-1/+1
* perf tools: Read the cache line size lazilyArnaldo Carvalho de Melo2018-05-171-2/+2
* perf tools: Add a "dso_size" sort orderKim Phillips2018-04-021-0/+1
* Merge branch 'linus' into perf/core, to fix conflictsIngo Molnar2017-11-071-0/+1
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* | perf report: Remove code to handle inline frames from browsersMilian Wolff2017-10-241-1/+0Star
|/
* perf sort: Add sort option for physical addressKan Liang2017-09-011-0/+1
* perf tools: Use just forward declarations for struct thread where possibleArnaldo Carvalho de Melo2017-04-241-1/+2
* perf tools: Remove regex.h and fnmatch.h from util.hArnaldo Carvalho de Melo2017-04-191-1/+1
* perf str{filter,list}: Disentangle headersArnaldo Carvalho de Melo2017-04-191-1/+0Star
* perf tools: Move srcline definitions to separate headerArnaldo Carvalho de Melo2017-04-191-0/+1
* perf report: Show inline stack for browser modeJin Yao2017-03-271-0/+1
* perf tools: Add 'cgroup_id' sort order keywordHari Bathini2017-03-141-0/+7
* perf tools: Allow sorting by symbol sizeCharles Baylis2017-03-031-0/+1
* scripts/spelling.txt: add "an union" pattern and fix typo instancesMasahiro Yamada2017-02-281-1/+1
* 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