1 // SPDX-License-Identifier: GPL-2.0 1 2 3 #include <inttypes.h> 4 #include <stdio.h> 5 #include <string.h> 6 #include "debug.h" 7 #include "symbol.h" 8 #include "callchain.h" 9 #include "perf_regs.h" 10 #include "record.h" 11 #include "util/perf_regs.h" 12 13 void arch__add_leaf_frame_record_opts(struct r 14 { 15 const struct sample_reg *sample_reg_ma 16 17 opts->sample_user_regs |= sample_reg_m 18 } 19
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.