| /tools/perf/tests/ |
| D | topology.c | 14 static int get_temp(char *path) in get_temp() 30 static int session_write_header(char *path) in session_write_header() 58 static int check_cpu_topology(char *path, struct cpu_map *map) in check_cpu_topology() 114 char path[PATH_MAX]; in test__session_topology() local
|
| D | kmod-path.c | 8 static int test(const char *path, bool alloc_name, bool alloc_ext, in test() 39 static int test_is_kernel_module(const char *path, int cpumode, bool expect) in test_is_kernel_module() 48 #define T(path, an, ae, k, c, n, e) \ argument 51 #define M(path, c, e) \ argument
|
| D | builtin-test.c | 397 const char *path, const char *name) in shell_test__description() 417 static const char *shell_tests__dir(char *path, size_t size) in shell_tests__dir() 444 const char *path = shell_tests__dir(path_dir, sizeof(path_dir)); in shell_tests__max_desc_width() local 607 const char *path = shell_tests__dir(path_dir, sizeof(path_dir)); in perf_test__list_shell() local
|
| /tools/testing/selftests/memfd/ |
| D | fuse_mnt.c | 27 static int memfd_getattr(const char *path, struct stat *st) in memfd_getattr() 45 static int memfd_readdir(const char *path, in memfd_readdir() 61 static int memfd_open(const char *path, struct fuse_file_info *fi) in memfd_open() 75 static int memfd_read(const char *path, in memfd_read()
|
| /tools/testing/selftests/efivarfs/ |
| D | open-unlink.c | 13 static int set_immutable(const char *path, int immutable) in set_immutable() 44 static int get_immutable(const char *path) in get_immutable() 70 const char *path; in main() local
|
| D | create-read.c | 14 const char *path; in main() local
|
| /tools/testing/selftests/ia64/ |
| D | aliasing-test.c | 27 static int map_mem(char *path, off_t offset, size_t length, int touch) in map_mem() 65 static int scan_tree(char *path, char *file, off_t offset, size_t length, int touch) in scan_tree() 122 static int read_rom(char *path) in read_rom() 150 static int scan_rom(char *path, char *file) in scan_rom()
|
| /tools/lib/subcmd/ |
| D | exec-cmd.c | 31 static int is_absolute_path(const char *path) in is_absolute_path() 55 static const char *make_nonrelative_path(const char *path) in make_nonrelative_path() 72 char *system_path(const char *path) in system_path() 128 static void add_path(char **out, const char *path) in add_path()
|
| /tools/power/cpupower/lib/ |
| D | cpupower.c | 18 unsigned int cpupower_read_sysfs(const char *path, char *buf, size_t buflen) in cpupower_read_sysfs() 49 char path[SYSFS_PATH_MAX]; in cpupower_is_cpu_online() local 94 char path[SYSFS_PATH_MAX]; in sysfs_topology_read_file() local
|
| D | cpuidle.c | 34 char path[SYSFS_PATH_MAX]; in cpuidle_state_file_exists() local 57 char path[SYSFS_PATH_MAX]; in cpuidle_state_read_file() local 92 char path[SYSFS_PATH_MAX]; in cpuidle_state_write_file() local 318 char path[SYSFS_PATH_MAX]; in sysfs_cpuidle_read_file() local
|
| /tools/perf/util/ |
| D | trace-event-info.c | 107 char *path; in record_header_files() local 244 char *path; in record_ftrace_files() local 275 char *path; in record_event_files() local 355 char *path; in record_ftrace_printk() local 383 char *path; in record_saved_cmdline() local 424 struct tracepoint_path path, *ppath = &path; in get_tracepoints_path() local
|
| D | pmu.c | 52 char path[PATH_MAX]; in perf_pmu__format_parse() local 83 char path[PATH_MAX]; in pmu_format() local 144 char path[PATH_MAX]; in perf_pmu__parse_scale() local 172 char path[PATH_MAX]; in perf_pmu__parse_unit() local 203 char path[PATH_MAX]; in perf_pmu__parse_per_pkg() local 221 char path[PATH_MAX]; in perf_pmu__parse_snapshot() local 339 char path[PATH_MAX]; in pmu_aliases_parse() local 376 char path[PATH_MAX]; in pmu_aliases() local 426 char path[PATH_MAX]; in pmu_type() local 454 char path[PATH_MAX]; in pmu_read_sysfs() local [all …]
|
| D | path.c | 36 static char *cleanup_path(char *path) in cleanup_path() 85 char path[PATH_MAX]; in is_directory() local
|
| D | cgroup.c | 17 char path_v1[PATH_MAX + 1], path_v2[PATH_MAX + 2], *path; in cgroupfs_find_mountpoint() local 73 char path[PATH_MAX + 1]; in open_cgroup() local
|
| D | llvm-utils.c | 65 char *env, *path, *tmp = NULL; in search_program() local 388 void llvm__dump_obj(const char *path, void *obj_buf, size_t size) in llvm__dump_obj() 423 int llvm__compile_bpf(const char *path, void **p_obj_buf, in llvm__compile_bpf()
|
| D | cpumap.c | 313 char path[PATH_MAX]; in cpu__get_topology_int() local 417 static int get_max_num(char *path, int *max) in get_max_num() 452 char path[PATH_MAX]; in set_max_cpu_num() local 492 char path[PATH_MAX]; in set_max_node_num() local 576 char path[PATH_MAX]; in cpu__setup_cpunode_map() local
|
| /tools/lib/api/fs/ |
| D | fs.c | 91 char path[PATH_MAX]; member 411 char path[PATH_MAX]; in procfs__read_str() local 424 char path[PATH_MAX]; in sysfs__read_ull() local 437 char path[PATH_MAX]; in sysfs__read_int() local 450 char path[PATH_MAX]; in sysfs__read_str() local 492 char path[PATH_MAX]; in sysctl__read_int() local 505 char path[PATH_MAX]; in sysfs__write_int() local
|
| /tools/testing/selftests/exec/ |
| D | execveat.c | 27 static int execveat_(int fd, const char *path, char **argv, char **envp, in execveat_() 38 #define check_execveat_fail(fd, path, flags, errno) \ argument 40 static int _check_execveat_fail(int fd, const char *path, int flags, in _check_execveat_fail() 64 static int check_execveat_invoked_rc(int fd, const char *path, int flags, in check_execveat_invoked_rc() 111 static int check_execveat(int fd, const char *path, int flags) in check_execveat()
|
| /tools/power/cpupower/utils/helpers/ |
| D | sysfs.c | 19 unsigned int sysfs_read_file(const char *path, char *buf, size_t buflen) in sysfs_read_file() 50 char path[SYSFS_PATH_MAX]; in sysfs_is_cpu_online() local 108 char path[SYSFS_PATH_MAX]; in sysfs_idlestate_file_exists() local 128 char path[SYSFS_PATH_MAX]; in sysfs_idlestate_read_file() local 163 char path[SYSFS_PATH_MAX]; in sysfs_idlestate_write_file() local 388 char path[SYSFS_PATH_MAX]; in sysfs_cpuidle_read_file() local
|
| /tools/lib/traceevent/ |
| D | event-plugin.c | 284 load_plugin(struct pevent *pevent, const char *path, in load_plugin() 343 const char *path, in load_plugins_dir() 386 const char *path, in load_plugins() 392 char *path; in load_plugins() local
|
| /tools/perf/arch/ |
| D | common.c | 86 char *path, *tmp = NULL; in lookup_path() local 154 const char *name, const char **path) in perf_env__lookup_binutils_path()
|
| /tools/thermal/tmon/ |
| D | sysfs.c | 41 int sysfs_set_ulong(char *path, char *filename, unsigned long val) in sysfs_set_ulong() 65 static int sysfs_get_ulong(char *path, char *filename, unsigned long *p_ulong) in sysfs_get_ulong() 84 static int sysfs_get_string(char *path, char *filename, char *str) in sysfs_get_string() 104 static int probe_cdev(struct cdev_info *cdi, char *path) in probe_cdev()
|
| /tools/perf/ |
| D | builtin-help.c | 118 static void exec_woman_emacs(const char *path, const char *page) in exec_woman_emacs() 134 static void exec_man_konqueror(const char *path, const char *page) in exec_man_konqueror() 165 static void exec_man_man(const char *path, const char *page) in exec_man_man() 403 static void open_html(const char *path) in open_html()
|
| /tools/usb/usbip/libsrc/ |
| D | vhci_driver.c | 192 char path[PATH_MAX+1]; in read_record() local 362 const char *path; in usbip_vhci_attach_device2() local 404 const char *path; in usbip_vhci_detach_device() local
|
| /tools/perf/arch/s390/util/ |
| D | machine.c | 14 char path[PATH_MAX]; in arch__fix_module_text_start() local
|