Searched refs:regs_intr (Results 1 – 2 of 2) sorted by relevance
1340 struct perf_regs regs_intr; member
7851 static void perf_sample_regs_intr(struct perf_regs *regs_intr, in perf_sample_regs_intr() argument7862 regs_intr->abi = PERF_SAMPLE_REGS_ABI_NONE; in perf_sample_regs_intr()7863 regs_intr->regs = NULL; in perf_sample_regs_intr()7865 regs_intr->regs = regs; in perf_sample_regs_intr()7866 regs_intr->abi = perf_reg_abi(current); in perf_sample_regs_intr()8423 u64 abi = data->regs_intr.abi; in perf_output_sample()8434 data->regs_intr.regs, in perf_output_sample()8758 perf_sample_regs_intr(&data->regs_intr, regs, in perf_prepare_sample()8761 if (data->regs_intr.regs) { in perf_prepare_sample()