Lines Matching defs:cache
176 /* Try old style kallsyms cache */
222 * cache of a regular file.
231 /* Check if the given build_id cache is valid on current running system */
248 ret = -EINVAL; /* Should we support other special DSO cache? */
281 /* Check if old style build_id cache */
468 /* If there is no buildid cache, return an empty list */
601 struct probe_cache *cache;
605 cache = probe_cache__new(sbuild_id, nsi);
606 if (!cache)
610 ret = probe_cache__scan_sdt(cache, realname);
614 if (probe_cache__commit(cache) < 0)
617 probe_cache__delete(cache);
689 /* Remove old style build-id cache */
760 /* Update SDT cache : error is just warned */
763 pr_debug4("Failed to update/scan SDT cache for %s\n", realname);