Searched refs:perf_trace_buf_alloc (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/kernel/trace/ |
H 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()
|
H A D | trace_syscalls.c | 605 rec = perf_trace_buf_alloc(size, NULL, &rctx); in perf_syscall_enter() 704 rec = perf_trace_buf_alloc(size, NULL, &rctx); in perf_syscall_exit()
|
H A D | trace_fprobe.c | 294 entry = perf_trace_buf_alloc(size, NULL, &rctx); in fentry_perf_func() 327 entry = perf_trace_buf_alloc(size, NULL, &rctx); in fexit_perf_func()
|
H A D | trace_kprobe.c | 1605 entry = perf_trace_buf_alloc(size, NULL, &rctx); in kprobe_perf_func() 1641 entry = perf_trace_buf_alloc(size, NULL, &rctx); in kretprobe_perf_func()
|
H A D | trace_uprobe.c | 1407 entry = perf_trace_buf_alloc(size, NULL, &rctx); in __uprobe_perf_func()
|
H A D | trace_events_user.c | 1609 perf_entry = perf_trace_buf_alloc(ALIGN(size, 8), in user_event_perf()
|
/openbmc/linux/include/trace/ |
H A D | perf.h | 43 entry = perf_trace_buf_alloc(__entry_size, &__regs, &rctx); \
|
/openbmc/linux/include/linux/ |
H A D | trace_events.h | 900 void *perf_trace_buf_alloc(int size, struct pt_regs **regs, int *rctxp);
|