aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/sort.c
AgeCommit message (Expand)Author
2019-04-12perf report: Don't shadow inlined symbol with different addr rangeHe Kuang
2018-06-04perf srcline: Make hist_entry srcline helper consistent with map'sArnaldo Carvalho de Melo
2018-06-04perf sort: Introduce addr_map_symbol__srcline() to make code more compactArnaldo Carvalho de Melo
2018-06-04perf srcline: Introduce map__srcline() to make code more compactArnaldo Carvalho de Melo
2018-05-17perf tools: Read the cache line size lazilyArnaldo Carvalho de Melo
2018-04-26perf symbols: No need to special case MAP__FUNCTION in fixupArnaldo Carvalho de Melo
2018-04-26perf sort: Use mmap->prot on "dcacheline" formattingArnaldo Carvalho de Melo
2018-04-02perf tools: Add a "dso_size" sort orderKim Phillips
2018-02-16perf tools: Fix comment for sort__* compare functionsJiri Olsa
2018-01-18perf tools: Use ui__error() for reporting --fields errorsArnaldo Carvalho de Melo
2018-01-08perf report: Fix a wrong offset issue when using /proc/kcoreJin Yao
2017-11-07Merge branch 'linus' into perf/core, to fix conflictsIngo Molnar
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-24perf report: Compare symbol name for inlined frames when sortingMilian Wolff
2017-10-24perf callchain: Mark inlined frames in output by " (inlined)" suffixMilian Wolff
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