Home | History | Annotate | Download | only in traceevent

Lines Matching defs:ea

4507 	struct event_format * const * ea = a;
4510 if ((*ea)->id < (*eb)->id)
4513 if ((*ea)->id > (*eb)->id)
4521 struct event_format * const * ea = a;
4525 res = strcmp((*ea)->name, (*eb)->name);
4529 res = strcmp((*ea)->system, (*eb)->system);
4538 struct event_format * const * ea = a;
4542 res = strcmp((*ea)->system, (*eb)->system);
4546 res = strcmp((*ea)->name, (*eb)->name);