aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/sort.h
Commit message (Expand)AuthorAge
* perf tools: Move 'struct events_stats' and prototypes to separate headerArnaldo Carvalho de Melo2019-08-31
* perf sort: Remove needless headers from sort.h, provide fwd struct declsArnaldo Carvalho de Melo2019-08-26
* perf cacheline: Move cacheline related routines to separate filesArnaldo Carvalho de Melo2019-08-26
* perf evlist: Rename struct perf_evlist to struct evlistJiri Olsa2019-07-29
* perf diff: Use hists to manage basic blocks per symbolJin Yao2019-07-02
* perf hists: Add block_info in hist_entryJin Yao2019-07-02
* perf report: Show all sort keys in help outputAndi Kleen2019-03-19
* perf report: Implement browsing of individual samplesAndi Kleen2019-03-11
* perf report: Support time sort keyAndi Kleen2019-03-11
* perf symbols: Introduce map_symbol.hArnaldo Carvalho de Melo2019-02-06
* perf hist: Use cached rbtreesDavidlohr Bueso2019-01-25
* perf report: Display average IPC and IPC coverage per symbolJin Yao2018-12-17
* tools lib traceevent, perf tools: Rename struct pevent to struct tep_handleTzvetomir Stoyanov (VMware)2018-08-10
* perf hists: Make hist_entry__has_callchains() work with 'perf c2c'Arnaldo Carvalho de Melo2018-06-07
* perf hists: Save the callchain_size in struct hist_entryArnaldo Carvalho de Melo2018-06-07
* perf hists: Check if a hist_entry has callchains before using themArnaldo Carvalho de Melo2018-06-06
* perf hists: Introduce hist_entry__has_callchain() methodArnaldo Carvalho de Melo2018-06-06
* perf srcline: Make hist_entry srcline helper consistent with map'sArnaldo Carvalho de Melo2018-06-04
* perf tools: Read the cache line size lazilyArnaldo Carvalho de Melo2018-05-17
* perf tools: Add a "dso_size" sort orderKim Phillips2018-04-02
* Merge branch 'linus' into perf/core, to fix conflictsIngo Molnar2017-11-07
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
* | perf report: Remove code to handle inline frames from browsersMilian Wolff2017-10-24
|/
* perf sort: Add sort option for physical addressKan Liang2017-09-01
* perf tools: Use just forward declarations for struct thread where possibleArnaldo Carvalho de Melo2017-04-24
* perf tools: Remove regex.h and fnmatch.h from util.hArnaldo Carvalho de Melo2017-04-19
* perf str{filter,list}: Disentangle headersArnaldo Carvalho de Melo2017-04-19
* perf tools: Move srcline definitions to separate headerArnaldo Carvalho de Melo2017-04-19
* perf report: Show inline stack for browser modeJin Yao2017-03-27
* perf tools: Add 'cgroup_id' sort order keywordHari Bathini2017-03-14
* perf tools: Allow sorting by symbol sizeCharles Baylis2017-03-03
* scripts/spelling.txt: add "an union" pattern and fix typo instancesMasahiro Yamada2017-02-27
* perf c2c report: Add src line sort keyJiri Olsa2016-10-19
* perf tools: Make several sorting functions globalJiri Olsa2016-09-22
* perf tools: Make output_field_add and sort_dimension__add globalJiri Olsa2016-09-22
* perf tools: Make reset_dimensions globalJiri Olsa2016-09-22
* perf hists: Fix width computation for srcline sort entryJiri Olsa2016-09-20
* perf report: Allow configuring the default sort order in ~/.perfconfigArnaldo Carvalho de Melo2016-08-23
* perf hists: Introduce hist_entry_opsJiri Olsa2016-07-11
* perf report: Add srcline_from/to branch sort keysAndi Kleen2016-05-23
* perf hists: Move sort__has_comm into struct perf_hpp_listJiri Olsa2016-05-05
* perf hists: Move sort__has_thread into struct perf_hpp_listJiri Olsa2016-05-05
* perf hists: Move sort__has_socket into struct perf_hpp_listJiri Olsa2016-05-05
* perf hists: Move sort__has_dso into struct perf_hpp_listJiri Olsa2016-05-05
* perf hists: Move sort__has_sym into struct perf_hpp_listJiri Olsa2016-05-05
* perf hists: Move sort__has_parent into struct perf_hpp_listJiri Olsa2016-05-05
* perf hists: Move sort__need_collapse into struct perf_hpp_listJiri Olsa2016-05-05
* perf tools: Add sort__has_comm variableNamhyung Kim2016-03-10
* perf tools: Remove hist_entry->fmt fieldNamhyung Kim2016-03-10
* perf hists: Use own hpp_list for hierarchy modeNamhyung Kim2016-03-08