summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/sort.c
AgeCommit message (Expand)Author
2015-08-12perf sort: Check for SRCLINE_UNKNOWN case in "srcfile" processingAndi Kleen
2015-08-10perf report: Add support for srcfile sort keyAndi Kleen
2015-08-06perf report: Display cycles in branch sort modeAndi Kleen
2015-08-06perf tools: Add support for cycles, weight branch_info fieldAndi Kleen
2015-06-19perf report: Fix sort__sym_cmp to also compare end of symbolYannick Brosseau
2015-05-15perf tools: Fix "Command" sort_entry's cmp and collapse functionJiri Olsa
2015-02-27perf diff: Support for different binariesKan Liang
2015-01-21perf tools: Pass struct perf_hpp_fmt to its callbacksNamhyung Kim
2014-11-24perf callchain: Make get_srcline fall back to sym+offsetAndi Kleen
2014-11-19perf hists: Fix up srcline histogram key formattingArnaldo Carvalho de Melo
2014-10-29perf tools: Fix report -F dso_from for data without branch infoJiri Olsa
2014-10-29perf tools: Fix report -F dso_to for data without branch infoJiri Olsa
2014-10-29perf tools: Fix report -F symbol_from for data without branch infoJiri Olsa
2014-10-29perf tools: Fix report -F symbol_to for data without branch infoJiri Olsa
2014-10-29perf tools: Fix report -F mispredict for data without branch infoJiri Olsa
2014-10-29perf tools: Fix report -F in_tx for data without branch infoJiri Olsa
2014-10-29perf tools: Fix report -F abort for data without branch infoJiri Olsa
2014-10-09perf evsel: Add hists helperArnaldo Carvalho de Melo
2014-09-17perf tools: Add +field argument support for --sort optionJiri Olsa
2014-08-24perf tools: Add +field argument support for --field optionJiri Olsa
2014-08-12perf tools: Add name field into perf_hpp_fmtNamhyung Kim
2014-08-12perf report: Honor column width settingNamhyung Kim
2014-08-12perf tools: Save column length in perf_hpp_fmtNamhyung Kim
2014-08-12perf tools: Left-align output contentsNamhyung Kim
2014-07-07perf hists browser: Left justify column headersArnaldo Carvalho de Melo
2014-06-09perf tools: Add dcacheline sortDon Zickus
2014-06-03perf tools: Move elide bool into perf_hpp_fmt structJiri Olsa
2014-06-03perf tools: Remove elide setup for SORT_MODE__MEMORY modeJiri Olsa
2014-06-01perf tools: Reset output/sort order to defaultNamhyung Kim
2014-06-01perf ui/hist: Add support to accumulated hist statNamhyung Kim
2014-05-21perf tools: Introduce reset_output_field()Namhyung Kim
2014-05-21perf tools: Get rid of obsolete hist_entry__sort_listNamhyung Kim
2014-05-21perf hists: Reset width of output fields with header lengthNamhyung Kim
2014-05-21perf tools: Skip elided sort entriesNamhyung Kim
2014-05-21perf tools: Add ->sort() member to struct sort_entryNamhyung Kim
2014-05-21perf report: Add -F option to specify output fieldsNamhyung Kim
2014-05-21perf tools: Consolidate management of default sort ordersNamhyung Kim
2014-05-21perf tools: Allow hpp fields to be sort keysNamhyung Kim
2014-05-21perf tools: Convert sort entries to hpp formatsNamhyung Kim
2013-12-18perf sort: Do not compare dso againNamhyung Kim
2013-12-18perf sort: Compare addresses if no symbol infoNamhyung Kim
2013-11-11perf tools: Prevent condition that all sort keys are elidedNamhyung Kim
2013-11-04perf tools: Get current comm instead of last oneNamhyung Kim
2013-11-04perf tools: Compare hists comm by addressesFrederic Weisbecker
2013-11-04perf tools: Use an accessor to read thread commFrederic Weisbecker
2013-10-23perf tools: Stop using 'self' in some more placesArnaldo Carvalho de Melo
2013-10-21perf tools: Compare dso's also when comparing symbolsNamhyung Kim
2013-10-09perf tools: Fix srcline sort key behaviorNamhyung Kim
2013-10-09perf annotate: Pass dso instead of dso_name to get_srcline()Namhyung Kim
2013-10-09perf tools: Do not try to call addr2line on non-binary filesNamhyung Kim