Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dbuild-id.c408 struct strlist *toplist, *linklist = NULL, *bidlist; in build_id_cache__list_all() local
421 bidlist = strlist__new(NULL, NULL); in build_id_cache__list_all()
422 if (!bidlist) in build_id_cache__list_all()
449 if (strlist__add(bidlist, sbuild_id) < 0) in build_id_cache__list_all()
461 return bidlist; in build_id_cache__list_all()
466 strlist__delete(bidlist); in build_id_cache__list_all()
467 bidlist = NULL; in build_id_cache__list_all()
485 struct strlist *bidlist; in build_id_cache__complement() local
494 bidlist = build_id_cache__list_all(true); in build_id_cache__complement()
495 if (!bidlist) in build_id_cache__complement()
[all …]
H A Dprint-events.c49 struct strlist *bidlist, *sdtlist; in print_sdt_events() local
64 bidlist = build_id_cache__list_all(true); in print_sdt_events()
65 if (!bidlist) { in print_sdt_events()
69 strlist__for_each_entry(bid_nd, bidlist) { in print_sdt_events()
85 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.c3480 struct strlist *bidlist; in find_cached_events_all() local
3487 bidlist = build_id_cache__list_all(true); in find_cached_events_all()
3488 if (!bidlist) { in find_cached_events_all()
3495 strlist__for_each_entry(nd, bidlist) { in find_cached_events_all()
3506 strlist__delete(bidlist); in find_cached_events_all()
/linux/tools/perf/
H A Dbuiltin-buildid-cache.c338 struct strlist *bidlist; in build_id_cache__show_all() local
342 bidlist = build_id_cache__list_all(true); in build_id_cache__show_all()
343 if (!bidlist) { in build_id_cache__show_all()
347 strlist__for_each_entry(nd, bidlist) { in build_id_cache__show_all()
352 strlist__delete(bidlist); in build_id_cache__show_all()