Searched refs:perf_trace_buf_alloc (Results 1 – 8 of 8) sorted by relevance
| /linux/kernel/trace/ |
| A D | trace_event_perf.c | 392 void *perf_trace_buf_alloc(int size, struct pt_regs **regs, int *rctxp) in perf_trace_buf_alloc() function 416 EXPORT_SYMBOL_GPL(perf_trace_buf_alloc); 417 NOKPROBE_SYMBOL(perf_trace_buf_alloc); 467 entry = perf_trace_buf_alloc(ENTRY_SIZE, NULL, &rctx); in perf_ftrace_function_call()
|
| A D | trace_syscalls.c | 607 rec = perf_trace_buf_alloc(size, &fake_regs, &rctx); in perf_syscall_enter() 708 rec = perf_trace_buf_alloc(size, &fake_regs, &rctx); in perf_syscall_exit()
|
| A D | trace_fprobe.c | 295 entry = perf_trace_buf_alloc(size, NULL, &rctx); in fentry_perf_func() 328 entry = perf_trace_buf_alloc(size, NULL, &rctx); in fexit_perf_func()
|
| A D | trace_kprobe.c | 1691 entry = perf_trace_buf_alloc(size, NULL, &rctx); in kprobe_perf_func() 1727 entry = perf_trace_buf_alloc(size, NULL, &rctx); in kretprobe_perf_func()
|
| A D | trace_uprobe.c | 1424 entry = perf_trace_buf_alloc(size, NULL, &rctx); in __uprobe_perf_func()
|
| A D | trace_events_user.c | 1644 perf_entry = perf_trace_buf_alloc(ALIGN(size, 8), in user_event_perf()
|
| /linux/include/trace/ |
| A D | perf.h | 43 entry = perf_trace_buf_alloc(__entry_size, &__regs, &rctx); \
|
| /linux/include/linux/ |
| A D | trace_events.h | 910 void *perf_trace_buf_alloc(int size, struct pt_regs **regs, int *rctxp);
|
Completed in 29 milliseconds