aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-diff.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-28perf diff: Use llabs() with 64-bit valuesArnaldo Carvalho de Melo1-1/+1
2019-11-28perf diff: Use llabs() with 64-bit valuesArnaldo Carvalho de Melo1-2/+2
2019-11-07perf hist: Count the total cycles of all samplesJin Yao1-1/+2
2019-11-07perf block: Cleanup and refactor block info functionsJin Yao1-96/+11
2019-11-07perf diff: Don't use hack to skip column length calculationJin Yao1-9/+2
2019-10-11perf diff: Report noisy for cycles diffJin Yao1-0/+143
2019-09-20perf session: Return error code for perf_session__new() function on failureMamatha Inamdar1-4/+5
2019-08-31perf debug: Remove needless include directives from debug.hArnaldo Carvalho de Melo1-0/+1
2019-08-29perf tools: Remove needless perf.h include directive from headersArnaldo Carvalho de Melo1-0/+1
2019-08-26perf srcline: Add missing srcline.h header to files needing its defsArnaldo Carvalho de Melo1-0/+2
2019-07-29perf evlist: Rename struct perf_evlist to struct evlistJiri Olsa1-4/+4
2019-07-29perf evsel: Rename struct perf_evsel to struct evselJiri Olsa1-6/+6
2019-07-09tools lib: Adopt zalloc()/zfree() from tools/perfArnaldo Carvalho de Melo1-1/+1
2019-07-02perf diff: Print the basic block cycles diffJin Yao1-4/+76
2019-07-02perf diff: Link same basic blocks among different dataJin Yao1-0/+87
2019-07-02perf diff: Use hists to manage basic blocks per symbolJin Yao1-3/+187
2019-07-02perf diff: Check if all data files with branch stacksJin Yao1-0/+29
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