PERF_REGS_MAX
buf = calloc(1, sizeof(u64) * PERF_REGS_MAX);
buf = calloc(1, sizeof(u64) * PERF_REGS_MAX);
buf = calloc(1, sizeof(u64) * PERF_REGS_MAX);
buf = malloc(sizeof(u64) * PERF_REGS_MAX);
memset(buf, 0, sizeof(u64) * PERF_REGS_MAX);