Searched refs:perf_trace_buf_alloc (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/kernel/trace/ |
D | trace_event_perf.c | 387 void *perf_trace_buf_alloc(int size, struct pt_regs **regs, int *rctxp) in perf_trace_buf_alloc() function 410 EXPORT_SYMBOL_GPL(perf_trace_buf_alloc); 411 NOKPROBE_SYMBOL(perf_trace_buf_alloc); 457 entry = perf_trace_buf_alloc(ENTRY_SIZE, NULL, &rctx); in perf_ftrace_function_call()
|
D | trace_syscalls.c | 611 rec = perf_trace_buf_alloc(size, NULL, &rctx); in perf_syscall_enter() 709 rec = perf_trace_buf_alloc(size, NULL, &rctx); in perf_syscall_exit()
|
D | trace_kprobe.c | 1283 entry = perf_trace_buf_alloc(size, NULL, &rctx); in kprobe_perf_func() 1319 entry = perf_trace_buf_alloc(size, NULL, &rctx); in kretprobe_perf_func()
|
D | trace_uprobe.c | 1107 entry = perf_trace_buf_alloc(size, NULL, &rctx); in __uprobe_perf_func()
|
/Linux-v4.19/include/trace/ |
D | perf.h | 58 entry = perf_trace_buf_alloc(__entry_size, &__regs, &rctx); \
|
/Linux-v4.19/include/linux/ |
D | trace_events.h | 588 void *perf_trace_buf_alloc(int size, struct pt_regs **regs, int *rctxp);
|