summaryrefslogtreecommitdiffstats
path: root/tools/perf/tests/sample-parsing.c
AgeCommit message (Expand)AuthorFilesLines
2022-12-14perf util: Add host_is_bigendian to util.hIan Rogers1-2/+2
2022-08-19perf tools: Support reading PERF_FORMAT_LOSTNamhyung Kim1-4/+10
2021-11-18perf test sample-parsing: Fix branch_stack entry endianness checkThomas Richter1-1/+1
2021-11-13perf test: Rename struct test to test_suiteIan Rogers1-1/+1
2021-11-13perf test: Move each test suite struct to its testIan Rogers1-1/+3
2021-10-28perf test sample-parsing: Add endian test for struct branch_flagsMadhavan Srinivasan1-5/+38
2021-03-06perf test: Fix sample-parsing failure on non-x86 platformsKan Liang1-4/+0
2021-02-18perf test: Fix unaligned access in sample parsing testNamhyung Kim1-1/+1
2021-02-08perf test: Support PERF_SAMPLE_WEIGHT_STRUCTKan Liang1-3/+11
2021-01-20perf test: Add test case for PERF_SAMPLE_CODE_PAGE_SIZEStephane Eranian1-0/+4
2020-12-17perf test: Make sample-parsing test aware of PERF_SAMPLE_{CODE,DATA}_PAGE_SIZEArnaldo Carvalho de Melo1-1/+5
2020-05-05perf evsel: Rename perf_evsel__parse_sample*() to evsel__parse_sample*()Arnaldo Carvalho de Melo1-2/+2
2020-05-05perf evsel: Rename __perf_evsel__sample_size() to __evsel__sample_size()Arnaldo Carvalho de Melo1-1/+1
2020-04-03perf tools: Basic support for CGROUP eventNamhyung Kim1-1/+5
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...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