summaryrefslogtreecommitdiff
path: root/tools/perf/util/sort.c
AgeCommit message (Expand)AuthorFilesLines
2016-02-27perf report: Update column width of dynamic entriesNamhyung Kim1-3/+5
2016-02-27perf hists: Fix dynamic entry display in hierarchyNamhyung Kim1-0/+3
2016-02-27perf report: Fix indentation of dynamic entries in hierarchyNamhyung Kim1-0/+19
2016-02-25perf 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
2016-02-03perf hists: Add struct perf_hpp_list argument to helper functionsJiri Olsa1-3/+3
2016-02-03perf hists: Introduce perf_hpp_list__for_each_format macroJiri Olsa1-4/+4
2016-02-03perf hists: Pass perf_hpp_list all the way through setup_output_listJiri Olsa1-15/+18
2016-02-03perf hists: Separate output fields parsing into setup_output_list functionJiri Olsa1-12/+22
2016-02-03perf hists: Separate sort fields parsing into setup_sort_list functionJiri Olsa1-12/+22
2016-02-03perf hists: Properly release format fieldsJiri Olsa1-0/+24
2016-02-03perf hists: Allocate output sort fieldJiri Olsa1-8/+33
2016-02-03perf hists: Add 'equal' method to perf_hpp_fmt structJiri Olsa1-19/+20
2016-01-26perf sort: Provide a way to find out if per-thread bucketing is in placeNamhyung Kim1-0/+3
2016-01-08perf tools: Add overhead/overhead_children keys defaults via stringJiri Olsa1-0/+39
2016-01-07perf tools: Add all matching dynamic sort keys for field nameNamhyung Kim1-16/+32
2016-01-07perf tools: Make 'trace' or 'trace_fields' sort key default for tracepoint ev...Namhyung Kim1-5/+25
2016-01-07perf tools: Add 'trace_fields' dynamic sort keyNamhyung Kim1-9/+38
2016-01-07perf tools: Skip dynamic fields not defined for current eventNamhyung Kim1-6/+14
2016-01-07perf tools: Support '<event>.*' dynamic sort keyNamhyung Kim1-15/+34
2016-01-07perf tools: Support shortcuts for events in dynamic sort keysNamhyung Kim1-20/+87
2016-01-07perf report/top: Add --raw-trace optionNamhyung Kim1-3/+29
2016-01-07perf tools: Add 'trace' sort keyNamhyung Kim1-16/+60
2016-01-07perf tools: Try to show pretty printed output for dynamic sort keysNamhyung Kim1-5/+100
2016-01-07perf tools: Add dynamic sort key for tracepoint eventsNamhyung Kim1-0/+213
2016-01-07perf tools: Pass evlist to setup_sorting()Namhyung Kim1-6/+9
2015-10-07perf tools: Introduce hpp_dimension__add_output functionJiri Olsa1-0/+6
2015-10-07perf tools: Get rid of superfluos call to reset_dimensionsJiri Olsa1-2/+0
2015-10-05perf tools: Add support for sorting on the iaddrDon Zickus1-0/+37
2015-09-14perf tools: Introduce new sort type "socket" for the processor socketKan Liang1-0/+25
2015-09-02perf tools: Always use non inlined file name for 'srcfile' sort keyAndi Kleen1-2/+2
2015-08-12perf sort: Check for SRCLINE_UNKNOWN case in "srcfile" processingAndi Kleen1-0/+2
2015-08-10perf report: Add support for srcfile sort keyAndi Kleen1-0/+52
2015-08-06perf report: Display cycles in branch sort modeAndi Kleen1-1/+1
2015-08-06perf tools: Add support for cycles, weight branch_info fieldAndi Kleen1-0/+24
2015-06-20perf report: Fix sort__sym_cmp to also compare end of symbolYannick Brosseau1-5/+3
2015-05-15perf tools: Fix "Command" sort_entry's cmp and collapse functionJiri Olsa1-2/+2
2015-02-27perf diff: Support for different binariesKan Liang1-0/+9