Searched refs:bidlist (Results 1 – 5 of 5) sorted by relevance
467 struct strlist *toplist, *linklist = NULL, *bidlist; in build_id_cache__list_all() local480 bidlist = strlist__new(NULL, NULL); in build_id_cache__list_all()481 if (!bidlist) in build_id_cache__list_all()508 if (strlist__add(bidlist, sbuild_id) < 0) in build_id_cache__list_all()520 return bidlist; in build_id_cache__list_all()525 strlist__delete(bidlist); in build_id_cache__list_all()526 bidlist = NULL; in build_id_cache__list_all()544 struct strlist *bidlist; in build_id_cache__complement() local553 bidlist = build_id_cache__list_all(true); in build_id_cache__complement()554 if (!bidlist) in build_id_cache__complement()[all …]
851 struct strlist *bidlist; in probe_cache__show_all_caches() local858 bidlist = build_id_cache__list_all(true); in probe_cache__show_all_caches()859 if (!bidlist) { in probe_cache__show_all_caches()863 strlist__for_each_entry(nd, bidlist) { in probe_cache__show_all_caches()875 strlist__delete(bidlist); in probe_cache__show_all_caches()
2045 struct strlist *bidlist, *sdtlist; in print_sdt_events() local2057 bidlist = build_id_cache__list_all(true); in print_sdt_events()2058 if (!bidlist) { in print_sdt_events()2062 strlist__for_each_entry(nd, bidlist) { in print_sdt_events()2082 strlist__delete(bidlist); in print_sdt_events()
3150 struct strlist *bidlist; in find_cached_events_all() local3157 bidlist = build_id_cache__list_all(true); in find_cached_events_all()3158 if (!bidlist) { in find_cached_events_all()3165 strlist__for_each_entry(nd, bidlist) { in find_cached_events_all()3176 strlist__delete(bidlist); in find_cached_events_all()
374 struct strlist *bidlist; in del_perf_probe_caches() local378 bidlist = build_id_cache__list_all(false); in del_perf_probe_caches()379 if (!bidlist) { in del_perf_probe_caches()385 strlist__for_each_entry(nd, bidlist) { in del_perf_probe_caches()