Home
last modified time | relevance | path

Searched refs:which (Results 1 – 25 of 38) sorted by relevance

12

/tools/testing/selftests/timers/
Dposix_timers.c75 static int check_itimer(int which) in check_itimer() argument
85 if (which == ITIMER_VIRTUAL) in check_itimer()
87 else if (which == ITIMER_PROF) in check_itimer()
89 else if (which == ITIMER_REAL) in check_itimer()
96 if (which == ITIMER_VIRTUAL) in check_itimer()
98 else if (which == ITIMER_PROF) in check_itimer()
100 else if (which == ITIMER_REAL) in check_itimer()
109 err = setitimer(which, &val, NULL); in check_itimer()
115 if (which == ITIMER_VIRTUAL) in check_itimer()
117 else if (which == ITIMER_PROF) in check_itimer()
[all …]
/tools/power/cpupower/utils/helpers/
Dsysfs.c206 enum idlestate_value which) in sysfs_idlestate_get_one_value() argument
213 if (which >= MAX_IDLESTATE_VALUE_FILES) in sysfs_idlestate_get_one_value()
217 idlestate_value_files[which], in sysfs_idlestate_get_one_value()
246 enum idlestate_string which) in sysfs_idlestate_get_one_string() argument
252 if (which >= MAX_IDLESTATE_STRING_FILES) in sysfs_idlestate_get_one_string()
256 idlestate_string_files[which], in sysfs_idlestate_get_one_string()
413 static char *sysfs_cpuidle_get_one_string(enum cpuidle_string which) in sysfs_cpuidle_get_one_string() argument
419 if (which >= MAX_CPUIDLE_STRING_FILES) in sysfs_cpuidle_get_one_string()
422 len = sysfs_cpuidle_read_file(cpuidle_string_files[which], in sysfs_cpuidle_get_one_string()
/tools/power/cpupower/lib/
Dsysfs.c115 enum cpufreq_value which) in sysfs_cpufreq_get_one_value() argument
122 if (which >= MAX_CPUFREQ_VALUE_READ_FILES) in sysfs_cpufreq_get_one_value()
125 len = sysfs_cpufreq_read_file(cpu, cpufreq_value_files[which], in sysfs_cpufreq_get_one_value()
154 enum cpufreq_string which) in sysfs_cpufreq_get_one_string() argument
160 if (which >= MAX_CPUFREQ_STRING_FILES) in sysfs_cpufreq_get_one_string()
163 len = sysfs_cpufreq_read_file(cpu, cpufreq_string_files[which], in sysfs_cpufreq_get_one_string()
196 enum cpufreq_write which, in sysfs_cpufreq_write_one_value() argument
199 if (which >= MAX_CPUFREQ_WRITE_FILES) in sysfs_cpufreq_write_one_value()
202 if (sysfs_cpufreq_write_file(cpu, cpufreq_write_files[which], in sysfs_cpufreq_write_one_value()
/tools/perf/Documentation/
Dperf-probe.txt34 Specify vmlinux path which has debuginfo (Dwarf binary).
38 Specify module name in which perf-probe searches probe points
41 a module which has not been loaded yet).
66 Show source code lines which can be probed. This needs an argument
67 which specifies a range of the source code. (see LINE SYNTAX for detail)
129 …f the probe point definition. In addition, '@SRC' specifies a source file which has that function.
140 …can specify 'string' type only for the local variable or structure member which is an array of or …
173 With --filter "foo* | bar*", perf probe -V shows variables which start with "foo" or "bar".
174 …With --filter "!foo* & *bar", perf probe -V shows variables which don't start with "foo" and end w…
178 Display which lines in schedule() can be probed:
[all …]
Dperf-kvm.txt57 And this command produces a file which contains tracing results of kvm
60 'perf kvm stat report' reports statistical data which includes events
103 analyze events which occur on this vcpu. (default: all vcpus)
137 analyze events which occur on this vcpu. (default: all vcpus)
Dperf-lock.txt20 produces the file "perf.data" which contains tracing
Dexamples.txt77 To check which functions generated page allocations:
190 and check which instructions/source-code generated page allocations:
213 other different usecases straight away - neither of which is
Dperf-list.txt15 This command displays the symbolic event types which can be selected in the
44 which supports up to precise-level 2.
Dperf-buildid-cache.txt27 /proc/kcore which requires root permissions to read. Be aware that
Dperf-record.txt150 where the information in the perf.data file (which includes buildids)
191 The privilege levels may be omitted, in which case, the privilege levels of the associated
215 filter out the startup phase of the program, which is often very different.
Dperf-script-python.txt163 path append which every perf script script should include.
166 trace_end(), which are called at the beginning and the end of the
211 trace_unhandled() functions, which we won't be using. That leaves us
266 name (the dictionary keys contain the syscall ids, which are passed to
267 the Util function syscall_name(), which translates the raw syscall
504 every event in a trace, which covers 90% of what you need to know to
599 functions expects a context variable, which is the same as the
/tools/testing/selftests/ftrace/
DREADME52 * PASS: The test succeeded as expected. The test which exits with 0 is
55 * FAIL: The test failed, but was expected to succeed. The test which exits
60 or the test depends on a previous test, which failed.
62 The test which is in above situation, must call exit_unresolved.
/tools/lguest/
Dlguest.txt14 - Kernel module which runs in a normal kernel.
36 "Alignment value to which kernel should be aligned" = 0x100000
85 --block=rootfile: a file or block device which becomes /dev/vda
/tools/usb/usbip/
DCOPYING40 (2) offer you this license which gives you legal permission to copy,
62 0. This License applies to any program or other work which contains
119 distribute the same sections as part of a whole which is a work based
139 source code, which must be distributed under the terms of Sections
163 operating system on which the executable runs, unless that component
218 integrity of the free software distribution system, which is
243 specifies a version number of this License which applies to it and "any
252 to ask for permission. For software which is copyrighted by the Free
286 free software which everyone can redistribute and change under these terms.
331 `Gnomovision' (which makes passes at compilers) written by James Hacker.
DINSTALL51 some messages telling which features it is checking for.
150 type, such as `sun4', or a canonical name which has the form:
168 "host" platform (i.e., that on which the generated programs will
227 Do not print messages saying which checks are being made. To
/tools/testing/ktest/examples/
DREADME3 is broken up by task which makes it easier to understand how to set up
/tools/power/cpupower/
DREADME15 "libcpupower" is a library which offers a unified access method for userspace
/tools/net/
Dbpf_dbg.c1126 unsigned int which, i; in cmd_select() local
1132 which = strtoul(num, NULL, 10); in cmd_select()
1133 if (which == 0) { in cmd_select()
1135 which = 1; in cmd_select()
1141 for (i = 0; i < which && (have_next = pcap_next_pkt()); i++) in cmd_select()
1144 rl_printf("no packet #%u available!\n", which); in cmd_select()
/tools/perf/
Dperf-with-kcore.sh29 PERF=`which perf || true`
/tools/power/cpupower/po/
Dit.po304 msgid " CPUs which run at the same hardware frequency: "
309 msgid " CPUs which need to have their frequency coordinated by software: "
345 "The governor \"%s\" may decide which speed to use\n"
429 " -r, --related-cpus Determines which CPUs run at the same hardware "
437 " -a, --affected-cpus Determines which CPUs need to have their frequency\n"
492 "cpufreq is printed which is useful e.g. for reporting bugs.\n"
630 " for example because of hardware which cannot be set to a specific "
944 #~ " -c CPU, --cpu CPU CPU number which information shall be determined "
958 #~ msgid " CPUs which coordinate software frequency requirements: "
Dde.po305 msgid " CPUs which run at the same hardware frequency: "
310 msgid " CPUs which need to have their frequency coordinated by software: "
346 "The governor \"%s\" may decide which speed to use\n"
432 " -r, --related-cpus Determines which CPUs run at the same hardware "
442 " -a, --affected-cpus Determines which CPUs need to have their frequency\n"
500 "cpufreq is printed which is useful e.g. for reporting bugs.\n"
635 " for example because of hardware which cannot be set to a specific "
949 #~ " -c CPU, --cpu CPU CPU number which information shall be determined "
Dfr.po304 msgid " CPUs which run at the same hardware frequency: "
309 msgid " CPUs which need to have their frequency coordinated by software: "
345 "The governor \"%s\" may decide which speed to use\n"
428 " -r, --related-cpus Determines which CPUs run at the same hardware "
437 " -a, --affected-cpus Determines which CPUs need to have their frequency\n"
494 "cpufreq is printed which is useful e.g. for reporting bugs.\n"
621 " for example because of hardware which cannot be set to a specific "
936 #~ " -c CPU, --cpu CPU CPU number which information shall be determined "
Dcs.po309 msgid " CPUs which run at the same hardware frequency: "
314 msgid " CPUs which need to have their frequency coordinated by software: "
350 "The governor \"%s\" may decide which speed to use\n"
432 " -r, --related-cpus Determines which CPUs run at the same hardware "
440 " -a, --affected-cpus Determines which CPUs need to have their frequency\n"
492 "cpufreq is printed which is useful e.g. for reporting bugs.\n"
624 " for example because of hardware which cannot be set to a specific "
934 #~ " -c CPU, --cpu CPU CPU number which information shall be determined "
Dpt.po303 msgid " CPUs which run at the same hardware frequency: "
308 msgid " CPUs which need to have their frequency coordinated by software: "
344 "The governor \"%s\" may decide which speed to use\n"
432 " -r, --related-cpus Determines which CPUs run at the same hardware "
441 " -a, --affected-cpus Determines which CPUs need to have their frequency\n"
495 "cpufreq is printed which is useful e.g. for reporting bugs.\n"
631 " for example because of hardware which cannot be set to a specific "
946 #~ " -c CPU, --cpu CPU CPU number which information shall be determined "
/tools/testing/selftests/rcutorture/doc/
Dinitrd.txt38 # are used; which they will be, but it's worth pointing out

12