aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/sort.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-01-21perf tools: Pass struct perf_hpp_fmt to its callbacksNamhyung Kim1-3/+34
2014-11-24perf callchain: Make get_srcline fall back to sym+offsetAndi Kleen1-2/+4
2014-11-19perf hists: Fix up srcline histogram key formattingArnaldo Carvalho de Melo1-1/+1
2014-10-29perf tools: Fix report -F dso_from for data without branch infoJiri Olsa1-2/+8
2014-10-29perf tools: Fix report -F dso_to for data without branch infoJiri Olsa1-2/+8
2014-10-29perf tools: Fix report -F symbol_from for data without branch infoJiri Olsa1-3/+13
2014-10-29perf tools: Fix report -F symbol_to for data without branch infoJiri Olsa1-5/+14
2014-10-29perf tools: Fix report -F mispredict for data without branch infoJiri Olsa1-8/+12
2014-10-29perf tools: Fix report -F in_tx for data without branch infoJiri Olsa1-3/+10
2014-10-29perf tools: Fix report -F abort for data without branch infoJiri Olsa1-3/+11
2014-10-09perf evsel: Add hists helperArnaldo Carvalho de Melo1-2/+2
2014-09-17perf tools: Add +field argument support for --sort optionJiri Olsa1-1/+36
2014-08-24perf tools: Add +field argument support for --field optionJiri Olsa1-5/+19
2014-08-12perf tools: Add name field into perf_hpp_fmtNamhyung Kim1-3/+3
2014-08-12perf report: Honor column width settingNamhyung Kim1-18/+31
2014-08-12perf tools: Save column length in perf_hpp_fmtNamhyung Kim1-1/+2
2014-08-12perf tools: Left-align output contentsNamhyung Kim1-5/+5
2014-07-07perf hists browser: Left justify column headersArnaldo Carvalho de Melo1-1/+1
2014-06-09perf tools: Add dcacheline sortDon Zickus1-0/+107
2014-06-03perf tools: Move elide bool into perf_hpp_fmt structJiri Olsa1-34/+56
2014-06-03perf tools: Remove elide setup for SORT_MODE__MEMORY modeJiri Olsa1-13/+0
2014-06-01perf tools: Reset output/sort order to defaultNamhyung Kim1-0/+3
2014-06-01perf ui/hist: Add support to accumulated hist statNamhyung Kim1-0/+1
2014-05-21perf tools: Introduce reset_output_field()Namhyung Kim1-0/+11
2014-05-21perf tools: Get rid of obsolete hist_entry__sort_listNamhyung Kim1-16/+19
2014-05-21perf hists: Reset width of output fields with header lengthNamhyung Kim1-0/+12
2014-05-21perf tools: Skip elided sort entriesNamhyung Kim1-0/+11
2014-05-21perf tools: Add ->sort() member to struct sort_entryNamhyung Kim1-5/+22
2014-05-21perf report: Add -F option to specify output fieldsNamhyung Kim1-5/+204
2014-05-21perf tools: Consolidate management of default sort ordersNamhyung Kim1-2/+26
2014-05-21perf tools: Allow hpp fields to be sort keysNamhyung Kim1-0/+39
2014-05-21perf tools: Convert sort entries to hpp formatsNamhyung Kim1-4/+76
2013-12-18perf sort: Do not compare dso againNamhyung Kim1-3/+8
2013-12-18perf sort: Compare addresses if no symbol infoNamhyung Kim1-3/+8
2013-11-11perf tools: Prevent condition that all sort keys are elidedNamhyung Kim1-0/+13
2013-11-04perf tools: Get current comm instead of last oneNamhyung Kim1-9/+5
2013-11-04perf tools: Compare hists comm by addressesFrederic Weisbecker1-1/+2
2013-11-04perf tools: Use an accessor to read thread commFrederic Weisbecker1-5/+6
2013-10-23perf tools: Stop using 'self' in some more placesArnaldo Carvalho de Melo1-62/+62
2013-10-21perf tools: Compare dso's also when comparing symbolsNamhyung Kim1-0/+10
2013-10-09perf tools: Fix srcline sort key behaviorNamhyung Kim1-21/+20
2013-10-09perf annotate: Pass dso instead of dso_name to get_srcline()Namhyung Kim1-1/+1
2013-10-09perf tools: Do not try to call addr2line on non-binary filesNamhyung Kim1-3/+0
2013-10-09perf annotate: Factor out get/free_srcline()Namhyung Kim1-14/+3
2013-10-09perf sort: Fix a memory leak on srclineNamhyung Kim1-4/+1
2013-10-04tools/perf: Add support for record transaction flagsAndi Kleen1-0/+73
2013-10-04tools/perf: Support sorting by in_tx or abort branch flagsAndi Kleen1-0/+51
2013-07-22perf tools: Move weight back to common sort keysAndi Kleen1-2/+2
2013-07-12perf report/top: Add option to collapse undesired parts of call graphGreg Price1-0/+2
2013-07-12perf tools: struct thread has a tid not a pidAdrian Hunter1-3/+3