Home
last modified time | relevance | path

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

/linux-6.15/tools/perf/util/
H A Dbuild-id.c406 bidlist = strlist__new(NULL, NULL); in build_id_cache__list_all()
407 if (!bidlist) in build_id_cache__list_all()
434 if (strlist__add(bidlist, sbuild_id) < 0) in build_id_cache__list_all()
446 return bidlist; in build_id_cache__list_all()
451 strlist__delete(bidlist); in build_id_cache__list_all()
452 bidlist = NULL; in build_id_cache__list_all()
470 struct strlist *bidlist; in build_id_cache__complement() local
479 bidlist = build_id_cache__list_all(true); in build_id_cache__complement()
480 if (!bidlist) in build_id_cache__complement()
483 strlist__for_each_entry(nd, bidlist) { in build_id_cache__complement()
[all …]
H A Dprint-events.c140 struct strlist *bidlist, *sdtlist; in print_sdt_events() local
155 bidlist = build_id_cache__list_all(true); in print_sdt_events()
156 if (!bidlist) { in print_sdt_events()
160 strlist__for_each_entry(bid_nd, bidlist) { in print_sdt_events()
176 strlist__delete(bidlist); in print_sdt_events()
H A Dprobe-file.c1056 struct strlist *bidlist; in probe_cache__show_all_caches() local
1063 bidlist = build_id_cache__list_all(true); in probe_cache__show_all_caches()
1064 if (!bidlist) { in probe_cache__show_all_caches()
1068 strlist__for_each_entry(nd, bidlist) { in probe_cache__show_all_caches()
1080 strlist__delete(bidlist); in probe_cache__show_all_caches()
H A Dprobe-event.c3475 struct strlist *bidlist; in find_cached_events_all() local
3482 bidlist = build_id_cache__list_all(true); in find_cached_events_all()
3483 if (!bidlist) { in find_cached_events_all()
3490 strlist__for_each_entry(nd, bidlist) { in find_cached_events_all()
3501 strlist__delete(bidlist); in find_cached_events_all()
/linux-6.15/tools/perf/
H A Dbuiltin-buildid-cache.c336 struct strlist *bidlist; in build_id_cache__show_all() local
340 bidlist = build_id_cache__list_all(true); in build_id_cache__show_all()
341 if (!bidlist) { in build_id_cache__show_all()
345 strlist__for_each_entry(nd, bidlist) { in build_id_cache__show_all()
350 strlist__delete(bidlist); in build_id_cache__show_all()
H A Dbuiltin-probe.c418 struct strlist *bidlist; in del_perf_probe_caches() local
422 bidlist = build_id_cache__list_all(false); in del_perf_probe_caches()
423 if (!bidlist) { in del_perf_probe_caches()
429 strlist__for_each_entry(nd, bidlist) { in del_perf_probe_caches()