Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/util/
Dutil.h37 int copyfile_ns(const char *from, const char *to, struct nsinfo *nsi);
Dbuild-id.c680 if (copyfile_ns(name, filename, nsi)) in build_id_cache__add_s()
704 if (copyfile_ns(debugfile, filename, in build_id_cache__add_s()
Dutil.c310 int copyfile_ns(const char *from, const char *to, struct nsinfo *nsi) in copyfile_ns() function