Home
last modified time | relevance | path

Searched defs:pathname (Results 1 – 10 of 10) sorted by relevance

/tools/power/acpi/tools/acpidump/
Dapfiles.c51 static int ap_is_existing_file(char *pathname) in ap_is_existing_file()
81 int ap_open_output_file(char *pathname) in ap_open_output_file()
195 struct acpi_table_header *ap_get_table_from_file(char *pathname, in ap_get_table_from_file()
Dapdump.c396 int ap_dump_table_from_file(char *pathname) in ap_dump_table_from_file()
/tools/perf/util/
Dpath.c96 char *pathname = get_pathname(); in mkpath() local
109 char *pathname = get_pathname(); in perf_path() local
Dbuild-id.c115 int filename__sprintf_build_id(const char *pathname, char *sbuild_id) in filename__sprintf_build_id()
318 int build_id_cache__list_build_ids(const char *pathname, in build_id_cache__list_build_ids()
Ddso.c185 bool is_kernel_module(const char *pathname, int cpumode) in is_kernel_module()
/tools/perf/
Dbuiltin-buildid-cache.c214 static int build_id_cache__purge_path(const char *pathname) in build_id_cache__purge_path()
Dbuiltin-trace.c1457 static int trace__set_fd_pathname(struct thread *thread, int fd, const char *pathname) in trace__set_fd_pathname()
1485 char linkname[PATH_MAX], pathname[PATH_MAX]; in thread__read_fd_path() local
/tools/power/acpi/os_specific/service_layers/
Doslinuxtbl.c1300 osl_get_customized_table(char *pathname, in osl_get_customized_table()
/tools/power/x86/turbostat/
Dturbostat.c269 char pathname[32]; in get_msr() local
1757 char pathname[32]; in check_dev_msr() local
1773 char pathname[32]; in check_permissions() local
/tools/vm/
Dpage-types.c231 static int checked_open(const char *pathname, int flags) in checked_open()