Home
last modified time | relevance | path

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

/linux-6.6.21/kernel/trace/
Dtrace_output.c1060 static struct trace_event_functions trace_fn_funcs = {
1200 static struct trace_event_functions trace_ctx_funcs = {
1212 static struct trace_event_functions trace_wake_funcs = {
1252 static struct trace_event_functions trace_stack_funcs = {
1305 static struct trace_event_functions trace_user_stack_funcs = {
1368 static struct trace_event_functions trace_hwlat_funcs = {
1438 static struct trace_event_functions trace_osnoise_funcs = {
1486 static struct trace_event_functions trace_timerlat_funcs = {
1530 static struct trace_event_functions trace_bputs_funcs = {
1574 static struct trace_event_functions trace_bprint_funcs = {
[all …]
Dtrace_syscalls.c476 struct trace_event_functions enter_syscall_print_funcs = {
480 struct trace_event_functions exit_syscall_print_funcs = {
Dtrace_branch.c164 static struct trace_event_functions trace_branch_funcs = {
Dtrace_fprobe.c606 static struct trace_event_functions fentry_funcs = {
610 static struct trace_event_functions fexit_funcs = {
Dtrace_eprobe.c598 static struct trace_event_functions eprobe_funcs = {
Dtrace_kprobe.c1709 static struct trace_event_functions kretprobe_funcs = {
1713 static struct trace_event_functions kprobe_funcs = {
Dtrace_functions_graph.c1338 static struct trace_event_functions graph_functions = {
Dtrace_uprobe.c1545 static struct trace_event_functions uprobe_funcs = {
Dblktrace.c1579 static struct trace_event_functions trace_blk_event_funcs = {
Dtrace_events_synth.c426 static struct trace_event_functions synth_event_funcs = {
Dtrace_events_user.c1427 static struct trace_event_functions user_event_funcs = {
/linux-6.6.21/include/trace/
Dtrace_events.h207 static struct trace_event_functions trace_event_type_funcs_##call = { \
233 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.6.21/include/linux/
Dtrace_events.h141 struct trace_event_functions { struct
151 struct trace_event_functions *funcs; argument
Dsyscalls.h138 extern struct trace_event_functions enter_syscall_print_funcs;
139 extern struct trace_event_functions exit_syscall_print_funcs;