diff options
| author | Marco Elver <elver@google.com> | 2021-04-14 16:53:35 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2021-04-23 11:27:18 +0200 |
| commit | 17f0b706a417a8a15d472f64a6a8b01872da1661 (patch) | |
| tree | 91b48bf52e636c71259c86be24c05041b3f64e4a /sys/linux | |
| parent | 590921a5bc7ed9ced1d4c5cb517e4b6355813a5d (diff) | |
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.
Diffstat (limited to 'sys/linux')
| -rw-r--r-- | sys/linux/perf.txt | 14 |
1 files changed, 13 insertions, 1 deletions
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 [ |
