Searched refs:perf_trace_buf_alloc (Results 1 – 6 of 6) sorted by relevance
/linux/kernel/trace/ |
A D | trace_event_perf.c | 395 void *perf_trace_buf_alloc(int size, struct pt_regs **regs, int *rctxp) in perf_trace_buf_alloc() function 419 EXPORT_SYMBOL_GPL(perf_trace_buf_alloc); 420 NOKPROBE_SYMBOL(perf_trace_buf_alloc); 470 entry = perf_trace_buf_alloc(ENTRY_SIZE, NULL, &rctx); in perf_ftrace_function_call()
|
A D | trace_syscalls.c | 619 rec = perf_trace_buf_alloc(size, NULL, &rctx); in perf_syscall_enter() 717 rec = perf_trace_buf_alloc(size, NULL, &rctx); in perf_syscall_exit()
|
A D | trace_kprobe.c | 1602 entry = perf_trace_buf_alloc(size, NULL, &rctx); in kprobe_perf_func() 1638 entry = perf_trace_buf_alloc(size, NULL, &rctx); in kretprobe_perf_func()
|
A D | trace_uprobe.c | 1377 entry = perf_trace_buf_alloc(size, NULL, &rctx); in __uprobe_perf_func()
|
/linux/include/trace/ |
A D | perf.h | 58 entry = perf_trace_buf_alloc(__entry_size, &__regs, &rctx); \
|
/linux/include/linux/ |
A D | trace_events.h | 854 void *perf_trace_buf_alloc(int size, struct pt_regs **regs, int *rctxp);
|
Completed in 25 milliseconds