Back to home page

OSCL-LXR

 
 

    


0001 // SPDX-License-Identifier: GPL-2.0
0002 
0003 #include <inttypes.h>
0004 #include <stdio.h>
0005 #include <string.h>
0006 #include "debug.h"
0007 #include "symbol.h"
0008 #include "callchain.h"
0009 #include "record.h"
0010 
0011 void arch__add_leaf_frame_record_opts(struct record_opts *opts)
0012 {
0013     opts->sample_user_regs |= sample_reg_masks[PERF_REG_ARM64_LR].mask;
0014 }