summaryrefslogtreecommitdiff
path: root/src/perf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/perf.c')
-rw-r--r--src/perf.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/perf.c b/src/perf.c
index 76c4fab08..78681ecee 100644
--- a/src/perf.c
+++ b/src/perf.c
@@ -434,6 +434,10 @@ print_perf_event_attr(struct tcb *const tcp, const kernel_ulong_t addr)
tprint_struct_next();
PRINT_FIELD_X(*attr, sig_data);
+ STRACE_PERF_CHECK_FIELD(config3);
+ tprint_struct_next();
+ PRINT_FIELD_X(*attr, config3);
+
print_perf_event_attr_out:
if ((attr->size && (attr->size > size)) ||
(!attr->size && (size < PERF_ATTR_SIZE_VER0))) {