aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/tests/hists_common.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-09-20perf tools: Move event synthesizing routines to separate headerArnaldo Carvalho de Melo1-0/+2
2019-08-31perf tools: Remove needless evlist.h include directivesArnaldo Carvalho de Melo1-1/+0
2019-08-31perf dsos: Move the dsos struct and its methods to separate source filesArnaldo Carvalho de Melo1-0/+1
2019-08-29perf tools: Remove perf.h from source files not needing itArnaldo Carvalho de Melo1-1/+0
2019-02-06pref tools: Add missing map.h includesArnaldo Carvalho de Melo1-0/+1
2019-01-25perf hist: Use cached rbtreesDavidlohr Bueso1-4/+4
2018-04-27perf symbols: Unify symbol mapsArnaldo Carvalho de Melo1-2/+2
2018-04-26perf symbols: Store the ELF symbol type in the symbol structArnaldo Carvalho de Melo1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-04-19perf tools: Including missing inttypes.h headerArnaldo Carvalho de Melo1-0/+1
2017-04-19perf tools: Add include <linux/kernel.h> where ARRAY_SIZE() is usedArnaldo Carvalho de Melo1-0/+1
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