From 17f0b706a417a8a15d472f64a6a8b01872da1661 Mon Sep 17 00:00:00 2001 From: Marco Elver Date: Wed, 14 Apr 2021 16:53:35 +0200 Subject: sys/linux: update perf_event_attr based on latest linux-next Updates perf_event_attr (perf events subsystem) to be in sync with latest linux-next. --- sys/linux/perf.txt | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'sys/linux') diff --git a/sys/linux/perf.txt b/sys/linux/perf.txt index 9dd565f49..493caef52 100644 --- a/sys/linux/perf.txt +++ b/sys/linux/perf.txt @@ -82,7 +82,16 @@ perf_event_attr { context_switch int64:1 write_backward int64:1 namespaces int64:1 - __reserved_1 const[0, int64:35] + ksymbol int64:1 + bpf_event int64:1 + aux_output int64:1 + cgroup int64:1 + text_poke int64:1 + build_id int64:1 + inherit_thread int64:1 + remove_on_exec int64:1 + sigtrap int64:1 + __reserved_1 const[0, int64:26] wakeup_events int32 bp_type flags[perf_bp_type, int32] @@ -95,6 +104,9 @@ perf_event_attr { aux_watermark int32 sample_max_stack int16 __reserved_2 const[0, int16] + aux_sample_size int32 + __reserved_3 const[0, int32] + sig_data int64 } perf_bp_config [ -- cgit mrf-deployment