Searched refs:note_type (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.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() argument 240 switch (note_type) { in ptrace_hbp_get_event() 259 static int ptrace_hbp_set_event(unsigned int note_type, in ptrace_hbp_set_event() argument 266 switch (note_type) { in ptrace_hbp_set_event() 287 static struct perf_event *ptrace_hbp_create(unsigned int note_type, in ptrace_hbp_create() argument 295 switch (note_type) { in ptrace_hbp_create() 321 err = ptrace_hbp_set_event(note_type, tsk, idx, bp); in ptrace_hbp_create() 328 static int ptrace_hbp_fill_attr_ctrl(unsigned int note_type, in ptrace_hbp_fill_attr_ctrl() argument 342 switch (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() argument [all …]
|
/Linux-v5.10/fs/ |
D | binfmt_elf.c | 1759 int note_type = regset->core_note_type; in fill_thread_core_info() local 1760 bool is_fpreg = note_type == NT_PRFPREG; in fill_thread_core_info() 1765 if (!note_type) // not for coredumps in fill_thread_core_info() 1778 note_type, ret, data); in fill_thread_core_info()
|