aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/tests/hists_common.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-05-05perf hists: Move sort__need_collapse into struct perf_hpp_listJiri Olsa1-1/+1
2016-03-23perf tools: Add cpumode to struct perf_sampleArnaldo Carvalho de Melo1-2/+4
2016-01-11perf test: Fix false TEST_OK result for 'perf test hist'Wang Nan1-5/+0
2015-12-14perf test: Fix hist testcases when kptr_restrict is onNamhyung Kim1-3/+2
2015-12-07perf test: Create kernel maps properly for hist entries testJiri Olsa1-0/+5
2015-06-08perf tools: Reference count struct dsoArnaldo Carvalho de Melo1-1/+5
2015-05-29perf machine: Introduce machine__findnew_dso() methodArnaldo Carvalho de Melo1-2/+1
2015-05-29perf machine: No need to have two DSOs listsArnaldo Carvalho de Melo1-1/+1
2015-05-08perf machine: Protect the machine->threads with a rwlockArnaldo Carvalho de Melo1-0/+1
2014-06-01perf tests: Add a test case for cumulating callchainsNamhyung Kim1-2/+3
2014-06-01perf tests: Define and use symbolic names for fake symbolsNamhyung Kim1-22/+25
2014-05-21perf tests: Add a testcase for histogram output sortingNamhyung Kim1-2/+2
2014-05-21perf tests: Factor out print_hists_*()Namhyung Kim1-0/+57
2014-04-28perf tests: Factor out fake_setup_machine()Namhyung Kim1-0/+148