Home
last modified time | relevance | path

Searched refs:copyfile (Results 1 – 5 of 5) sorted by relevance

/tools/perf/util/
Dcopyfile.h11 int copyfile(const char *from, const char *to);
Dcopyfile.c143 int copyfile(const char *from, const char *to) in copyfile() function
Dbuild-id.c707 if (copyfile("/proc/kallsyms", filename)) in build_id_cache__add()
713 copyfile(name, filename)) in build_id_cache__add()
739 copyfile(debugfile, filename)) in build_id_cache__add()
DBuild7 perf-y += copyfile.o
/tools/testing/kunit/
Dkunit_kernel.py260 shutil.copyfile(DEFAULT_KUNITCONFIG_PATH, kunitconfig_path)