summaryrefslogtreecommitdiffstats
path: root/tools/perf/tests/sample-parsing.c
Commit message (Expand)AuthorAgeFilesLines
* perf test: Fix sample-parsing failure on non-x86 platformsKan Liang2021-03-061-4/+0
* perf test: Fix unaligned access in sample parsing testNamhyung Kim2021-02-181-1/+1
* perf test: Support PERF_SAMPLE_WEIGHT_STRUCTKan Liang2021-02-081-3/+11
* perf test: Add test case for PERF_SAMPLE_CODE_PAGE_SIZEStephane Eranian2021-01-201-0/+4
* perf test: Make sample-parsing test aware of PERF_SAMPLE_{CODE,DATA}_PAGE_SIZEArnaldo Carvalho de Melo2020-12-171-1/+5
* perf evsel: Rename perf_evsel__parse_sample*() to evsel__parse_sample*()Arnaldo Carvalho de Melo2020-05-051-2/+2
* perf evsel: Rename __perf_evsel__sample_size() to __evsel__sample_size()Arnaldo Carvalho de Melo2020-05-051-1/+1
* perf tools: Basic support for CGROUP eventNamhyung Kim2020-04-031-1/+5
* perf tools: Add hw_idx in struct branch_stackKan Liang2020-03-091-1/+6
* perf tools: Add kernel AUX area sampling definitionsAdrian Hunter2019-11-211-1/+15
* perf tools: Move event synthesizing routines to separate headerArnaldo Carvalho de Melo2019-09-201-0/+1
* perf tools: Remove util.h from where it is not neededArnaldo Carvalho de Melo2019-09-201-1/+0
* perf symbols: Move mem_info and branch_info out of symbol.hArnaldo Carvalho de Melo2019-08-311-0/+1
* perf debug: Remove needless include directives from debug.hArnaldo Carvalho de Melo2019-08-311-0/+1
* libperf: Move perf_event_attr field from perf's evsel to libperf's perf_evselJiri Olsa2019-07-291-5/+7
* perf evsel: Rename struct perf_evsel to struct evselJiri Olsa2019-07-291-1/+1
* perf tools: Add missing headers, mostly stdlib.hArnaldo Carvalho de Melo2019-07-091-0/+1
* perf tests: Add missing headers so far obtained indirectlyArnaldo Carvalho de Melo2019-02-061-0/+2
* perf tools: Get rid of unused 'swapped' parameter from perf_event__synthesize...Adrian Hunter2018-01-181-1/+1
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* perf test: Add test case for PERF_SAMPLE_PHYS_ADDRKan Liang2017-09-011-1/+5
* perf test: Add 'struct test *' to the test functionsArnaldo Carvalho de Melo2017-08-111-1/+1
* perf tools: Including missing inttypes.h headerArnaldo Carvalho de Melo2017-04-191-0/+1
* perf tools: Add include <linux/kernel.h> where ARRAY_SIZE() is usedArnaldo Carvalho de Melo2017-04-191-0/+1
* perf tests: Pass the subtest index to each test routineArnaldo Carvalho de Melo2015-11-191-1/+1
* perf tests: Fix typo in sample-parsing.cRasmus Villemoes2015-01-221-1/+1
* perf/tests: Add interrupted state sample parsing testStephane Eranian2014-11-161-15/+40
* perf tools: Move pr_* debug macros into debug objectJiri Olsa2014-07-171-0/+1
* tools: Consolidate types.hBorislav Petkov2014-05-011-1/+1
* perf callchain: Add mask into struct regs_dumpJiri Olsa2014-02-181-9/+8
* perf test: Update "sample parsing" test for PERF_SAMPLE_TRANSACTIONAdrian Hunter2013-11-041-1/+6
* perf test: Consider PERF_SAMPLE_TRANSACTION in the "sample parsing" testArnaldo Carvalho de Melo2013-10-231-1/+1
* perf test: Clarify the "sample parsing" test entryArnaldo Carvalho de Melo2013-10-231-1/+1
* perf tests: Add a sample parsing testAdrian Hunter2013-08-291-0/+316