aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/sort.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-08-10tools lib traceevent, perf tools: Rename struct pevent to struct tep_handleTzvetomir Stoyanov (VMware)1-1/+1
2018-06-07perf hists: Make hist_entry__has_callchains() work with 'perf c2c'Arnaldo Carvalho de Melo1-1/+1
2018-06-07perf hists: Save the callchain_size in struct hist_entryArnaldo Carvalho de Melo1-0/+2
2018-06-06perf hists: Check if a hist_entry has callchains before using themArnaldo Carvalho de Melo1-2/+1
2018-06-06perf hists: Introduce hist_entry__has_callchain() methodArnaldo Carvalho de Melo1-0/+6
2018-06-04perf srcline: Make hist_entry srcline helper consistent with map'sArnaldo Carvalho de Melo1-1/+1
2018-05-17perf tools: Read the cache line size lazilyArnaldo Carvalho de Melo1-2/+2
2018-04-02perf tools: Add a "dso_size" sort orderKim Phillips1-0/+1
2017-11-07Merge branch 'linus' into perf/core, to fix conflictsIngo Molnar1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-24perf report: Remove code to handle inline frames from browsersMilian Wolff1-1/+0
2017-09-01perf sort: Add sort option for physical addressKan Liang1-0/+1
2017-04-24perf tools: Use just forward declarations for struct thread where possibleArnaldo Carvalho de Melo1-1/+2
2017-04-19perf tools: Remove regex.h and fnmatch.h from util.hArnaldo Carvalho de Melo1-1/+1
2017-04-19perf str{filter,list}: Disentangle headersArnaldo Carvalho de Melo1-1/+0
2017-04-19perf tools: Move srcline definitions to separate headerArnaldo Carvalho de Melo1-0/+1
2017-03-27perf report: Show inline stack for browser modeJin Yao1-0/+1
2017-03-14perf tools: Add 'cgroup_id' sort order keywordHari Bathini1-0/+7
2017-03-03perf tools: Allow sorting by symbol sizeCharles Baylis1-0/+1
2017-02-27scripts/spelling.txt: add "an union" pattern and fix typo instancesMasahiro Yamada1-1/+1
2016-10-19perf c2c report: Add src line sort keyJiri Olsa1-0/+1
2016-09-22perf tools: Make several sorting functions globalJiri Olsa1-0/+6
2016-09-22perf tools: Make output_field_add and sort_dimension__add globalJiri Olsa1-0/+4
2016-09-22perf tools: Make reset_dimensions globalJiri Olsa1-0/+1
2016-09-20perf hists: Fix width computation for srcline sort entryJiri Olsa1-0/+1
2016-08-23perf report: Allow configuring the default sort order in ~/.perfconfigArnaldo Carvalho de Melo1-1/+1
2016-07-12perf hists: Introduce hist_entry_opsJiri Olsa1-0/+6
2016-05-23perf report: Add srcline_from/to branch sort keysAndi Kleen1-0/+2
2016-05-05perf hists: Move sort__has_comm into struct perf_hpp_listJiri Olsa1-1/+0
2016-05-05perf hists: Move sort__has_thread into struct perf_hpp_listJiri Olsa1-1/+0
2016-05-05perf hists: Move sort__has_socket into struct perf_hpp_listJiri Olsa1-1/+0
2016-05-05perf hists: Move sort__has_dso into struct perf_hpp_listJiri Olsa1-1/+0
2016-05-05perf hists: Move sort__has_sym into struct perf_hpp_listJiri Olsa1-1/+0
2016-05-05perf hists: Move sort__has_parent into struct perf_hpp_listJiri Olsa1-1/+0
2016-05-05perf hists: Move sort__need_collapse into struct perf_hpp_listJiri Olsa1-1/+0
2016-03-10perf tools: Add sort__has_comm variableNamhyung Kim1-0/+1
2016-03-10perf tools: Remove hist_entry->fmt fieldNamhyung Kim1-1/+0
2016-03-08perf hists: Use own hpp_list for hierarchy modeNamhyung Kim1-0/+1
2016-02-26perf hists browser: Show message for percent limitNamhyung Kim1-0/+1
2016-02-24perf hists: Introduce hist_entry__filter()Namhyung Kim1-0/+1
2016-02-24perf hists: Basic support of hierarchical report viewNamhyung Kim1-1/+12
2016-02-23perf tools: Introduce cl_offset functionJiri Olsa1-0/+6
2016-02-23perf tools: Make cl_address globalJiri Olsa1-0/+5
2016-01-26perf hists browser: Offer 'Zoom into DSO'/'Map details' only when sort order has 'dso'Namhyung Kim1-0/+1
2016-01-26perf sort: Provide a way to find out if per-thread bucketing is in placeNamhyung Kim1-0/+1
2016-01-08perf tools: Remove list entry from struct sort_entryJiri Olsa1-2/+0
2016-01-06perf tools: Make 'trace' or 'trace_fields' sort key default for tracepoint eventsNamhyung Kim1-0/+1
2016-01-06perf tools: Add 'trace' sort keyNamhyung Kim1-0/+1
2016-01-06perf tools: Try to show pretty printed output for dynamic sort keysNamhyung Kim1-0/+1
2016-01-06perf tools: Pass evlist to setup_sorting()Namhyung Kim1-2/+3