Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Dannotate.c700 static int ins__key_cmp(const void *name, const void *insp) in ins__key_cmp() function
732 ins = bsearch(name, arch->instructions, nmemb, sizeof(struct ins), ins__key_cmp); in __ins__find()
751 ins = bsearch(tmp, arch->instructions, nmemb, sizeof(struct ins), ins__key_cmp); in __ins__find()