Home
last modified time | relevance | path

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

/linux-6.6.21/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.6.21/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()
2415 struct trace_event_fields *field = call->class->fields_array; in event_define_fields()
Dtrace_events_synth.c856 static struct trace_event_fields synth_event_fields_array[] = {
Dtrace_events_user.c1265 static struct trace_event_fields user_event_fields_array[1];
/linux-6.6.21/include/linux/
Dtrace_events.h275 struct trace_event_fields { struct
298 struct trace_event_fields *fields_array; argument