aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/sort.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2016-02-24perf tools: Add helper functions for some sort keysNamhyung Kim1-0/+33
2016-02-24perf tools: Introduce perf_mem__lck_scnprintf functionJiri Olsa1-12/+2
2016-02-24perf tools: Introduce perf_mem__snp_scnprintf functionJiri Olsa1-30/+1
2016-02-24perf tools: Introduce perf_mem__lvl_scnprintf functionJiri Olsa1-49/+1
2016-02-24perf tools: Introduce perf_mem__tlb_scnprintf functionJiri Olsa1-42/+2
2016-02-23perf tools: Use ARRAY_SIZE in mem sort display functionsJiri Olsa1-6/+3
2016-02-23perf tools: Make cl_address globalJiri Olsa1-6/+0
2016-02-22perf tools: Fix column width setting on 'trace' sort keyNamhyung Kim1-3/+0
2016-02-22perf tools: Fix alignment on some sort keysNamhyung Kim1-4/+4
2016-02-22perf tools: Update srcline/file if neededNamhyung Kim1-33/+31
2016-02-22perf tools: Fix segfault on dynamic entriesNamhyung Kim1-0/+15
2016-02-12perf hists: Do column alignment on the format iteratorArnaldo Carvalho de Melo1-10/+3
2016-02-12perf tools: Add comment explaining the repsep_snprintf functionArnaldo Carvalho de Melo1-1/+9