Home
last modified time | relevance | path

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

/tools/power/acpi/tools/acpidump/
Dapfiles.c62 static int ap_is_existing_file(char *pathname) in ap_is_existing_file()
93 int ap_open_output_file(char *pathname) in ap_open_output_file()
207 struct acpi_table_header *ap_get_table_from_file(char *pathname, in ap_get_table_from_file()
Dapdump.c398 int ap_dump_table_from_file(char *pathname) in ap_dump_table_from_file()
/tools/perf/util/
Dpath.c44 char *pathname = get_pathname(); in mkpath() local
Dbuild-id.c115 int filename__sprintf_build_id(const char *pathname, char *sbuild_id) in filename__sprintf_build_id()
217 char *pathname; in build_id_cache__valid_id() local
596 int build_id_cache__list_build_ids(const char *pathname, in build_id_cache__list_build_ids()
Dprobe-file.c690 int probe_cache__scan_sdt(struct probe_cache *pcache, const char *pathname) in probe_cache__scan_sdt()
Dprobe-event.c650 int ntevs, const char *pathname) in post_process_offline_probe_trace_events()
3152 char *pathname; in find_cached_events_all() local
Ddso.c173 bool is_kernel_module(const char *pathname, int cpumode) in is_kernel_module()
/tools/perf/
Dbuiltin-buildid-cache.c202 static int build_id_cache__purge_path(const char *pathname) in build_id_cache__purge_path()
Dbuiltin-trace.c920 static int trace__set_fd_pathname(struct thread *thread, int fd, const char *pathname) in trace__set_fd_pathname()
948 char linkname[PATH_MAX], pathname[PATH_MAX]; in thread__read_fd_path() local
/tools/power/acpi/os_specific/service_layers/
Doslinuxtbl.c1299 osl_get_customized_table(char *pathname, in osl_get_customized_table()
/tools/power/x86/turbostat/
Dturbostat.c289 char pathname[32]; in get_msr_fd() local
2102 char pathname[32]; in check_dev_msr() local
2118 char pathname[32]; in check_permissions() local
/tools/include/uapi/linux/
Dbpf.h140 __aligned_u64 pathname; member
/tools/vm/
Dpage-types.c245 static int checked_open(const char *pathname, int flags) in checked_open()