summaryrefslogtreecommitdiff
path: root/tools/perf/util/sort.c
AgeCommit message (Expand)Author
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
2016-02-26perf report: Update column width of dynamic entriesNamhyung Kim
2016-02-26perf hists: Fix dynamic entry display in hierarchyNamhyung Kim
2016-02-26perf report: Fix indentation of dynamic entries in hierarchyNamhyung Kim
2016-02-24perf hists: Introduce hist_entry__filter()Namhyung Kim
2016-02-24perf tools: Add helper functions for some sort keysNamhyung Kim
2016-02-24perf tools: Introduce perf_mem__lck_scnprintf functionJiri Olsa
2016-02-24perf tools: Introduce perf_mem__snp_scnprintf functionJiri Olsa
2016-02-24perf tools: Introduce perf_mem__lvl_scnprintf functionJiri Olsa
2016-02-24perf tools: Introduce perf_mem__tlb_scnprintf functionJiri Olsa
2016-02-23perf tools: Use ARRAY_SIZE in mem sort display functionsJiri Olsa
2016-02-23perf tools: Make cl_address globalJiri Olsa
2016-02-22perf tools: Fix column width setting on 'trace' sort keyNamhyung Kim
2016-02-22perf tools: Fix alignment on some sort keysNamhyung Kim
2016-02-22perf tools: Update srcline/file if neededNamhyung Kim
2016-02-22perf tools: Fix segfault on dynamic entriesNamhyung Kim
2016-02-12perf hists: Do column alignment on the format iteratorArnaldo Carvalho de Melo
2016-02-12perf tools: Add comment explaining the repsep_snprintf functionArnaldo Carvalho de Melo
2016-02-03perf hists: Add struct perf_hpp_list argument to helper functionsJiri Olsa
2016-02-03perf hists: Introduce perf_hpp_list__for_each_format macroJiri Olsa
2016-02-03perf hists: Pass perf_hpp_list all the way through setup_output_listJiri Olsa
2016-02-03perf hists: Separate output fields parsing into setup_output_list functionJiri Olsa
2016-02-03perf hists: Separate sort fields parsing into setup_sort_list functionJiri Olsa
2016-02-03perf hists: Properly release format fieldsJiri Olsa
2016-02-03perf hists: Allocate output sort fieldJiri Olsa
2016-02-03perf hists: Add 'equal' method to perf_hpp_fmt structJiri Olsa
2016-01-26perf sort: Provide a way to find out if per-thread bucketing is in placeNamhyung Kim
2016-01-08perf tools: Add overhead/overhead_children keys defaults via stringJiri Olsa
2016-01-06perf tools: Add all matching dynamic sort keys for field nameNamhyung Kim
2016-01-06perf tools: Make 'trace' or 'trace_fields' sort key default for tracepoint ev...Namhyung Kim
2016-01-06perf tools: Add 'trace_fields' dynamic sort keyNamhyung Kim
2016-01-06perf tools: Skip dynamic fields not defined for current eventNamhyung Kim
2016-01-06perf tools: Support '<event>.*' dynamic sort keyNamhyung Kim
2016-01-06perf tools: Support shortcuts for events in dynamic sort keysNamhyung Kim
2016-01-06perf report/top: Add --raw-trace optionNamhyung Kim
2016-01-06perf tools: Add 'trace' sort keyNamhyung Kim
2016-01-06perf tools: Try to show pretty printed output for dynamic sort keysNamhyung Kim
2016-01-06perf tools: Add dynamic sort key for tracepoint eventsNamhyung Kim
2016-01-06perf tools: Pass evlist to setup_sorting()Namhyung Kim
2015-10-06perf tools: Introduce hpp_dimension__add_output functionJiri Olsa
2015-10-06perf tools: Get rid of superfluos call to reset_dimensionsJiri Olsa