Home
last modified time | relevance | path

Searched refs:trace_event_fields (Results 1 – 12 of 12) sorted by relevance

/Linux-v6.6/include/trace/
Dtrace_custom_events.h109 static struct trace_event_fields trace_custom_event_fields_##call[] = { \
Dtrace_events.h243 static struct trace_event_fields trace_event_fields_##call[] = { \
/Linux-v6.6/kernel/trace/
Dtrace_export.c134 static struct trace_event_fields ftrace_event_fields_##name[] = { \
Dtrace_syscalls.c469 static struct trace_event_fields __refdata syscall_enter_fields_array[] = {
495 .fields_array = (struct trace_event_fields[]){
Dtrace_fprobe.c614 static struct trace_event_fields fentry_fields_array[] = {
620 static struct trace_event_fields fexit_fields_array[] = {
Dtrace_eprobe.c246 static struct trace_event_fields eprobe_fields_array[] = {
Dtrace_kprobe.c1717 static struct trace_event_fields kretprobe_fields_array[] = {
1723 static struct trace_event_fields kprobe_fields_array[] = {
Dtrace_uprobe.c1549 static struct trace_event_fields uprobe_fields_array[] = {
Dtrace_events.c253 struct trace_event_fields *field = call->class->fields_array; in test_field()
2377 struct trace_event_fields *field = call->class->fields_array; in event_define_fields()
Dtrace_events_synth.c855 static struct trace_event_fields synth_event_fields_array[] = {
Dtrace_events_user.c1265 static struct trace_event_fields user_event_fields_array[1];
/Linux-v6.6/include/linux/
Dtrace_events.h275 struct trace_event_fields { struct
298 struct trace_event_fields *fields_array; argument