Searched refs:bidlist (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | build-id.c | 448 struct strlist *toplist, *linklist = NULL, *bidlist; in build_id_cache__list_all() local 461 bidlist = strlist__new(NULL, NULL); in build_id_cache__list_all() 462 if (!bidlist) in build_id_cache__list_all() 489 if (strlist__add(bidlist, sbuild_id) < 0) in build_id_cache__list_all() 501 return bidlist; in build_id_cache__list_all() 506 strlist__delete(bidlist); in build_id_cache__list_all() 507 bidlist = NULL; in build_id_cache__list_all() 525 struct strlist *bidlist; in build_id_cache__complement() local 534 bidlist = build_id_cache__list_all(true); in build_id_cache__complement() 535 if (!bidlist) in build_id_cache__complement() [all …]
|
| H A D | probe-file.c | 1006 struct strlist *bidlist; in probe_cache__show_all_caches() local 1013 bidlist = build_id_cache__list_all(true); in probe_cache__show_all_caches() 1014 if (!bidlist) { in probe_cache__show_all_caches() 1018 strlist__for_each_entry(nd, bidlist) { in probe_cache__show_all_caches() 1030 strlist__delete(bidlist); in probe_cache__show_all_caches()
|
| H A D | parse-events.c | 2635 struct strlist *bidlist, *sdtlist; in print_sdt_events() local 2647 bidlist = build_id_cache__list_all(true); in print_sdt_events() 2648 if (!bidlist) { in print_sdt_events() 2652 strlist__for_each_entry(nd, bidlist) { in print_sdt_events() 2672 strlist__delete(bidlist); in print_sdt_events()
|
| H A D | probe-event.c | 3327 struct strlist *bidlist; in find_cached_events_all() local 3334 bidlist = build_id_cache__list_all(true); in find_cached_events_all() 3335 if (!bidlist) { in find_cached_events_all() 3342 strlist__for_each_entry(nd, bidlist) { in find_cached_events_all() 3353 strlist__delete(bidlist); in find_cached_events_all()
|
| /OK3568_Linux_fs/kernel/tools/perf/ |
| H A D | builtin-buildid-cache.c | 333 struct strlist *bidlist; in build_id_cache__show_all() local 337 bidlist = build_id_cache__list_all(true); in build_id_cache__show_all() 338 if (!bidlist) { in build_id_cache__show_all() 342 strlist__for_each_entry(nd, bidlist) { in build_id_cache__show_all() 347 strlist__delete(bidlist); in build_id_cache__show_all()
|
| H A D | builtin-probe.c | 397 struct strlist *bidlist; in del_perf_probe_caches() local 401 bidlist = build_id_cache__list_all(false); in del_perf_probe_caches() 402 if (!bidlist) { in del_perf_probe_caches() 408 strlist__for_each_entry(nd, bidlist) { in del_perf_probe_caches()
|