Home
last modified time | relevance | path

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

/linux-5.10/kernel/trace/
Dtrace_event_perf.c395 void *perf_trace_buf_alloc(int size, struct pt_regs **regs, int *rctxp) in perf_trace_buf_alloc() function
418 EXPORT_SYMBOL_GPL(perf_trace_buf_alloc);
419 NOKPROBE_SYMBOL(perf_trace_buf_alloc);
464 entry = perf_trace_buf_alloc(ENTRY_SIZE, NULL, &rctx); in perf_ftrace_function_call()
Dtrace_syscalls.c623 rec = perf_trace_buf_alloc(size, NULL, &rctx); in perf_syscall_enter()
721 rec = perf_trace_buf_alloc(size, NULL, &rctx); in perf_syscall_exit()
Dtrace_kprobe.c1604 entry = perf_trace_buf_alloc(size, NULL, &rctx); in kprobe_perf_func()
1640 entry = perf_trace_buf_alloc(size, NULL, &rctx); in kretprobe_perf_func()
Dtrace_uprobe.c1371 entry = perf_trace_buf_alloc(size, NULL, &rctx); in __uprobe_perf_func()
/linux-5.10/include/trace/
Dperf.h58 entry = perf_trace_buf_alloc(__entry_size, &__regs, &rctx); \
/linux-5.10/include/linux/
Dtrace_events.h750 void *perf_trace_buf_alloc(int size, struct pt_regs **regs, int *rctxp);