summaryrefslogtreecommitdiffstats
path: root/tools/perf/tests/hists_common.c
Commit message (Expand)AuthorAgeFilesLines
* perf symbols: Unify symbol mapsArnaldo Carvalho de Melo2018-04-271-2/+2
* perf symbols: Store the ELF symbol type in the symbol structArnaldo Carvalho de Melo2018-04-261-1/+1
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* perf tools: Including missing inttypes.h headerArnaldo Carvalho de Melo2017-04-191-0/+1
* perf tools: Add include <linux/kernel.h> where ARRAY_SIZE() is usedArnaldo Carvalho de Melo2017-04-191-0/+1
* perf hists: Move sort__need_collapse into struct perf_hpp_listJiri Olsa2016-05-061-1/+1
* perf tools: Add cpumode to struct perf_sampleArnaldo Carvalho de Melo2016-03-231-2/+4
* perf test: Fix false TEST_OK result for 'perf test hist'Wang Nan2016-01-111-5/+0Star
* perf test: Fix hist testcases when kptr_restrict is onNamhyung Kim2015-12-141-3/+2Star
* perf test: Create kernel maps properly for hist entries testJiri Olsa2015-12-071-0/+5
* perf tools: Reference count struct dsoArnaldo Carvalho de Melo2015-06-081-1/+5
* perf machine: Introduce machine__findnew_dso() methodArnaldo Carvalho de Melo2015-05-291-2/+1Star
* perf machine: No need to have two DSOs listsArnaldo Carvalho de Melo2015-05-291-1/+1
* perf machine: Protect the machine->threads with a rwlockArnaldo Carvalho de Melo2015-05-081-0/+1
* perf tests: Add a test case for cumulating callchainsNamhyung Kim2014-06-011-2/+3
* perf tests: Define and use symbolic names for fake symbolsNamhyung Kim2014-06-011-22/+25
* perf tests: Add a testcase for histogram output sortingNamhyung Kim2014-05-211-2/+2
* perf tests: Factor out print_hists_*()Namhyung Kim2014-05-211-0/+57
* perf tests: Factor out fake_setup_machine()Namhyung Kim2014-04-281-0/+148