summaryrefslogtreecommitdiff
path: root/tools/perf/tests/sample-parsing.c
AgeCommit message (Expand)Author
2023-02-02perf script: Show branch speculation infoSandipan Das
2022-12-14perf util: Add host_is_bigendian to util.hIan Rogers
2022-08-19perf tools: Support reading PERF_FORMAT_LOSTNamhyung Kim
2021-11-18perf test sample-parsing: Fix branch_stack entry endianness checkThomas Richter
2021-11-13perf test: Rename struct test to test_suiteIan Rogers
2021-11-13perf test: Move each test suite struct to its testIan Rogers
2021-10-28perf test sample-parsing: Add endian test for struct branch_flagsMadhavan Srinivasan
2021-03-06perf test: Fix sample-parsing failure on non-x86 platformsKan Liang
2021-02-18perf test: Fix unaligned access in sample parsing testNamhyung Kim
2021-02-08perf test: Support PERF_SAMPLE_WEIGHT_STRUCTKan Liang
2021-01-20perf test: Add test case for PERF_SAMPLE_CODE_PAGE_SIZEStephane Eranian
2020-12-17perf test: Make sample-parsing test aware of PERF_SAMPLE_{CODE,DATA}_PAGE_SIZEArnaldo Carvalho de Melo
2020-05-05perf evsel: Rename perf_evsel__parse_sample*() to evsel__parse_sample*()Arnaldo Carvalho de Melo
2020-05-05perf evsel: Rename __perf_evsel__sample_size() to __evsel__sample_size()Arnaldo Carvalho de Melo
2020-04-03perf tools: Basic support for CGROUP eventNamhyung Kim
2020-03-09perf tools: Add hw_idx in struct branch_stackKan Liang
2019-11-21perf tools: Add kernel AUX area sampling definitionsAdrian Hunter
2019-09-20perf tools: Move event synthesizing routines to separate headerArnaldo Carvalho de Melo
2019-09-20perf tools: Remove util.h from where it is not neededArnaldo Carvalho de Melo
2019-08-31perf symbols: Move mem_info and branch_info out of symbol.hArnaldo Carvalho de Melo
2019-08-31perf debug: Remove needless include directives from debug.hArnaldo Carvalho de Melo
2019-07-29libperf: Move perf_event_attr field from perf's evsel to libperf's perf_evselJiri Olsa
2019-07-29perf evsel: Rename struct perf_evsel to struct evselJiri Olsa
2019-07-09perf tools: Add missing headers, mostly stdlib.hArnaldo Carvalho de Melo
2019-02-06perf tests: Add missing headers so far obtained indirectlyArnaldo Carvalho de Melo
2018-01-18perf tools: Get rid of unused 'swapped' parameter from perf_event__synthesize...Adrian Hunter
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-09-01perf test: Add test case for PERF_SAMPLE_PHYS_ADDRKan Liang
2017-08-11perf test: Add 'struct test *' to the test functionsArnaldo Carvalho de Melo
2017-04-19perf tools: Including missing inttypes.h headerArnaldo Carvalho de Melo
2017-04-19perf tools: Add include <linux/kernel.h> where ARRAY_SIZE() is usedArnaldo Carvalho de Melo
2015-11-19perf tests: Pass the subtest index to each test routineArnaldo Carvalho de Melo
2015-01-22perf tests: Fix typo in sample-parsing.cRasmus Villemoes
2014-11-16perf/tests: Add interrupted state sample parsing testStephane Eranian
2014-07-17perf tools: Move pr_* debug macros into debug objectJiri Olsa
2014-05-01tools: Consolidate types.hBorislav Petkov
2014-02-18perf callchain: Add mask into struct regs_dumpJiri Olsa
2013-11-04perf test: Update "sample parsing" test for PERF_SAMPLE_TRANSACTIONAdrian Hunter
2013-10-23perf test: Consider PERF_SAMPLE_TRANSACTION in the "sample parsing" testArnaldo Carvalho de Melo
2013-10-23perf test: Clarify the "sample parsing" test entryArnaldo Carvalho de Melo
2013-08-29perf tests: Add a sample parsing testAdrian Hunter