summaryrefslogtreecommitdiff
path: root/tests/perf_event_open.c
Commit message (Expand)AuthorAgeFilesLines
* tests/perf_event_open: avoid unaligned access on ARMSteve Langasek2020-06-021-1/+1
* xlat: add PERF_SAMPLE_BRANCH_HW_INDEX to perf_branch_sample_typeEugene Syromyatnikov2020-04-151-3/+4
* Update copyright headersDmitry V. Levin2020-02-061-1/+1
* perf: decode PERF_SAMPLE_AUX flag and aux_sample_size fieldEugene Syromyatnikov2020-01-211-4/+39
* Update copyright headersDmitry V. Levin2019-09-251-1/+1
* Consistently define __NR_* constantsDmitry V. Levin2019-07-161-1/+1
* Fix preprocessor indentationDmitry V. Levin2018-12-301-60/+60
* tests: change the license to GPL-2.0-or-laterDmitry V. Levin2018-12-101-21/+1
* tests: do not include <stdbool.h> in files that include "tests.h"Dmitry V. Levin2018-03-011-1/+0
* Update copyright headersDmitry V. Levin2018-02-131-1/+1
* Update perf-related flagsEugene Syromyatnikov2018-01-111-6/+8
* perf.c: add support for struct perf_event_attr.namespacesEugene Syromyatnikov2018-01-111-2/+11
* Fix a few spacing style issuesDmitry V. Levin2017-06-171-42/+42
* Fix a few misspellings in commentsDmitry V. Levin2017-06-171-1/+1
* Add copyright headersEugene Syromyatnikov2017-05-221-0/+1
* tests: use TAIL_ALLOC_OBJECT_CONST_PTRDmitry V. Levin2017-03-161-1/+1
* tests: remove redundant casts in fill_memory{,_ex} invocationsDmitry V. Levin2017-01-041-3/+2
* tests: add tests for perf_event_attr structure decoding in perf_event_openEugene Syromyatnikov2016-10-311-0/+822
* Implement decoding of perf_event_attr structure in perf_event_open syscallEugene Syromyatnikov2016-10-311-113/+0
* tests: fix name spellingEugene Syromyatnikov2016-10-311-1/+1
* tests: check decoding of perf_event_open syscallEugene Syromyatnikov2016-09-051-0/+113