aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/tests/hists_cumulate.c
AgeCommit message (Expand)Author
2019-02-06pref tools: Add missing map.h includesArnaldo Carvalho de Melo
2019-01-25perf hist: Use cached rbtreesDavidlohr Bueso
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-08-11perf test: Add 'struct test *' to the test functionsArnaldo Carvalho de Melo
2017-04-25perf tools: Move event prototypes from util.h to event.hArnaldo Carvalho de Melo
2017-04-19perf tools: Add include <linux/kernel.h> where ARRAY_SIZE() is usedArnaldo Carvalho de Melo
2016-07-04perf tests: Fix hist accumulation testJiri Olsa
2016-05-05perf hists: Move sort__need_collapse into struct perf_hpp_listJiri Olsa
2016-04-27perf tools: Set the maximum allowed stack from /proc/sys/kernel/perf_event_ma...Arnaldo Carvalho de Melo
2016-03-23perf machine: Rename perf_event__preprocess_sample to machine__resolveArnaldo Carvalho de Melo
2016-03-23perf tools: Add cpumode to struct perf_sampleArnaldo Carvalho de Melo
2016-02-03perf hists: Introduce perf_evsel__output_resort functionJiri Olsa
2016-01-11perf test: Reset err after using it hold errcode in hist testcasesWang Nan
2016-01-06perf tools: Pass evlist to setup_sorting()Namhyung Kim
2015-11-19perf tests: Pass the subtest index to each test routineArnaldo Carvalho de Melo
2015-08-12perf callchain: Allow disabling call graphs per eventKan Liang
2015-05-27perf hists: Reducing arguments of hist_entry_iter__add()Namhyung Kim
2015-05-08perf machine: Protect the machine->threads with a rwlockArnaldo Carvalho de Melo
2015-04-29perf tools: Add parse_events_error interfaceJiri Olsa
2015-01-21perf hists: Rename hist_entry__free to __deleteArnaldo Carvalho de Melo
2015-01-08perf hists: Fix children sort key behaviorNamhyung Kim
2014-12-23perf report: Show progress bar for output resortingNamhyung Kim
2014-10-09perf evsel: Add hists helperArnaldo Carvalho de Melo
2014-06-01perf tests: Add a test case for cumulating callchainsNamhyung Kim