Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/util/
Dbuild-id.c433 struct strlist *toplist, *linklist = NULL, *bidlist; in build_id_cache__list_all() local
446 bidlist = strlist__new(NULL, NULL); in build_id_cache__list_all()
447 if (!bidlist) in build_id_cache__list_all()
474 if (strlist__add(bidlist, sbuild_id) < 0) in build_id_cache__list_all()
486 return bidlist; in build_id_cache__list_all()
491 strlist__delete(bidlist); in build_id_cache__list_all()
492 bidlist = NULL; in build_id_cache__list_all()
510 struct strlist *bidlist; in build_id_cache__complement() local
519 bidlist = build_id_cache__list_all(true); in build_id_cache__complement()
520 if (!bidlist) in build_id_cache__complement()
[all …]
Dprobe-file.c969 struct strlist *bidlist; in probe_cache__show_all_caches() local
976 bidlist = build_id_cache__list_all(true); in probe_cache__show_all_caches()
977 if (!bidlist) { in probe_cache__show_all_caches()
981 strlist__for_each_entry(nd, bidlist) { in probe_cache__show_all_caches()
993 strlist__delete(bidlist); in probe_cache__show_all_caches()
Dparse-events.c2274 struct strlist *bidlist, *sdtlist; in print_sdt_events() local
2286 bidlist = build_id_cache__list_all(true); in print_sdt_events()
2287 if (!bidlist) { in print_sdt_events()
2291 strlist__for_each_entry(nd, bidlist) { in print_sdt_events()
2311 strlist__delete(bidlist); in print_sdt_events()
Dprobe-event.c3183 struct strlist *bidlist; in find_cached_events_all() local
3190 bidlist = build_id_cache__list_all(true); in find_cached_events_all()
3191 if (!bidlist) { in find_cached_events_all()
3198 strlist__for_each_entry(nd, bidlist) { in find_cached_events_all()
3209 strlist__delete(bidlist); in find_cached_events_all()
/Linux-v4.19/tools/perf/
Dbuiltin-buildid-cache.c331 struct strlist *bidlist; in build_id_cache__show_all() local
335 bidlist = build_id_cache__list_all(true); in build_id_cache__show_all()
336 if (!bidlist) { in build_id_cache__show_all()
340 strlist__for_each_entry(nd, bidlist) { in build_id_cache__show_all()
345 strlist__delete(bidlist); in build_id_cache__show_all()
Dbuiltin-probe.c406 struct strlist *bidlist; in del_perf_probe_caches() local
410 bidlist = build_id_cache__list_all(false); in del_perf_probe_caches()
411 if (!bidlist) { in del_perf_probe_caches()
417 strlist__for_each_entry(nd, bidlist) { in del_perf_probe_caches()