Home
last modified time | relevance | path

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

/linux-6.1.9/kernel/trace/
Dtrace_event_perf.c396 void *perf_trace_buf_alloc(int size, struct pt_regs **regs, int *rctxp) in perf_trace_buf_alloc() function
420 EXPORT_SYMBOL_GPL(perf_trace_buf_alloc);
421 NOKPROBE_SYMBOL(perf_trace_buf_alloc);
471 entry = perf_trace_buf_alloc(ENTRY_SIZE, NULL, &rctx); in perf_ftrace_function_call()
Dtrace_syscalls.c602 rec = perf_trace_buf_alloc(size, NULL, &rctx); in perf_syscall_enter()
700 rec = perf_trace_buf_alloc(size, NULL, &rctx); in perf_syscall_exit()
Dtrace_kprobe.c1544 entry = perf_trace_buf_alloc(size, NULL, &rctx); in kprobe_perf_func()
1580 entry = perf_trace_buf_alloc(size, NULL, &rctx); in kretprobe_perf_func()
Dtrace_events_user.c952 perf_entry = perf_trace_buf_alloc(ALIGN(size, 8), in user_event_perf()
Dtrace_uprobe.c1372 entry = perf_trace_buf_alloc(size, NULL, &rctx); in __uprobe_perf_func()
/linux-6.1.9/include/trace/
Dperf.h81 entry = perf_trace_buf_alloc(__entry_size, &__regs, &rctx); \
/linux-6.1.9/include/linux/
Dtrace_events.h871 void *perf_trace_buf_alloc(int size, struct pt_regs **regs, int *rctxp);