#include <stdlib.h>
#include <linux/types.h>
#include <asm/perf_regs.h>
Go to the source code of this file.
◆ PERF_REG_IP
#define PERF_REG_IP PERF_REG_S390_PC |
◆ PERF_REG_SP
#define PERF_REG_SP PERF_REG_S390_R15 |
◆ PERF_REGS_MASK
#define PERF_REGS_MASK ((1ULL << PERF_REG_S390_MAX) - 1) |
◆ PERF_REGS_MAX
#define PERF_REGS_MAX PERF_REG_S390_MAX |
◆ PERF_SAMPLE_REGS_ABI
#define PERF_SAMPLE_REGS_ABI PERF_SAMPLE_REGS_ABI_64 |
◆ perf_reg_name()
static const char* perf_reg_name |
( |
int id |
| ) |
|
|
inlinestatic |
◆ perf_regs_load()
void perf_regs_load |
( |
u64 * |
regs | ) |
|