regulator: Introduce property to flag set-load support
[cascardo/linux.git] / tools / perf / util / perf_regs.c
index 43168fb..885e8ac 100644 (file)
@@ -2,6 +2,10 @@
 #include "perf_regs.h"
 #include "event.h"
 
+const struct sample_reg __weak sample_reg_masks[] = {
+       SMPL_REG_END
+};
+
 int perf_reg_value(u64 *valp, struct regs_dump *regs, int id)
 {
        int i, idx = 0;