Home
last modified time | relevance | path

Searched refs:trace_get_fields (Results 1 – 5 of 5) sorted by relevance

/linux-6.1.9/kernel/trace/
Dtrace_events_inject.c144 head = trace_get_fields(call); in trace_get_entry_size()
165 head = trace_get_fields(call); in trace_alloc_entry()
Dtrace_events.c103 head = trace_get_fields(call); in trace_find_event_field()
151 head = trace_get_fields(call); in trace_define_field()
205 head = trace_get_fields(call); in trace_destroy_fields()
221 head = trace_get_fields(call); in trace_event_get_offsets()
1523 struct list_head *head = trace_get_fields(call); in f_next()
2370 head = trace_get_fields(call); in event_define_fields()
2689 head = trace_get_fields(call); in update_event_fields()
Dtrace_eprobe.c237 head = trace_get_fields(ep->event); in trace_eprobe_tp_arg_update()
Dtrace_events_user.c1132 head = trace_get_fields(&user->call); in user_event_show()
/linux-6.1.9/include/linux/
Dtrace_events.h459 trace_get_fields(struct trace_event_call *event_call) in trace_get_fields() function