Searched defs:note_type (Results 1 – 2 of 2) sorted by relevance
/linux-5.10/arch/arm64/kernel/ |
D | ptrace.c | 234 static struct perf_event *ptrace_hbp_get_event(unsigned int note_type, in ptrace_hbp_get_event() 259 static int ptrace_hbp_set_event(unsigned int note_type, in ptrace_hbp_set_event() 287 static struct perf_event *ptrace_hbp_create(unsigned int note_type, in ptrace_hbp_create() 328 static int ptrace_hbp_fill_attr_ctrl(unsigned int note_type, in ptrace_hbp_fill_attr_ctrl() 362 static int ptrace_hbp_get_resource_info(unsigned int note_type, u32 *info) in ptrace_hbp_get_resource_info() 386 static int ptrace_hbp_get_ctrl(unsigned int note_type, in ptrace_hbp_get_ctrl() 400 static int ptrace_hbp_get_addr(unsigned int note_type, in ptrace_hbp_get_addr() 414 static struct perf_event *ptrace_hbp_get_initialised_bp(unsigned int note_type, in ptrace_hbp_get_initialised_bp() 426 static int ptrace_hbp_set_ctrl(unsigned int note_type, in ptrace_hbp_set_ctrl() 451 static int ptrace_hbp_set_addr(unsigned int note_type, in ptrace_hbp_set_addr() [all …]
|
/linux-5.10/fs/ |
D | binfmt_elf.c | 1759 int note_type = regset->core_note_type; in fill_thread_core_info() local
|