Home
last modified time | relevance | path

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

/linux-4.4.14/tools/perf/
Dbuiltin-buildid-cache.c207 err = build_id_cache__remove_s(sbuild_id); in build_id_cache__remove_file()
225 err = build_id_cache__remove_s(pos->s); in build_id_cache__purge_path()
280 err = build_id_cache__remove_s(sbuild_id); in build_id_cache__update_file()
/linux-4.4.14/tools/perf/util/
Dbuild-id.h35 int build_id_cache__remove_s(const char *sbuild_id);
Dbuild-id.c439 int build_id_cache__remove_s(const char *sbuild_id) in build_id_cache__remove_s() function