Home
last modified time | relevance | path

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

/Linux-v5.15/kernel/trace/
Dtrace_events_hist.c5461 struct ftrace_event_field *test_field) in compatible_field() argument
5463 if (field == test_field) in compatible_field()
5465 if (field == NULL || test_field == NULL) in compatible_field()
5467 if (strcmp(field->name, test_field->name) != 0) in compatible_field()
5469 if (strcmp(field->type, test_field->type) != 0) in compatible_field()
5471 if (field->size != test_field->size) in compatible_field()
5473 if (field->is_signed != test_field->is_signed) in compatible_field()
Dtrace_events.c225 static bool test_field(const char *fmt, struct trace_event_call *call) in test_field() function
400 if ((a && (a < r)) || test_field(r, call)) in test_event_printk()