Searched refs:bidlist (Results 1 – 6 of 6) sorted by relevance
/tools/perf/util/ |
D | build-id.c | 441 struct strlist *toplist, *linklist = NULL, *bidlist; in build_id_cache__list_all() local 454 bidlist = strlist__new(NULL, NULL); in build_id_cache__list_all() 455 if (!bidlist) in build_id_cache__list_all() 482 if (strlist__add(bidlist, sbuild_id) < 0) in build_id_cache__list_all() 494 return bidlist; in build_id_cache__list_all() 499 strlist__delete(bidlist); in build_id_cache__list_all() 500 bidlist = NULL; in build_id_cache__list_all() 518 struct strlist *bidlist; in build_id_cache__complement() local 527 bidlist = build_id_cache__list_all(true); in build_id_cache__complement() 528 if (!bidlist) in build_id_cache__complement() [all …]
|
D | probe-file.c | 976 struct strlist *bidlist; in probe_cache__show_all_caches() local 983 bidlist = build_id_cache__list_all(true); in probe_cache__show_all_caches() 984 if (!bidlist) { in probe_cache__show_all_caches() 988 strlist__for_each_entry(nd, bidlist) { in probe_cache__show_all_caches() 1000 strlist__delete(bidlist); in probe_cache__show_all_caches()
|
D | parse-events.c | 2371 struct strlist *bidlist, *sdtlist; in print_sdt_events() local 2383 bidlist = build_id_cache__list_all(true); in print_sdt_events() 2384 if (!bidlist) { in print_sdt_events() 2388 strlist__for_each_entry(nd, bidlist) { in print_sdt_events() 2408 strlist__delete(bidlist); in print_sdt_events()
|
D | probe-event.c | 3220 struct strlist *bidlist; in find_cached_events_all() local 3227 bidlist = build_id_cache__list_all(true); in find_cached_events_all() 3228 if (!bidlist) { in find_cached_events_all() 3235 strlist__for_each_entry(nd, bidlist) { in find_cached_events_all() 3246 strlist__delete(bidlist); in find_cached_events_all()
|
/tools/perf/ |
D | builtin-buildid-cache.c | 334 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()
|
D | builtin-probe.c | 394 struct strlist *bidlist; in del_perf_probe_caches() local 398 bidlist = build_id_cache__list_all(false); in del_perf_probe_caches() 399 if (!bidlist) { in del_perf_probe_caches() 405 strlist__for_each_entry(nd, bidlist) { in del_perf_probe_caches()
|