Home
last modified time | relevance | path

Searched refs:note_type (Results 1 – 3 of 3) sorted by relevance

/linux/arch/loongarch/kernel/
H A Dptrace.c405 static struct perf_event *ptrace_hbp_get_event(unsigned int note_type, in ptrace_hbp_get_event() argument
411 switch (note_type) { in ptrace_hbp_get_event()
429 static int ptrace_hbp_set_event(unsigned int note_type, in ptrace_hbp_set_event() argument
434 switch (note_type) { in ptrace_hbp_set_event()
452 static struct perf_event *ptrace_hbp_create(unsigned int note_type, in ptrace_hbp_create() argument
460 switch (note_type) { in ptrace_hbp_create()
486 err = ptrace_hbp_set_event(note_type, tsk, idx, bp); in ptrace_hbp_create()
493 static int ptrace_hbp_fill_attr_ctrl(unsigned int note_type, in ptrace_hbp_fill_attr_ctrl() argument
509 static int ptrace_hbp_get_resource_info(unsigned int note_type, u64 *info) in ptrace_hbp_get_resource_info() argument
514 switch (note_type) { in ptrace_hbp_get_resource_info()
[all …]
/linux/arch/arm64/kernel/
H A Dptrace.c232 static struct perf_event *ptrace_hbp_get_event(unsigned int note_type, in ptrace_hbp_get_event() argument
238 switch (note_type) { in ptrace_hbp_get_event()
257 static int ptrace_hbp_set_event(unsigned int note_type, in ptrace_hbp_set_event() argument
264 switch (note_type) { in ptrace_hbp_set_event()
285 static struct perf_event *ptrace_hbp_create(unsigned int note_type, in ptrace_hbp_create() argument
293 switch (note_type) { in ptrace_hbp_create()
319 err = ptrace_hbp_set_event(note_type, tsk, idx, bp); in ptrace_hbp_create()
326 static int ptrace_hbp_fill_attr_ctrl(unsigned int note_type, in ptrace_hbp_fill_attr_ctrl() argument
340 switch (note_type) { in ptrace_hbp_fill_attr_ctrl()
360 static int ptrace_hbp_get_resource_info(unsigned int note_type, u32 *info) in ptrace_hbp_get_resource_info() argument
[all …]
/linux/fs/
H A Dbinfmt_elf.c1749 int note_type = regset->core_note_type; in fill_thread_core_info() local
1751 bool is_fpreg = note_type == NT_PRFPREG; in fill_thread_core_info()
1756 if (!note_type) // not for coredumps in fill_thread_core_info()
1779 __fill_note(&t->notes[note_iter], note_name, note_type, in fill_thread_core_info()