Home
last modified time | relevance | path

Searched refs:trace_event_functions (Results 1 – 15 of 15) sorted by relevance

/linux-6.14.4/kernel/trace/
Dtrace_output.c1078 static struct trace_event_functions trace_fn_funcs = {
1218 static struct trace_event_functions trace_ctx_funcs = {
1230 static struct trace_event_functions trace_wake_funcs = {
1275 static struct trace_event_functions trace_stack_funcs = {
1328 static struct trace_event_functions trace_user_stack_funcs = {
1391 static struct trace_event_functions trace_hwlat_funcs = {
1461 static struct trace_event_functions trace_osnoise_funcs = {
1509 static struct trace_event_functions trace_timerlat_funcs = {
1553 static struct trace_event_functions trace_bputs_funcs = {
1597 static struct trace_event_functions trace_bprint_funcs = {
[all …]
Dtrace_syscalls.c490 struct trace_event_functions enter_syscall_print_funcs = {
494 struct trace_event_functions exit_syscall_print_funcs = {
Dtrace_branch.c160 static struct trace_event_functions trace_branch_funcs = {
Dtrace_fprobe.c662 static struct trace_event_functions fentry_funcs = {
666 static struct trace_event_functions fexit_funcs = {
Dtrace_kprobe.c1845 static struct trace_event_functions kretprobe_funcs = {
1849 static struct trace_event_functions kprobe_funcs = {
Dtrace_eprobe.c598 static struct trace_event_functions eprobe_funcs = {
Dtrace_functions_graph.c1533 static struct trace_event_functions graph_functions = {
Dtrace_uprobe.c1591 static struct trace_event_functions uprobe_funcs = {
Dblktrace.c1566 static struct trace_event_functions trace_blk_event_funcs = {
Dtrace_events_synth.c418 static struct trace_event_functions synth_event_funcs = {
Dtrace_events_user.c1446 static struct trace_event_functions user_event_funcs = {
/linux-6.14.4/include/trace/
Dtrace_events.h223 static struct trace_event_functions trace_event_type_funcs_##call = { \
252 static struct trace_event_functions trace_event_type_funcs_##call = { \
Dtrace_custom_events.h97 static struct trace_event_functions trace_custom_event_type_funcs_##call = { \
/linux-6.14.4/include/linux/
Dtrace_events.h147 struct trace_event_functions { struct
157 struct trace_event_functions *funcs; argument
Dsyscalls.h142 extern struct trace_event_functions enter_syscall_print_funcs;
143 extern struct trace_event_functions exit_syscall_print_funcs;