perf tools: Support user regs and stack in sample parsing
[platform/adaptation/renesas_rcar/renesas_kernel.git] / tools / perf / util / header.c
index dd5a53c..7e7d34f 100644 (file)
@@ -1830,6 +1830,8 @@ static const int attr_file_abi_sizes[] = {
        [0] = PERF_ATTR_SIZE_VER0,
        [1] = PERF_ATTR_SIZE_VER1,
        [2] = PERF_ATTR_SIZE_VER2,
+       [3] = PERF_ATTR_SIZE_VER3,
+       [4] = PERF_ATTR_SIZE_VER4,
        0,
 };