Home
last modified time | relevance | path

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

/external/linux-tools-perf/util/
Dstrlist.h33 struct str_node *strlist__find(struct strlist *self, const char *entry);
37 return strlist__find(self, entry) != NULL; in strlist__has_entry()
Dstrlist.c105 struct str_node *strlist__find(struct strlist *self, const char *entry) in strlist__find() function
Dprobe-event.c1905 ent = strlist__find(namelist, buf); in del_trace_probe_event()