Searched refs:eb (Results 1 – 3 of 3) sorted by relevance
/tools/lib/traceevent/ |
D | parse-filter.c | 94 const struct tep_filter_type *eb = b; in filter_cmp() local 96 if (ea->event_id < eb->event_id) in filter_cmp() 99 if (ea->event_id > eb->event_id) in filter_cmp()
|
D | event-parse.c | 6229 struct tep_event * const * eb = b; in events_id_cmp() local 6231 if ((*ea)->id < (*eb)->id) in events_id_cmp() 6234 if ((*ea)->id > (*eb)->id) in events_id_cmp() 6243 struct tep_event * const * eb = b; in events_name_cmp() local 6246 res = strcmp((*ea)->name, (*eb)->name); in events_name_cmp() 6250 res = strcmp((*ea)->system, (*eb)->system); in events_name_cmp() 6260 struct tep_event * const * eb = b; in events_system_cmp() local 6263 res = strcmp((*ea)->system, (*eb)->system); in events_system_cmp() 6267 res = strcmp((*ea)->name, (*eb)->name); in events_system_cmp()
|
/tools/arch/x86/lib/ |
D | x86-opcode-map.txt | 299 eb: JMP-short Jb (f64) 589 eb: por Pq,Qq | vpor Vx,Hx,Wx (66),(v1) | vpord/q Vx,Hx,Wx (66),(evo)
|