Searched refs:dso__hit (Results 1 – 6 of 6) sorted by relevance
84 return with_hits && !dso__hit(dso); in dso__skip_buildid()
514 if (dso && !dso__hit(dso)) { in perf_event__repipe_common_mmap()870 if (dso && !dso__hit(dso)) { in mark_dso_hit()
628 (dso__hit(map__dso(kernel_map)) && in report__warn_kptr_restrict()
322 if (!dso__hit(dso) && !dso__is_vdso(dso)) in machine__write_buildid_table_cb()875 if (!dso__has_build_id(dso) || !dso__hit(dso)) in dso__cache_build_id()
77 if (args->with_hits && !dso__hit(dso) && !dso__is_vdso(dso)) in dsos__read_build_ids_cb()
445 static inline bool dso__hit(const struct dso *dso) in dso__hit() function
Completed in 21 milliseconds