Searched refs:trace_event_fields (Results 1 – 12 of 12) sorted by relevance
109 static struct trace_event_fields trace_custom_event_fields_##call[] = { \
262 static struct trace_event_fields trace_event_fields_##call[] = { \
134 static struct trace_event_fields ftrace_event_fields_##name[] = { \
483 static struct trace_event_fields __refdata syscall_enter_fields_array[] = {509 .fields_array = (struct trace_event_fields[]){
670 static struct trace_event_fields fentry_fields_array[] = {676 static struct trace_event_fields fexit_fields_array[] = {
251 static struct trace_event_fields *find_event_field(const char *fmt, in find_event_field()254 struct trace_event_fields *field = call->class->fields_array; in find_event_field()282 struct trace_event_fields *field; in test_field()338 struct trace_event_fields *field; in process_string()2855 struct trace_event_fields *field = call->class->fields_array; in event_define_fields()
246 static struct trace_event_fields eprobe_fields_array[] = {
1850 static struct trace_event_fields kretprobe_fields_array[] = {1856 static struct trace_event_fields kprobe_fields_array[] = {
1595 static struct trace_event_fields uprobe_fields_array[] = {
848 static struct trace_event_fields synth_event_fields_array[] = {
1284 static struct trace_event_fields user_event_fields_array[1];
269 struct trace_event_fields { struct293 struct trace_event_fields *fields_array; argument