from_filename 1750 tools/perf/util/symbol-elf.c char from_filename[PATH_MAX]; from_filename 1753 tools/perf/util/symbol-elf.c scnprintf(from_filename, PATH_MAX, "%s/%s", from_dir, name); from_filename 1756 tools/perf/util/symbol-elf.c return copyfile_mode(from_filename, to_filename, 0400); from_filename 1806 tools/perf/util/symbol-elf.c static int kcore_copy__compare_files(const char *from_filename, from_filename 1811 tools/perf/util/symbol-elf.c from = open(from_filename, O_RDONLY); from_filename 1830 tools/perf/util/symbol-elf.c char from_filename[PATH_MAX]; from_filename 1833 tools/perf/util/symbol-elf.c scnprintf(from_filename, PATH_MAX, "%s/%s", from_dir, name); from_filename 1836 tools/perf/util/symbol-elf.c return kcore_copy__compare_files(from_filename, to_filename);