perf parse-regs: Remove PERF_REGS_{MAX|MASK} from common code
[linux-2.6-microblaze.git] / tools / perf / arch / s390 / util / perf_regs.c
index 2864e2e..b17fc30 100644 (file)
@@ -4,3 +4,13 @@
 const struct sample_reg sample_reg_masks[] = {
        SMPL_REG_END
 };
+
+uint64_t arch__intr_reg_mask(void)
+{
+       return PERF_REGS_MASK;
+}
+
+uint64_t arch__user_reg_mask(void)
+{
+       return PERF_REGS_MASK;
+}