Searched refs:bidlist (Results 1 – 6 of 6) sorted by relevance
470 bidlist = strlist__new(NULL, NULL); in build_id_cache__list_all()471 if (!bidlist) in build_id_cache__list_all()498 if (strlist__add(bidlist, sbuild_id) < 0) in build_id_cache__list_all()510 return bidlist; in build_id_cache__list_all()515 strlist__delete(bidlist); in build_id_cache__list_all()516 bidlist = NULL; in build_id_cache__list_all()534 struct strlist *bidlist; in build_id_cache__complement() local543 bidlist = build_id_cache__list_all(true); in build_id_cache__complement()544 if (!bidlist) in build_id_cache__complement()547 strlist__for_each_entry(nd, bidlist) { in build_id_cache__complement()[all …]
1075 struct strlist *bidlist; in probe_cache__show_all_caches() local1082 bidlist = build_id_cache__list_all(true); in probe_cache__show_all_caches()1083 if (!bidlist) { in probe_cache__show_all_caches()1087 strlist__for_each_entry(nd, bidlist) { in probe_cache__show_all_caches()1099 strlist__delete(bidlist); in probe_cache__show_all_caches()
2797 struct strlist *bidlist, *sdtlist; in print_sdt_events() local2809 bidlist = build_id_cache__list_all(true); in print_sdt_events()2810 if (!bidlist) { in print_sdt_events()2814 strlist__for_each_entry(nd, bidlist) { in print_sdt_events()2834 strlist__delete(bidlist); in print_sdt_events()
3370 struct strlist *bidlist; in find_cached_events_all() local3377 bidlist = build_id_cache__list_all(true); in find_cached_events_all()3378 if (!bidlist) { in find_cached_events_all()3385 strlist__for_each_entry(nd, bidlist) { in find_cached_events_all()3396 strlist__delete(bidlist); in find_cached_events_all()
334 struct strlist *bidlist; in build_id_cache__show_all() local338 bidlist = build_id_cache__list_all(true); in build_id_cache__show_all()339 if (!bidlist) { in build_id_cache__show_all()343 strlist__for_each_entry(nd, bidlist) { in build_id_cache__show_all()348 strlist__delete(bidlist); in build_id_cache__show_all()
401 struct strlist *bidlist; in del_perf_probe_caches() local405 bidlist = build_id_cache__list_all(false); in del_perf_probe_caches()406 if (!bidlist) { in del_perf_probe_caches()412 strlist__for_each_entry(nd, bidlist) { in del_perf_probe_caches()
Completed in 22 milliseconds