|
@@ -1121,6 +1121,7 @@ int perf_event_attr__fprintf(FILE *fp, struct perf_event_attr *attr,
|
|
PRINT_ATTRf(sample_stack_user, p_unsigned);
|
|
PRINT_ATTRf(sample_stack_user, p_unsigned);
|
|
PRINT_ATTRf(clockid, p_signed);
|
|
PRINT_ATTRf(clockid, p_signed);
|
|
PRINT_ATTRf(sample_regs_intr, p_hex);
|
|
PRINT_ATTRf(sample_regs_intr, p_hex);
|
|
|
|
+ PRINT_ATTRf(aux_watermark, p_unsigned);
|
|
|
|
|
|
return ret;
|
|
return ret;
|
|
}
|
|
}
|