aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/util/sort.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-06-27perf tools: Replace error() with pr_err()Arnaldo Carvalho de Melo1-11/+11
2017-04-24perf tools: Use just forward declarations for struct thread where possibleArnaldo Carvalho de Melo1-0/+1
2017-04-19perf tools: Remove regex.h and fnmatch.h from util.hArnaldo Carvalho de Melo1-0/+1
2017-04-19perf str{filter,list}: Disentangle headersArnaldo Carvalho de Melo1-0/+1
2017-04-19perf tools: Include errno.h where neededArnaldo Carvalho de Melo1-0/+1
2017-04-19perf tools: Including missing inttypes.h headerArnaldo Carvalho de Melo1-0/+1
2017-04-19perf tools: Add include <linux/kernel.h> where ARRAY_SIZE() is usedArnaldo Carvalho de Melo1-0/+1
2017-03-27perf report: Enable sorting by srcline as keyMilian Wolff1-6/+10
2017-03-14perf tools: Add 'cgroup_id' sort order keywordHari Bathini1-0/+41
2017-03-13perf sort: Fix segfault with basic block 'cycles' sort dimensionChangbin Du1-0/+5
2017-03-03perf tools: Allow sorting by symbol sizeCharles Baylis1-0/+41
2017-02-20perf utils: Check verbose flag properlyNamhyung Kim1-4/+4
2016-10-19perf c2c report: Add src line sort keyJiri Olsa1-1/+1
2016-09-22perf tools: Make several sorting functions globalJiri Olsa1-3/+3
2016-09-22perf tools: Make output_field_add and sort_dimension__add globalJiri Olsa1-4/+4
2016-09-22perf tools: Make reset_dimensions globalJiri Olsa1-1/+1
2016-08-23perf report: Allow configuring the default sort order in ~/.perfconfigArnaldo Carvalho de Melo1-1/+1
2016-08-23perf hists: Add support for header spanJiri Olsa1-2/+4
2016-08-23perf hists: Add line argument into perf_hpp_fmt's header callbackJiri Olsa1-2/+3
2016-08-09perf hists: Trim libtraceevent trace_seq buffersArnaldo Carvalho de Melo1-1/+5
2016-07-15perf tools: Bail out at "--sort dcacheline" and cacheline_size not knownArnaldo Carvalho de Melo1-1/+7
2016-06-23perf evlist: Rename for_each() macros to for_each_entry()Arnaldo Carvalho de Melo1-4/+4
2016-06-22perf hists: Enlarge pid sort entry sizeJiri Olsa1-3/+3
2016-06-15perf hists: Replace perf_evsel arg perf_hpp_fmt's width callbackJiri Olsa1-3/+3
2016-06-15perf hists: Replace perf_evsel arg perf_hpp_fmt's header callbackJiri Olsa1-3/+3
2016-06-15perf tools: Fix Data Object sort entry width indexJiri Olsa1-1/+1
2016-05-23perf report: Add srcline_from/to branch sort keysAndi Kleen1-0/+84
2016-05-11Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar1-0/+3
2016-05-11perf diff: Fix duplicated output columnNamhyung Kim1-0/+3
2016-05-05perf hists: Move sort__has_comm into struct perf_hpp_listJiri Olsa1-2/+1
2016-05-05perf hists: Move sort__has_thread into struct perf_hpp_listJiri Olsa1-2/+1
2016-05-05perf hists: Move sort__has_socket into struct perf_hpp_listJiri Olsa1-2/+1
2016-05-05perf hists: Move sort__has_dso into struct perf_hpp_listJiri Olsa1-4/+3
2016-05-05perf hists: Move sort__has_sym into struct perf_hpp_listJiri Olsa1-5/+4
2016-05-05perf hists: Move sort__has_parent into struct perf_hpp_listJiri Olsa1-3/+2
2016-05-05perf hists: Move sort__need_collapse into struct perf_hpp_listJiri Olsa1-3/+2
2016-03-23perf tools: Remove misplaced __maybe_unusedArnaldo Carvalho de Melo1-1/+1
2016-03-10perf tools: Add sort__has_comm variableNamhyung Kim1-0/+3
2016-03-10perf tools: Remove nr_sort_keys fieldNamhyung Kim1-26/+0
2016-03-10perf tools: Add more sort entry check functionsNamhyung Kim1-31/+19
2016-03-10perf tools: Fix hist_entry__filter() for hierarchyNamhyung Kim1-7/+21
2016-03-09perf tools: Pass perf_hpp_list all the way through setup_sort_listJiri Olsa1-18/+26
2016-03-08perf hists: Support multiple sort keys in a hierarchy levelNamhyung Kim1-10/+32
2016-03-08perf hists: Introduce perf_hpp__setup_hists_formats()Namhyung Kim1-0/+32
2016-03-08perf hists: Add level field to struct perf_hpp_fmtNamhyung Kim1-33/+41
2016-03-03perf test: Fix hists related entriesArnaldo Carvalho de Melo1-15/+22
2016-02-26perf report: Update column width of dynamic entriesNamhyung Kim1-3/+5
2016-02-26perf hists: Fix dynamic entry display in hierarchyNamhyung Kim1-0/+3
2016-02-26perf report: Fix indentation of dynamic entries in hierarchyNamhyung Kim1-0/+19
2016-02-24perf hists: Introduce hist_entry__filter()Namhyung Kim1-0/+113