Home
last modified time | relevance | path

Searched refs:perf_trace_buf_alloc (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/kernel/trace/
H A Dtrace_event_perf.c392 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 Dtrace_syscalls.c605 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 Dtrace_fprobe.c277 entry = perf_trace_buf_alloc(size, NULL, &rctx); in fentry_perf_func()
309 entry = perf_trace_buf_alloc(size, NULL, &rctx); in fexit_perf_func()
H A Dtrace_kprobe.c1560 entry = perf_trace_buf_alloc(size, NULL, &rctx); in kprobe_perf_func()
1596 entry = perf_trace_buf_alloc(size, NULL, &rctx); in kretprobe_perf_func()
H A Dtrace_uprobe.c1369 entry = perf_trace_buf_alloc(size, NULL, &rctx); in __uprobe_perf_func()
H A Dtrace_events_user.c1609 perf_entry = perf_trace_buf_alloc(ALIGN(size, 8), in user_event_perf()
/openbmc/linux/include/trace/
H A Dperf.h43 entry = perf_trace_buf_alloc(__entry_size, &__regs, &rctx); \
/openbmc/linux/include/linux/
H A Dtrace_events.h898 void *perf_trace_buf_alloc(int size, struct pt_regs **regs, int *rctxp);