1 // SPDX-License-Identifier: GPL-2.0
11 #include "util/perf_regs.h"
13 void arch__add_leaf_frame_record_opts(struct record_opts
*opts
)
15 const struct sample_reg
*sample_reg_masks
= arch__sample_reg_masks();
17 opts
->sample_user_regs
|= sample_reg_masks
[PERF_REG_ARM64_LR
].mask
;