Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dstrlist.c57 int strlist__add(struct strlist *slist, const char *new_entry) in strlist__add() function
78 err = strlist__add(slist, entry); in strlist__load()
130 err = strlist__add(slist, s); in strlist__parse_list_entry()
H A Dprobe-file.c200 ret = strlist__add(sl, buf); in probe_file__get_rawlist()
241 ret = strlist__add(sl, buf); in __probe_file__get_namelist()
243 ret = strlist__add(sl, tev.event); in __probe_file__get_namelist()
343 ret = strlist__add(plist, ent->s); in probe_file__get_events()
539 ret = strlist__add(entry->tevlist, buf); in probe_cache__load()
704 ret = strlist__add(entry->tevlist, command); in probe_cache__add_entry()
931 ret = strlist__add(entry->tevlist, buf); in probe_cache__scan_sdt()
H A Dstrlist.h35 int strlist__add(struct strlist *slist, const char *str);
H A Dprint-events.c81 strlist__add(sdtlist, buf); in print_sdt_events()
H A Dutil.c353 strlist__add(list, d->d_name); in lsdir()
H A Dbuild-id.c449 if (strlist__add(bidlist, sbuild_id) < 0) in build_id_cache__list_all()
H A Dprobe-finder.c1467 strlist__add(vl->vars, in collect_variables_cb()
H A Dsymbol.c757 strlist__add(idle_symbols_list, idle_symbols[i]); in symbol__is_idle()
H A Dmachine.c339 strlist__add(seen, path); in machines__findnew()
H A Dprobe-event.c2959 strlist__add(namelist, event); in probe_trace_event__set_name()
/linux/tools/perf/
H A Dbuiltin-list.c258 strlist__add(print_state->visited_metrics, name); in default_print_metric()