Searched refs:strlist__add (Results 1 – 11 of 11) sorted by relevance
| /linux/tools/perf/util/ |
| H A D | strlist.c | 57 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 D | probe-file.c | 200 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 D | strlist.h | 35 int strlist__add(struct strlist *slist, const char *str);
|
| H A D | print-events.c | 81 strlist__add(sdtlist, buf); in print_sdt_events()
|
| H A D | util.c | 353 strlist__add(list, d->d_name); in lsdir()
|
| H A D | build-id.c | 449 if (strlist__add(bidlist, sbuild_id) < 0) in build_id_cache__list_all()
|
| H A D | probe-finder.c | 1467 strlist__add(vl->vars, in collect_variables_cb()
|
| H A D | symbol.c | 757 strlist__add(idle_symbols_list, idle_symbols[i]); in symbol__is_idle()
|
| H A D | machine.c | 339 strlist__add(seen, path); in machines__findnew()
|
| H A D | probe-event.c | 2959 strlist__add(namelist, event); in probe_trace_event__set_name()
|
| /linux/tools/perf/ |
| H A D | builtin-list.c | 258 strlist__add(print_state->visited_metrics, name); in default_print_metric()
|