Home
last modified time | relevance | path

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

/openbmc/linux/kernel/trace/
H A Dtrace_uprobe.c954 struct uprobe_cpu_buffer **ucbp) in prepare_uprobe_buffer() argument
959 if (*ucbp) in prepare_uprobe_buffer()
960 return *ucbp; in prepare_uprobe_buffer()
975 *ucbp = ucb; in prepare_uprobe_buffer()
1017 struct uprobe_cpu_buffer **ucbp) in uprobe_trace_func() argument
1025 ucb = prepare_uprobe_buffer(tu, regs, ucbp); in uprobe_trace_func()
1037 struct uprobe_cpu_buffer **ucbp) in uretprobe_trace_func() argument
1042 ucb = prepare_uprobe_buffer(tu, regs, ucbp); in uretprobe_trace_func()
1374 struct uprobe_cpu_buffer **ucbp) in __uprobe_perf_func() argument
1400 ucb = prepare_uprobe_buffer(tu, regs, ucbp); in __uprobe_perf_func()
[all …]