Home
last modified time | relevance | path

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

/linux/kernel/trace/
H A Dtrace_uprobe.c968 struct uprobe_cpu_buffer **ucbp) in prepare_uprobe_buffer() argument
973 if (*ucbp) in prepare_uprobe_buffer()
974 return *ucbp; in prepare_uprobe_buffer()
989 *ucbp = ucb; in prepare_uprobe_buffer()
1031 struct uprobe_cpu_buffer **ucbp) in uprobe_trace_func() argument
1039 ucb = prepare_uprobe_buffer(tu, regs, ucbp); in uprobe_trace_func()
1051 struct uprobe_cpu_buffer **ucbp) in uretprobe_trace_func() argument
1056 ucb = prepare_uprobe_buffer(tu, regs, ucbp); in uretprobe_trace_func()
1388 struct uprobe_cpu_buffer **ucbp) in __uprobe_perf_func() argument
1414 ucb = prepare_uprobe_buffer(tu, regs, ucbp); in __uprobe_perf_func()
[all …]