Home
last modified time | relevance | path

Searched refs:paths (Results 1 – 10 of 10) sorted by relevance

/tools/perf/ui/browsers/
Dscripts.c28 char **paths; member
53 if (asprintf(&c->paths[c->index], in add_script_option()
73 if (asprintf(&c->paths[c->index], "%s %s", value, in scripts_config()
88 char *buf, *paths[SCRIPT_MAX_NO], *names[SCRIPT_MAX_NO]; in list_scripts() local
96 .paths = paths, in list_scripts()
122 paths[i] = names[i] + SCRIPT_NAMELEN; in list_scripts()
125 num = find_scripts(names + max_std, paths + max_std, SCRIPT_MAX_NO - max_std, in list_scripts()
145 strcpy(script_name, paths[choice]); in list_scripts()
152 zfree(&paths[i]); in list_scripts()
/tools/perf/
DBuild36 paths += -DPERF_HTML_PATH="BUILD_STR($(htmldir_SQ))"
37 paths += -DPERF_INFO_PATH="BUILD_STR($(infodir_SQ))"
38 paths += -DPERF_MAN_PATH="BUILD_STR($(mandir_SQ))"
40 CFLAGS_builtin-help.o += $(paths)
41 CFLAGS_builtin-timechart.o += $(paths)
/tools/lib/subcmd/
Dhelp.c207 char *paths, *path, *colon; in load_command_list() local
208 path = paths = strdup(env_path); in load_command_list()
219 free(paths); in load_command_list()
/tools/kvm/kvm_stat/
Dkvm_stat725 self.paths = []
769 self.paths = list(filter(lambda x: "{}-".format(pid) in x, vms))
772 self.paths = []
777 for path in self.paths:
779 self.paths.remove(path)
798 paths = self.paths
800 paths = []
803 paths.append(dir)
804 for path in paths:
/tools/power/cpupower/
DREADME31 cpufreq-bench to put in /usr/sbin. If you want to set up the paths
/tools/testing/selftests/media_tests/
Dregression_test.txt2 and unregister paths. There have a few problems that result in user-after
/tools/objtool/Documentation/
Dstack-validation.txt14 For each function, it recursively follows all possible code paths and
17 It also follows code paths involving special sections, like
19 alternative execution paths to a given instruction (or set of
155 function's code paths. If a function jumps to code in another file,
/tools/perf/Documentation/
Dperf-annotate.txt70 --full-paths::
/tools/virtio/virtio-trace/
DREADME42 virtio-trace uses virtio-serial pipe as trace data paths as to the number
/tools/testing/ktest/
Dktest.pl4159 my @paths = split /:/, $ENV{PATH};
4162 $paths[$#paths + 1] = "/usr/sbin";
4164 foreach my $path (@paths) {