aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-diff.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-06perf diff: Support --pid/--tid filter optionsJin Yao1-0/+4
2019-03-06perf diff: Support --cpu filter optionJin Yao1-0/+16
2019-03-06perf diff: Support --time filter optionJin Yao1-14/+134
2019-02-22perf data: Add global path holderJiri Olsa1-6/+6
2019-01-25perf hist: Use cached rbtreesDavidlohr Bueso1-5/+5
2018-07-24perf hists: Clarify callchain disabling when availableArnaldo Carvalho de Melo1-1/+1
2017-11-07Merge branch 'linus' into perf/core, to fix conflictsIngo Molnar1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-30perf tools: Add struct perf_data_fileJiri Olsa1-6/+6
2017-10-30perf tools: Rename struct perf_data_file to perf_dataJiri Olsa1-9/+9
2017-06-27perf config: Do not die when parsing u64 or int config valuesArnaldo Carvalho de Melo1-1/+4
2017-04-19perf tools: Include errno.h where neededArnaldo Carvalho de Melo1-0/+1
2017-04-19perf tools: Including missing inttypes.h headerArnaldo Carvalho de Melo1-0/+1
2017-03-27perf tools: Remove unused 'prefix' from builtin functionsArnaldo Carvalho de Melo1-1/+1
2017-03-14perf tools: Add PERF_RECORD_NAMESPACES to include namespaces related infoHari Bathini1-0/+1
2017-02-20perf diff: Add -q/--quiet optionNamhyung Kim1-4/+10
2017-02-20perf utils: Check verbose flag properlyNamhyung Kim1-1/+1
2017-02-13perf diff: Change default setting to "delta-abs"Namhyung Kim1-3/+3
2017-02-13perf diff: Add diff.compute config optionNamhyung Kim1-1/+15
2017-02-13perf diff: Add diff.order config optionNamhyung Kim1-0/+14
2017-02-13perf diff: Add 'delta-abs' compute methodNamhyung Kim1-2/+44
2017-02-02perf diff: Fix -o/--order option behavior (again)Namhyung Kim1-1/+1
2016-08-23perf hists: Add support for header spanJiri Olsa1-1/+2
2016-08-23perf hists: Add line argument into perf_hpp_fmt's header callbackJiri Olsa1-1/+2
2016-06-23perf evlist: Rename for_each() macros to for_each_entry()Arnaldo Carvalho de Melo1-3/+3
2016-06-22perf session: Destructors should accept NULLArnaldo Carvalho de Melo1-3/+1
2016-06-21perf hists: Rename __hists__add_entry to hists__add_entryJiri Olsa1-11/+1
2016-06-15perf hists: Replace perf_evsel arg perf_hpp_fmt's width callbackJiri Olsa1-1/+1
2016-06-15perf hists: Replace perf_evsel arg perf_hpp_fmt's header callbackJiri Olsa1-1/+1
2016-06-15perf stdio: Add use_callchain parameter to hists__fprintfJiri Olsa1-1/+2
2016-05-20perf tools: Set buildid dir under symfs when --symfs is providedHe Kuang1-2/+3
2016-05-05perf hists: Move sort__need_collapse into struct perf_hpp_listJiri Olsa1-2/+2
2016-03-23perf machine: Rename perf_event__preprocess_sample to machine__resolveArnaldo Carvalho de Melo1-1/+1
2016-02-26perf config: Bring perf_default_config to the very beginning at main()Wang Nan1-2/+0
2016-01-08perf diff: Use perf_hpp__register_sort_field interfaceJiri Olsa1-1/+1
2016-01-06perf tools: Pass evlist to setup_sorting()Namhyung Kim1-1/+1
2016-01-06perf hist: Pass struct sample to __hists__add_entry()Namhyung Kim1-6/+5
2015-08-12perf callchain: Allow disabling call graphs per eventKan Liang1-0/+3
2015-05-08perf machine: Protect the machine->threads with a rwlockArnaldo Carvalho de Melo1-3/+6
2015-03-24perf diff: Add kallsyms optionDavid Ahern1-0/+2
2015-03-20perf tools: Don't allow empty argument for field-separatorWang Nan1-1/+1
2015-03-11perf ordered_events: Shorten function signaturesArnaldo Carvalho de Melo1-1/+1
2015-01-21perf diff: Fix -o/--order option behaviorNamhyung Kim1-2/+99
2015-01-21perf diff: Fix output ordering to honor next columnNamhyung Kim1-30/+35
2015-01-21perf tools: Pass struct perf_hpp_fmt to its callbacksNamhyung Kim1-5/+10
2015-01-21perf diff: Introduce fmt_to_data_file() helperNamhyung Kim1-2/+10
2015-01-21perf diff: Print diff result more preciselyNamhyung Kim1-7/+11
2015-01-21perf diff: Get rid of hists__compute_resort()Namhyung Kim1-56/+3
2015-01-21perf hists: Rename hist_entry__free to __deleteArnaldo Carvalho de Melo1-1/+1
2015-01-02perf diff: Fix to sort by baseline field by defaultNamhyung Kim1-0/+44