Home
last modified time | relevance | path

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

/linux-6.1.9/kernel/trace/
Dtrace_output.c920 static struct trace_event_functions trace_fn_funcs = {
1060 static struct trace_event_functions trace_ctx_funcs = {
1072 static struct trace_event_functions trace_wake_funcs = {
1112 static struct trace_event_functions trace_stack_funcs = {
1165 static struct trace_event_functions trace_user_stack_funcs = {
1228 static struct trace_event_functions trace_hwlat_funcs = {
1298 static struct trace_event_functions trace_osnoise_funcs = {
1344 static struct trace_event_functions trace_timerlat_funcs = {
1388 static struct trace_event_functions trace_bputs_funcs = {
1432 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_kprobe.c1698 static struct trace_event_functions kretprobe_funcs = {
1702 static struct trace_event_functions kprobe_funcs = {
Dtrace_eprobe.c693 static struct trace_event_functions eprobe_funcs = {
Dtrace_functions_graph.c1265 static struct trace_event_functions graph_functions = {
Dtrace_events_user.c780 static struct trace_event_functions user_event_funcs = {
Dtrace_uprobe.c1547 static struct trace_event_functions uprobe_funcs = {
Dtrace_events_synth.c401 static struct trace_event_functions synth_event_funcs = {
Dblktrace.c1583 static struct trace_event_functions trace_blk_event_funcs = {
/linux-6.1.9/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.1.9/include/linux/
Dtrace_events.h130 struct trace_event_functions { struct
141 struct trace_event_functions *funcs; argument
Dsyscalls.h135 extern struct trace_event_functions enter_syscall_print_funcs;
136 extern struct trace_event_functions exit_syscall_print_funcs;