Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/perf/
H A Dbuiltin-buildid-cache.c214 err = build_id_cache__remove_s(sbuild_id); in build_id_cache__remove_file()
232 err = build_id_cache__remove_s(pos->s); in build_id_cache__purge_path()
261 err = build_id_cache__remove_s(pos->s); in build_id_cache__purge_all()
319 err = build_id_cache__remove_s(sbuild_id); in build_id_cache__update_file()
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dbuild-id.h63 int build_id_cache__remove_s(const char *sbuild_id);
H A Dbuild-id.c799 int build_id_cache__remove_s(const char *sbuild_id) in build_id_cache__remove_s() function