aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/tests/hists_common.c
AgeCommit message (Expand)AuthorFilesLines
2017-04-19perf tools: Including missing inttypes.h headerGravatar Arnaldo Carvalho de Melo 1-0/+1
2017-04-19perf tools: Add include <linux/kernel.h> where ARRAY_SIZE() is usedGravatar Arnaldo Carvalho de Melo 1-0/+1
2016-05-05perf hists: Move sort__need_collapse into struct perf_hpp_listGravatar Jiri Olsa 1-1/+1
2016-03-23perf tools: Add cpumode to struct perf_sampleGravatar Arnaldo Carvalho de Melo 1-2/+4
2016-01-11perf test: Fix false TEST_OK result for 'perf test hist'Gravatar Wang Nan 1-5/+0
2015-12-14perf test: Fix hist testcases when kptr_restrict is onGravatar Namhyung Kim 1-3/+2
2015-12-07perf test: Create kernel maps properly for hist entries testGravatar Jiri Olsa 1-0/+5
2015-06-08perf tools: Reference count struct dsoGravatar Arnaldo Carvalho de Melo 1-1/+5
2015-05-29perf machine: Introduce machine__findnew_dso() methodGravatar Arnaldo Carvalho de Melo 1-2/+1
2015-05-29perf machine: No need to have two DSOs listsGravatar Arnaldo Carvalho de Melo 1-1/+1
2015-05-08perf machine: Protect the machine->threads with a rwlockGravatar Arnaldo Carvalho de Melo 1-0/+1
2014-06-01perf tests: Add a test case for cumulating callchainsGravatar Namhyung Kim 1-2/+3
2014-06-01perf tests: Define and use symbolic names for fake symbolsGravatar Namhyung Kim 1-22/+25
2014-05-21perf tests: Add a testcase for histogram output sortingGravatar Namhyung Kim 1-2/+2
2014-05-21perf tests: Factor out print_hists_*()Gravatar Namhyung Kim 1-0/+57
2014-04-28perf tests: Factor out fake_setup_machine()Gravatar Namhyung Kim 1-0/+148