Searched refs:test_field (Results 1 – 1 of 1) sorted by relevance
5359 struct ftrace_event_field *test_field) in compatible_field() argument5361 if (field == test_field) in compatible_field()5363 if (field == NULL || test_field == NULL) in compatible_field()5365 if (strcmp(field->name, test_field->name) != 0) in compatible_field()5367 if (strcmp(field->type, test_field->type) != 0) in compatible_field()5369 if (field->size != test_field->size) in compatible_field()5371 if (field->is_signed != test_field->is_signed) in compatible_field()