aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/tests/sample-parsing.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-03-09perf tools: Add hw_idx in struct branch_stackKan Liang1-1/+6
2019-11-21perf tools: Add kernel AUX area sampling definitionsAdrian Hunter1-1/+15
2019-09-20perf tools: Move event synthesizing routines to separate headerArnaldo Carvalho de Melo1-0/+1
2019-09-20perf tools: Remove util.h from where it is not neededArnaldo Carvalho de Melo1-1/+0
2019-08-31perf symbols: Move mem_info and branch_info out of symbol.hArnaldo Carvalho de Melo1-0/+1
2019-08-31perf debug: Remove needless include directives from debug.hArnaldo Carvalho de Melo1-0/+1
2019-07-29libperf: Move perf_event_attr field from perf's evsel to libperf's perf_evselJiri Olsa1-5/+7
2019-07-29perf evsel: Rename struct perf_evsel to struct evselJiri Olsa1-1/+1
2019-07-09perf tools: Add missing headers, mostly stdlib.hArnaldo Carvalho de Melo1-0/+1
2019-02-06perf tests: Add missing headers so far obtained indirectlyArnaldo Carvalho de Melo1-0/+2
2018-01-18perf tools: Get rid of unused 'swapped' parameter from perf_event__synthesize_sample()Adrian Hunter1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-09-01perf test: Add test case for PERF_SAMPLE_PHYS_ADDRKan Liang1-1/+5
2017-08-11perf test: Add 'struct test *' to the test functionsArnaldo Carvalho de Melo1-1/+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
2015-11-19perf tests: Pass the subtest index to each test routineArnaldo Carvalho de Melo1-1/+1
2015-01-22perf tests: Fix typo in sample-parsing.cRasmus Villemoes1-1/+1
2014-11-16perf/tests: Add interrupted state sample parsing testStephane Eranian1-15/+40
2014-07-17perf tools: Move pr_* debug macros into debug objectJiri Olsa1-0/+1
2014-05-01tools: Consolidate types.hBorislav Petkov1-1/+1
2014-02-18perf callchain: Add mask into struct regs_dumpJiri Olsa1-9/+8
2013-11-04perf test: Update "sample parsing" test for PERF_SAMPLE_TRANSACTIONAdrian Hunter1-1/+6
2013-10-23perf test: Consider PERF_SAMPLE_TRANSACTION in the "sample parsing" testArnaldo Carvalho de Melo1-1/+1
2013-10-23perf test: Clarify the "sample parsing" test entryArnaldo Carvalho de Melo1-1/+1
2013-08-29perf tests: Add a sample parsing testAdrian Hunter1-0/+316