Home
last modified time | relevance | path

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

/linux-6.1.9/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-6.1.9/kernel/trace/
Dtrace_export.c127 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_kprobe.c1706 static struct trace_event_fields kretprobe_fields_array[] = {
1712 static struct trace_event_fields kprobe_fields_array[] = {
Dtrace_eprobe.c273 static struct trace_event_fields eprobe_fields_array[] = {
Dtrace_events_user.c617 static struct trace_event_fields user_event_fields_array[1];
Dtrace_uprobe.c1551 static struct trace_event_fields uprobe_fields_array[] = {
Dtrace_events.c236 struct trace_event_fields *field = call->class->fields_array; in test_field()
2372 struct trace_event_fields *field = call->class->fields_array; in event_define_fields()
Dtrace_events_synth.c783 static struct trace_event_fields synth_event_fields_array[] = {
/linux-6.1.9/include/linux/
Dtrace_events.h264 struct trace_event_fields { struct
286 struct trace_event_fields *fields_array; argument