Home
last modified time | relevance | path

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

/linux-6.12.1/tools/perf/util/
Dbuild-id.c659 struct stat f_stat; in build_id_cache__add() local
661 if (!(stat(name, &f_stat) < 0) && in build_id_cache__add()
662 copyfile_mode(name, filename, f_stat.st_mode)) in build_id_cache__add()