Searched refs:paths (Results 1 – 16 of 16) sorted by relevance
| /tools/perf/ui/browsers/ |
| A D | scripts.c | 30 char **paths; member 55 if (asprintf(&c->paths[c->index], in add_script_option() 75 if (asprintf(&c->paths[c->index], "%s %s", value, in scripts_config() 261 char *buf, *paths[SCRIPT_MAX_NO], *names[SCRIPT_MAX_NO]; in list_scripts() local 269 .paths = paths, in list_scripts() 295 paths[i] = names[i] + SCRIPT_NAMELEN; in list_scripts() 298 num = find_scripts(names + max_std, paths + max_std, SCRIPT_MAX_NO - max_std, in list_scripts() 318 strcpy(script_name, paths[choice]); in list_scripts() 325 zfree(&paths[i]); in list_scripts()
|
| /tools/testing/selftests/bpf/prog_tests/ |
| A D | d_path.c | 30 char paths[MAX_FILES][MAX_PATH_LEN]; member 38 return readlink(buf, src.paths[src.cnt++], MAX_PATH_LEN); in set_pathname() 153 CHECK(strncmp(src.paths[i], bss->paths_stat[i], MAX_PATH_LEN), in test_d_path_basic() 156 i, src.paths[i], bss->paths_stat[i]); in test_d_path_basic() 157 CHECK(strncmp(src.paths[i], bss->paths_close[i], MAX_PATH_LEN), in test_d_path_basic() 160 i, src.paths[i], bss->paths_close[i]); in test_d_path_basic()
|
| /tools/testing/selftests/exec/ |
| A D | non-regular.c | 56 const char * const paths[] = { in setup_link() local 62 for (i = 0; i < ARRAY_SIZE(paths); i++) { in setup_link() 63 if (access(paths[i], X_OK) == 0) { in setup_link() 64 ASSERT_EQ(symlink(paths[i], self->pathname), 0); in setup_link()
|
| /tools/perf/ |
| A D | Build | 44 paths += -DPERF_HTML_PATH="BUILD_STR($(htmldir_SQ))" 45 paths += -DPERF_INFO_PATH="BUILD_STR($(infodir_SQ))" 46 paths += -DPERF_MAN_PATH="BUILD_STR($(mandir_SQ))" 48 CFLAGS_builtin-help.o += $(paths) 49 CFLAGS_builtin-timechart.o += $(paths)
|
| /tools/lib/subcmd/ |
| A D | help.c | 233 char *paths, *path, *colon; in load_command_list() local 234 path = paths = strdup(env_path); in load_command_list() 245 free(paths); in load_command_list()
|
| /tools/kvm/kvm_stat/ |
| A D | kvm_stat | 802 self.paths = [] 850 self.paths = list(filter(lambda x: "{}-".format(pid) in x, vms)) 853 self.paths = [] 858 for path in self.paths: 860 self.paths.remove(path) 879 paths = self.paths 881 paths = [] 884 paths.append(dir) 885 for path in paths:
|
| /tools/perf/Documentation/ |
| A D | Build.txt | 93 configuration paths for cross building: 101 the library paths for cross compilation.
|
| A D | perf-annotate.txt | 77 --full-paths::
|
| A D | perf-dlfilter.txt | 24 paths.
|
| /tools/testing/selftests/media_tests/ |
| A D | regression_test.txt | 2 and unregister paths. There have a few problems that result in use-after
|
| /tools/objtool/Documentation/ |
| A D | objtool.txt | 37 - Return thunk untraining validation -- validate that all entry paths 114 For each function, it recursively follows all possible code paths and 117 It also follows code paths involving special sections, like 119 alternative execution paths to a given instruction (or set of 242 function's code paths. If a function jumps to code in another file, 435 macro, the code paths have conflicting modifications to the stack.
|
| /tools/virtio/virtio-trace/ |
| A D | README | 42 virtio-trace uses virtio-serial pipe as trace data paths as to the number
|
| /tools/testing/selftests/mm/ |
| A D | run_vmtests.sh | 78 paths in the kernel
|
| /tools/testing/ktest/ |
| A D | ktest.pl | 4219 my @paths = split /:/, $ENV{PATH}; 4222 $paths[$#paths + 1] = "/usr/sbin"; 4224 foreach my $path (@paths) {
|
| /tools/memory-model/Documentation/ |
| A D | simple.txt | 42 should be used with caution, and only on code paths that execute rarely.
|
| A D | access-marking.txt | 437 All code paths leading from the do_something_locked() function's first
|
Completed in 18 milliseconds