summaryrefslogtreecommitdiff
path: root/tests/perf_event_open.c
Commit message (Expand)AuthorAgeFilesLines
* Add config3 field to struct perf_event_attrSven Schnelle2023-03-091-1/+9
* xlat: update PERF_* constantsDmitry V. Levin2022-12-111-4/+5
* Update copyright headersDmitry V. Levin2022-10-171-1/+1
* xlat: update PERF_* constantsDmitry V. Levin2022-10-091-4/+7
* Use loop initial declarationsDmitry V. Levin2021-11-051-4/+3
* tests/perf_event_open.c: avoid unaligned accesses on AArch64Eugene Syromyatnikov2021-10-091-1/+1
* perf: print sample_*, read_format, and non-zero flags in abbreviated outputEugene Syromyatnikov2021-06-301-101/+51
* perf: extended PERF_TYPE_HARDWARE/PERF_TYPE_HW_CACHE config decodingEugene Syromyatnikov2021-06-301-10/+10
* xlat: add PERF_COUNT_SW_CGROUP_SWITCHES to perf_sw_idsEugene Syromyatnikov2021-06-301-2/+2
* perf: decode sigtrap and sig_data fields of struct perf_event_attrEugene Syromyatnikov2021-06-301-4/+27
* perf: implement struct perf_event_attr.remove_on_exec field decodingEugene Syromyatnikov2021-06-301-2/+6
* perf: implement struct perf_event_attr.inherit_thread field decodingEugene Syromyatnikov2021-06-301-2/+6
* xlat: add PERF_SAMPLE_WEIGHT_STRUCT to perf_event_sample_formatEugene Syromyatnikov2021-06-301-1/+2
* perf: implement struct perf_event_attr.build_id field decodingEugene Syromyatnikov2021-06-301-2/+6
* xlat: add PERF_SAMPLE_{DATA,CODE}_PAGE_SIZE to perf_event_sample_formatEugene Syromyatnikov2021-06-301-2/+3
* perf: implement struct perf_event_attr.text_poke field decodingEugene Syromyatnikov2021-06-301-2/+6
* xlat: add PERF_SAMPLE_CGROUP to perf_event_sample_formatEugene Syromyatnikov2021-06-301-3/+3
* perf: implement struct perf_event_attr.cgroup field decodingEugene Syromyatnikov2021-06-301-2/+6
* perf: implement struct perf_event_attr.aux_output field decodingEugene Syromyatnikov2021-06-301-2/+6
* perf: implement struct perf_event_attr.bpf_event field decodingEugene Syromyatnikov2021-06-301-2/+6
* perf: implement perf_event_attr.ksymbol field decodingEugene Syromyatnikov2021-06-301-2/+6
* tests: switch to use bundled <linux/perf_event.h>Dmitry V. Levin2021-02-231-195/+55
* Update copyright headersDmitry V. Levin2021-02-161-1/+1
* perf: fix the output name of struct perf_event_attr.exclude_userDmitry V. Levin2021-01-241-1/+1
* 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