Lines Matching defs:cache
179 /* Try old style kallsyms cache */
225 * cache of a regular file.
234 /* Check if the given build_id cache is valid on current running system */
251 ret = -EINVAL; /* Should we support other special DSO cache? */
283 /* Check if old style build_id cache */
473 /* 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);
695 /* Remove old style build-id cache */
787 /* Update SDT cache : error is just warned */
790 pr_debug4("Failed to update/scan SDT cache for %s\n", realname);