aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/arch/x86/tests (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-06perf map: Move structs and prototypes for map groups to a separate headerArnaldo Carvalho de Melo1-0/+1
2018-12-17perf tools: Fix diverse comment typosIngo Molnar1-1/+1
2018-08-30perf tests: Add breakpoint modify testsJiri Olsa3-0/+220
2018-04-26perf map: Remove map_type arg from map_groups__find()Arnaldo Carvalho de Melo1-1/+1
2018-04-26perf map: Shorten map_groups__find() signatureArnaldo Carvalho de Melo1-1/+1
2018-03-08perf mmap: Simplify perf_mmap__read_init()Kan Liang1-2/+1
2018-03-08perf mmap: Simplify perf_mmap__read_event()Kan Liang1-1/+1
2018-03-08perf mmap: Simplify perf_mmap__consume()Kan Liang1-1/+1
2018-03-05perf test: Switch to new perf_mmap__read_event() interface for time-to-tscKan Liang1-2/+9
2017-12-05perf evlist: Remove 'overwrite' parameter from perf_evlist__mmapWang Nan1-1/+1
2017-11-07Merge branch 'linus' into perf/core, to fix conflictsIngo Molnar10-0/+137
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman10-0/+10
2017-09-21perf tests: Remove Intel CQM perf testXiaochen Shen3-132/+0
2017-08-11perf test: Add 'struct test *' to the test functionsArnaldo Carvalho de Melo4-4/+4
2017-06-27x86/insn: perf tools: Add new ptwrite instructionAdrian Hunter3-0/+72
2017-04-24perf tools: Remove poll.h and wait.h from util.hArnaldo Carvalho de Melo1-0/+1
2017-04-20perf tools: Add signal.h to places using its definitionsArnaldo Carvalho de Melo1-0/+1
2017-04-19perf tools: Include errno.h where neededArnaldo Carvalho de Melo2-0/+2
2017-04-19perf tools: Including missing inttypes.h headerArnaldo Carvalho de Melo1-0/+1
2016-11-29perf test: Remove "test" and similar strings from test descriptionsArnaldo Carvalho de Melo1-5/+5
2016-07-28Merge tag 'libnvdimm-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds3-8/+0
2016-07-23x86/insn: remove pcommitDan Williams3-8/+0
2016-07-21perf tools: Add AVX-512 instructions to the new instructions testAdrian Hunter3-8/+3731
2016-07-20x86/insn: perf tools: Fix vcvtph2ps instruction decodingAdrian Hunter3-8/+16
2016-07-12perf tests x86 rdpmc: Add missing headersArnaldo Carvalho de Melo1-0/+4
2016-07-12tools: Introduce str_error_r()Arnaldo Carvalho de Melo1-2/+2
2016-06-22perf tests time-to-tsc: No need to disable an event before deleting itArnaldo Carvalho de Melo1-5/+1
2016-04-11perf evsel: Do not use globals in config()Arnaldo Carvalho de Melo1-1/+1
2016-03-08perf tools: Use 64-bit shifts with (TSC) time conversionAdrian Hunter1-1/+1
2016-03-03perf tests: Initialize sa.sa_flagsColin Ian King1-0/+1
2016-01-26perf tests: Remove wrong semicolon in while loop in CQM testMarkus Trippelsdorf1-1/+1
2016-01-07perf tests: Give a bit more information on the CQM test failure pathArnaldo Carvalho de Melo1-1/+1
2016-01-07perf tests: No need to set attr.sample_freq in the perf time to TSC testArnaldo Carvalho de Melo1-1/+0
2015-11-19perf tests: Pass the subtest index to each test routineArnaldo Carvalho de Melo4-4/+4
2015-10-05perf tests: Add Intel CQM testMatt Fleming3-0/+129
2015-10-05perf tests: Move x86 tests into arch directoryMatt Fleming11-0/+2968
2015-10-05perf tests: Add arch testsMatt Fleming2-2/+14
2015-02-12perf build: Add arch x86 objects buildingJiri Olsa1-0/+2
2014-07-17perf tools: Move pr_* debug macros into debug objectJiri Olsa1-0/+1
2014-05-01Merge branch 'perf/urgent' into perf/core, to resolve conflictIngo Molnar2-2/+8
2014-04-30perf tests x86: Fix stack map lookup in dwarf unwind testJiri Olsa1-1/+1
2014-04-30perf x86: Fix perf to use non-executable stack, againMathias Krause1-1/+7
2014-04-28perf tools: Allocate thread map_groups's dynamicallyArnaldo Carvalho de Melo1-1/+1
2014-04-23perf tests x86: Fix memory leak in sample_ustack()Masanari Iida1-0/+1
2014-02-18perf callchain: Add mask into struct regs_dumpJiri Olsa1-0/+1
2014-02-18perf tests x86: Add dwarf unwind testJiri Olsa1-0/+58
2014-02-18perf tests x86: Introduce perf_regs_load functionJiri Olsa1-0/+92