Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Ddisasm.c841 static int ins__key_cmp(const void *name, const void *insp) in ins__key_cmp() function
885 ins = bsearch(name, arch->instructions, nmemb, sizeof(struct ins), ins__key_cmp); in __ins__find()
904 ins = bsearch(tmp, arch->instructions, nmemb, sizeof(struct ins), ins__key_cmp); in __ins__find()