Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/perf/util/
A Dprint-events.c114 struct strlist *bidlist, *sdtlist; in print_sdt_events() local
129 bidlist = build_id_cache__list_all(true); in print_sdt_events()
130 if (!bidlist) { in print_sdt_events()
134 strlist__for_each_entry(bid_nd, bidlist) { in print_sdt_events()
150 strlist__delete(bidlist); in print_sdt_events()
A Dbuild-id.c464 bidlist = strlist__new(NULL, NULL); in build_id_cache__list_all()
465 if (!bidlist) in build_id_cache__list_all()
492 if (strlist__add(bidlist, sbuild_id) < 0) in build_id_cache__list_all()
504 return bidlist; in build_id_cache__list_all()
509 strlist__delete(bidlist); in build_id_cache__list_all()
510 bidlist = NULL; in build_id_cache__list_all()
528 struct strlist *bidlist; in build_id_cache__complement() local
537 bidlist = build_id_cache__list_all(true); in build_id_cache__complement()
538 if (!bidlist) in build_id_cache__complement()
541 strlist__for_each_entry(nd, bidlist) { in build_id_cache__complement()
[all …]
A Dprobe-file.c1075 struct strlist *bidlist; in probe_cache__show_all_caches() local
1082 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()
A Dprobe-event.c3378 struct strlist *bidlist; in find_cached_events_all() local
3385 bidlist = build_id_cache__list_all(true); in find_cached_events_all()
3386 if (!bidlist) { in find_cached_events_all()
3393 strlist__for_each_entry(nd, bidlist) { in find_cached_events_all()
3404 strlist__delete(bidlist); in find_cached_events_all()
/linux-6.3-rc2/tools/perf/
A Dbuiltin-buildid-cache.c334 struct strlist *bidlist; in build_id_cache__show_all() local
338 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()
A Dbuiltin-probe.c409 struct strlist *bidlist; in del_perf_probe_caches() local
413 bidlist = build_id_cache__list_all(false); in del_perf_probe_caches()
414 if (!bidlist) { in del_perf_probe_caches()
420 strlist__for_each_entry(nd, bidlist) { in del_perf_probe_caches()

Completed in 16 milliseconds