Home | History | Annotate | Download | only in util

Lines Matching defs:namelist

1598 			      struct strlist *namelist, bool allow_suffix)
1608 if (!strlist__has_entry(namelist, buf))
1624 if (!strlist__has_entry(namelist, buf))
1643 struct strlist *namelist;
1649 namelist = get_probe_trace_event_names(fd, false);
1650 if (!namelist) {
1673 namelist, allow_suffix);
1687 /* Add added event name to namelist */
1688 strlist__add(namelist, event);
1716 strlist__delete(namelist);
1883 const char *event, struct strlist *namelist)
1896 strlist__for_each_safe(ent, n, namelist)
1902 strlist__remove(namelist, ent);
1905 ent = strlist__find(namelist, buf);
1910 strlist__remove(namelist, ent);
1925 struct strlist *namelist;
1932 namelist = get_probe_trace_event_names(fd, true);
1933 if (namelist == NULL)
1953 ret = del_trace_probe_event(fd, group, event, namelist);
1958 strlist__delete(namelist);