Home
last modified time | relevance | path

Searched refs:build_id_cache__remove_s (Results 1 – 3 of 3) sorted by relevance

/external/linux-tools-perf/src/tools/perf/
Dbuiltin-buildid-cache.c54 err = build_id_cache__remove_s(sbuild_id, debugdir); in build_id_cache__remove_file()
110 err = build_id_cache__remove_s(sbuild_id, debugdir); in build_id_cache__update_file()
/external/linux-tools-perf/src/tools/perf/util/
Dheader.h127 int build_id_cache__remove_s(const char *sbuild_id, const char *debugdir);
Dheader.c346 int build_id_cache__remove_s(const char *sbuild_id, const char *debugdir) in build_id_cache__remove_s() function