Searched refs:test_field (Results 1 - 2 of 2) sorted by relevance

/linux-master/kernel/trace/
H A Dtrace_events_hist.c6183 struct ftrace_event_field *test_field)
6185 if (field == test_field)
6187 if (field == NULL || test_field == NULL)
6189 if (strcmp(field->name, test_field->name) != 0)
6191 if (strcmp(field->type, test_field->type) != 0)
6193 if (field->size != test_field->size)
6195 if (field->is_signed != test_field->is_signed)
6182 compatible_field(struct ftrace_event_field *field, struct ftrace_event_field *test_field) argument
H A Dtrace_events.c251 static bool test_field(const char *fmt, struct trace_event_call *call) function
426 if ((a && (a < r)) || test_field(r, call))

Completed in 221 milliseconds