Home
last modified time | relevance | path

Searched refs:perf_trace_buf_alloc (Results 1 - 14 of 14) sorted by relevance

/kernel/linux/linux-5.10/kernel/trace/
H A Dtrace_event_perf.c395 void *perf_trace_buf_alloc(int size, struct pt_regs **regs, int *rctxp) in perf_trace_buf_alloc() function
418 EXPORT_SYMBOL_GPL(perf_trace_buf_alloc); variable
419 NOKPROBE_SYMBOL(perf_trace_buf_alloc); variable
464 entry = perf_trace_buf_alloc(ENTRY_SIZE, NULL, &rctx); in perf_ftrace_function_call()
H A Dtrace_syscalls.c623 rec = perf_trace_buf_alloc(size, NULL, &rctx); in perf_syscall_enter()
721 rec = perf_trace_buf_alloc(size, NULL, &rctx); in perf_syscall_exit()
H A Dtrace_kprobe.c1615 entry = perf_trace_buf_alloc(size, NULL, &rctx); in kprobe_perf_func()
1651 entry = perf_trace_buf_alloc(size, NULL, &rctx); in kretprobe_perf_func()
H A Dtrace_uprobe.c1377 entry = perf_trace_buf_alloc(size, NULL, &rctx); in __uprobe_perf_func()
/kernel/linux/linux-6.6/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); variable
417 NOKPROBE_SYMBOL(perf_trace_buf_alloc); variable
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.c1601 perf_entry = perf_trace_buf_alloc(ALIGN(size, 8), in user_event_perf()
/kernel/linux/linux-5.10/include/trace/
H A Dperf.h58 entry = perf_trace_buf_alloc(__entry_size, &__regs, &rctx); \
/kernel/linux/linux-6.6/include/trace/
H A Dperf.h43 entry = perf_trace_buf_alloc(__entry_size, &__regs, &rctx); \
/kernel/linux/linux-5.10/include/linux/
H A Dtrace_events.h759 void *perf_trace_buf_alloc(int size, struct pt_regs **regs, int *rctxp);
/kernel/linux/linux-6.6/include/linux/
H A Dtrace_events.h899 void *perf_trace_buf_alloc(int size, struct pt_regs **regs, int *rctxp);

Completed in 24 milliseconds