summaryrefslogtreecommitdiffstats
path: root/tools/perf/arch/x86/tests
Commit message (Expand)AuthorAgeFilesLines
* perf intel-pt: Add Intel PT packet decoder testAdrian Hunter2019-06-173-1/+309
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288Thomas Gleixner2019-06-052-16/+2Star
* perf tools: Rename build libperf to perfJiri Olsa2019-02-141-7/+7
* perf map: Move structs and prototypes for map groups to a separate headerArnaldo Carvalho de Melo2019-02-061-0/+1
* perf tools: Fix diverse comment typosIngo Molnar2018-12-171-1/+1
* perf tests: Add breakpoint modify testsJiri Olsa2018-08-303-0/+220
* perf map: Remove map_type arg from map_groups__find()Arnaldo Carvalho de Melo2018-04-261-1/+1
* perf map: Shorten map_groups__find() signatureArnaldo Carvalho de Melo2018-04-261-1/+1
* perf mmap: Simplify perf_mmap__read_init()Kan Liang2018-03-081-2/+1Star
* perf mmap: Simplify perf_mmap__read_event()Kan Liang2018-03-081-1/+1
* perf mmap: Simplify perf_mmap__consume()Kan Liang2018-03-081-1/+1
* perf test: Switch to new perf_mmap__read_event() interface for time-to-tscKan Liang2018-03-051-2/+9
* perf evlist: Remove 'overwrite' parameter from perf_evlist__mmapWang Nan2017-12-051-1/+1
* Merge branch 'linus' into perf/core, to fix conflictsIngo Molnar2017-11-0710-0/+137
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-0210-0/+10
* | perf tests: Remove Intel CQM perf testXiaochen Shen2017-09-213-132/+0Star
|/
* perf test: Add 'struct test *' to the test functionsArnaldo Carvalho de Melo2017-08-114-4/+4
* x86/insn: perf tools: Add new ptwrite instructionAdrian Hunter2017-06-273-0/+72
* perf tools: Remove poll.h and wait.h from util.hArnaldo Carvalho de Melo2017-04-241-0/+1
* perf tools: Add signal.h to places using its definitionsArnaldo Carvalho de Melo2017-04-201-0/+1
* perf tools: Include errno.h where neededArnaldo Carvalho de Melo2017-04-192-0/+2
* perf tools: Including missing inttypes.h headerArnaldo Carvalho de Melo2017-04-191-0/+1
* perf test: Remove "test" and similar strings from test descriptionsArnaldo Carvalho de Melo2016-11-291-5/+5
* Merge tag 'libnvdimm-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-07-293-8/+0Star
|\
| * x86/insn: remove pcommitDan Williams2016-07-233-8/+0Star
* | perf tools: Add AVX-512 instructions to the new instructions testAdrian Hunter2016-07-213-8/+3731
* | x86/insn: perf tools: Fix vcvtph2ps instruction decodingAdrian Hunter2016-07-203-8/+16
* | perf tests x86 rdpmc: Add missing headersArnaldo Carvalho de Melo2016-07-121-0/+4
* | tools: Introduce str_error_r()Arnaldo Carvalho de Melo2016-07-121-2/+2
* | perf tests time-to-tsc: No need to disable an event before deleting itArnaldo Carvalho de Melo2016-06-221-5/+1Star
|/
* perf evsel: Do not use globals in config()Arnaldo Carvalho de Melo2016-04-121-1/+1
* perf tools: Use 64-bit shifts with (TSC) time conversionAdrian Hunter2016-03-081-1/+1
* perf tests: Initialize sa.sa_flagsColin Ian King2016-03-031-0/+1
* perf tests: Remove wrong semicolon in while loop in CQM testMarkus Trippelsdorf2016-01-261-1/+1
* perf tests: Give a bit more information on the CQM test failure pathArnaldo Carvalho de Melo2016-01-071-1/+1
* perf tests: No need to set attr.sample_freq in the perf time to TSC testArnaldo Carvalho de Melo2016-01-071-1/+0Star
* perf tests: Pass the subtest index to each test routineArnaldo Carvalho de Melo2015-11-194-4/+4
* perf tests: Add Intel CQM testMatt Fleming2015-10-053-0/+129
* perf tests: Move x86 tests into arch directoryMatt Fleming2015-10-0511-0/+2968
* perf tests: Add arch testsMatt Fleming2015-10-052-2/+14
* perf build: Add arch x86 objects buildingJiri Olsa2015-02-121-0/+2
* perf tools: Move pr_* debug macros into debug objectJiri Olsa2014-07-171-0/+1
* Merge branch 'perf/urgent' into perf/core, to resolve conflictIngo Molnar2014-05-012-2/+8
|\
| * perf tests x86: Fix stack map lookup in dwarf unwind testJiri Olsa2014-04-301-1/+1
| * perf x86: Fix perf to use non-executable stack, againMathias Krause2014-04-301-1/+7
* | perf tools: Allocate thread map_groups's dynamicallyArnaldo Carvalho de Melo2014-04-281-1/+1
|/
* perf tests x86: Fix memory leak in sample_ustack()Masanari Iida2014-04-231-0/+1
* perf callchain: Add mask into struct regs_dumpJiri Olsa2014-02-181-0/+1
* perf tests x86: Add dwarf unwind testJiri Olsa2014-02-181-0/+58
* perf tests x86: Introduce perf_regs_load functionJiri Olsa2014-02-181-0/+92