Searched refs:perf_trace_buf_alloc (Results 1 – 9 of 9) sorted by relevance
| /linux/kernel/trace/ |
| H A D | trace_event_perf.c | 398 void *perf_trace_buf_alloc(int size, struct pt_regs **regs, int *rctxp) in perf_trace_buf_alloc() function 422 EXPORT_SYMBOL_GPL(perf_trace_buf_alloc); 423 NOKPROBE_SYMBOL(perf_trace_buf_alloc); 473 entry = perf_trace_buf_alloc(ENTRY_SIZE, NULL, &rctx); in perf_ftrace_function_call()
|
| H A D | trace_fprobe.c | 470 entry = perf_trace_buf_alloc(size, ®s, &rctx); in fentry_perf_func() 506 entry = perf_trace_buf_alloc(size, ®s, &rctx); in fexit_perf_func()
|
| H A D | trace_syscalls.c | 1452 rec = perf_trace_buf_alloc(size, &fake_regs, &rctx); in perf_syscall_enter() 1572 rec = perf_trace_buf_alloc(size, &fake_regs, &rctx); in perf_syscall_exit()
|
| H A D | trace_kprobe.c | 1708 entry = perf_trace_buf_alloc(size, NULL, &rctx); in kprobe_perf_func() 1744 entry = perf_trace_buf_alloc(size, NULL, &rctx); in kretprobe_perf_func()
|
| H A D | trace_uprobe.c | 1425 entry = perf_trace_buf_alloc(size, NULL, &rctx); in __uprobe_perf_func()
|
| H A D | trace_events_user.c | 1634 perf_entry = perf_trace_buf_alloc(ALIGN(size, 8), in user_event_perf()
|
| /linux/include/trace/ |
| H A D | perf.h | 43 entry = perf_trace_buf_alloc(__entry_size, &__regs, &rctx); \
|
| /linux/include/linux/ |
| H A D | trace_events.h | 897 void *perf_trace_buf_alloc(int size, struct pt_regs **regs, int *rctxp);
|
| /linux/tools/perf/Documentation/ |
| H A D | perf-intel-pt.txt | 1965 uname 30805 [000] 24001.058785046: ([kernel.kallsyms]) perf_trace_buf_alloc
|