Home
last modified time | relevance | path

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

/linux-4.1.27/arch/arm64/kernel/
Dptrace.c139 static struct perf_event *ptrace_hbp_get_event(unsigned int note_type, in ptrace_hbp_get_event() argument
145 switch (note_type) { in ptrace_hbp_get_event()
159 static int ptrace_hbp_set_event(unsigned int note_type, in ptrace_hbp_set_event() argument
166 switch (note_type) { in ptrace_hbp_set_event()
184 static struct perf_event *ptrace_hbp_create(unsigned int note_type, in ptrace_hbp_create() argument
192 switch (note_type) { in ptrace_hbp_create()
218 err = ptrace_hbp_set_event(note_type, tsk, idx, bp); in ptrace_hbp_create()
225 static int ptrace_hbp_fill_attr_ctrl(unsigned int note_type, in ptrace_hbp_fill_attr_ctrl() argument
239 switch (note_type) { in ptrace_hbp_fill_attr_ctrl()
258 static int ptrace_hbp_get_resource_info(unsigned int note_type, u32 *info) in ptrace_hbp_get_resource_info() argument
[all …]