aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/sort.c
AgeCommit message (Expand)Author
2020-10-01perf util: Fix memory leak of prefix_if_not_inXie XiuQi
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-09-01perf sort: Add sort option for physical addressKan Liang
2017-07-26perf sort: Use default sort if evlist is emptyDavid Carrillo-Cisneros
2017-06-27perf tools: Replace error() with pr_err()Arnaldo Carvalho de Melo
2017-04-24perf tools: Use just forward declarations for struct thread where possibleArnaldo Carvalho de Melo
2017-04-19perf tools: Remove regex.h and fnmatch.h from util.hArnaldo Carvalho de Melo
2017-04-19perf str{filter,list}: Disentangle headersArnaldo Carvalho de Melo
2017-04-19perf tools: Include errno.h where neededArnaldo Carvalho de Melo
2017-04-19perf tools: Including missing inttypes.h headerArnaldo Carvalho de Melo
2017-04-19perf tools: Add include <linux/kernel.h> where ARRAY_SIZE() is usedArnaldo Carvalho de Melo
2017-03-27perf report: Enable sorting by srcline as keyMilian Wolff
2017-03-14perf tools: Add 'cgroup_id' sort order keywordHari Bathini
2017-03-13perf sort: Fix segfault with basic block 'cycles' sort dimensionChangbin Du
2017-03-03perf tools: Allow sorting by symbol sizeCharles Baylis
2017-02-20perf utils: Check verbose flag properlyNamhyung Kim
2016-10-19perf c2c report: Add src line sort keyJiri Olsa
2016-09-22perf tools: Make several sorting functions globalJiri Olsa
2016-09-22perf tools: Make output_field_add and sort_dimension__add globalJiri Olsa
2016-09-22perf tools: Make reset_dimensions globalJiri Olsa
2016-08-23perf report: Allow configuring the default sort order in ~/.perfconfigArnaldo Carvalho de Melo
2016-08-23perf hists: Add support for header spanJiri Olsa
2016-08-23perf hists: Add line argument into perf_hpp_fmt's header callbackJiri Olsa
2016-08-09perf hists: Trim libtraceevent trace_seq buffersArnaldo Carvalho de Melo
2016-07-15perf tools: Bail out at "--sort dcacheline" and cacheline_size not knownArnaldo Carvalho de Melo
2016-06-23perf evlist: Rename for_each() macros to for_each_entry()Arnaldo Carvalho de Melo
2016-06-22perf hists: Enlarge pid sort entry sizeJiri Olsa
2016-06-15perf hists: Replace perf_evsel arg perf_hpp_fmt's width callbackJiri Olsa
2016-06-15perf hists: Replace perf_evsel arg perf_hpp_fmt's header callbackJiri Olsa
2016-06-15perf tools: Fix Data Object sort entry width indexJiri Olsa
2016-05-23perf report: Add srcline_from/to branch sort keysAndi Kleen
2016-05-11Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar
2016-05-11perf diff: Fix duplicated output columnNamhyung Kim
2016-05-05perf hists: Move sort__has_comm into struct perf_hpp_listJiri Olsa
2016-05-05perf hists: Move sort__has_thread into struct perf_hpp_listJiri Olsa
2016-05-05perf hists: Move sort__has_socket into struct perf_hpp_listJiri Olsa
2016-05-05perf hists: Move sort__has_dso into struct perf_hpp_listJiri Olsa
2016-05-05perf hists: Move sort__has_sym into struct perf_hpp_listJiri Olsa
2016-05-05perf hists: Move sort__has_parent into struct perf_hpp_listJiri Olsa
2016-05-05perf hists: Move sort__need_collapse into struct perf_hpp_listJiri Olsa
2016-03-23perf tools: Remove misplaced __maybe_unusedArnaldo Carvalho de Melo
2016-03-10perf tools: Add sort__has_comm variableNamhyung Kim
2016-03-10perf tools: Remove nr_sort_keys fieldNamhyung Kim
2016-03-10perf tools: Add more sort entry check functionsNamhyung Kim
2016-03-10perf tools: Fix hist_entry__filter() for hierarchyNamhyung Kim
2016-03-09perf tools: Pass perf_hpp_list all the way through setup_sort_listJiri Olsa
2016-03-08perf hists: Support multiple sort keys in a hierarchy levelNamhyung Kim
2016-03-08perf hists: Introduce perf_hpp__setup_hists_formats()Namhyung Kim
2016-03-08perf hists: Add level field to struct perf_hpp_fmtNamhyung Kim
2016-03-03perf test: Fix hists related entriesArnaldo Carvalho de Melo