Searched refs:bidlist (Results 1 – 6 of 6) sorted by relevance
| /linux/tools/perf/util/ |
| H A D | build-id.c | 411 struct strlist *toplist, *linklist = NULL, *bidlist; in build_id_cache__list_all() 424 bidlist = strlist__new(NULL, NULL); in build_id_cache__list_all() 425 if (!bidlist) in build_id_cache__list_all() 452 if (strlist__add(bidlist, sbuild_id) < 0) in build_id_cache__list_all() 464 return bidlist; in build_id_cache__list_all() 469 strlist__delete(bidlist); in build_id_cache__list_all() 470 bidlist = NULL; 488 struct strlist *bidlist; in build_id_cache__complement() 497 bidlist = build_id_cache__list_all(true); in build_id_cache__complement() 498 if (!bidlist) in build_id_cache__complement() 408 struct strlist *toplist, *linklist = NULL, *bidlist; build_id_cache__list_all() local 485 struct strlist *bidlist; build_id_cache__complement() local [all...] |
| H A D | print-events.c | 49 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 D | probe-file.c | 1057 struct strlist *bidlist; in probe_cache__show_all_caches() local 1064 bidlist = build_id_cache__list_all(true); in probe_cache__show_all_caches() 1065 if (!bidlist) { in probe_cache__show_all_caches() 1069 strlist__for_each_entry(nd, bidlist) { in probe_cache__show_all_caches() 1081 strlist__delete(bidlist); in probe_cache__show_all_caches()
|
| H A D | probe-event.c | 3478 struct strlist *bidlist; in find_cached_events_all() 3485 bidlist = build_id_cache__list_all(true); in find_cached_events_all() 3486 if (!bidlist) { in find_cached_events_all() 3493 strlist__for_each_entry(nd, bidlist) { in find_cached_events_all() 3504 strlist__delete(bidlist); in find_cached_events_all() 3480 struct strlist *bidlist; find_cached_events_all() local
|
| /linux/tools/perf/ |
| H A D | builtin-buildid-cache.c | 338 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()
|
| H A D | builtin-probe.c | 417 struct strlist *bidlist; in del_perf_probe_caches() local 421 bidlist = build_id_cache__list_all(false); in del_perf_probe_caches() 422 if (!bidlist) { in del_perf_probe_caches() 428 strlist__for_each_entry(nd, bidlist) { in del_perf_probe_caches()
|