Home
last modified time | relevance | path

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

123456

/tools/testing/selftests/timers/
Dposix_timers.c77 static int check_itimer(int which) in check_itimer() argument
87 if (which == ITIMER_VIRTUAL) in check_itimer()
89 else if (which == ITIMER_PROF) in check_itimer()
91 else if (which == ITIMER_REAL) in check_itimer()
98 if (which == ITIMER_VIRTUAL) in check_itimer()
100 else if (which == ITIMER_PROF) in check_itimer()
102 else if (which == ITIMER_REAL) in check_itimer()
111 err = setitimer(which, &val, NULL); in check_itimer()
117 if (which == ITIMER_VIRTUAL) in check_itimer()
119 else if (which == ITIMER_PROF) in check_itimer()
[all …]
/tools/testing/kunit/test_data/
Dtest_is_test_passed-no_tests_run_no_header.log39 Using a channel type which is configured out of UML
41 Using a channel type which is configured out of UML
43 Using a channel type which is configured out of UML
45 Using a channel type which is configured out of UML
47 Using a channel type which is configured out of UML
49 Using a channel type which is configured out of UML
51 Using a channel type which is configured out of UML
53 Using a channel type which is configured out of UML
55 Using a channel type which is configured out of UML
57 Using a channel type which is configured out of UML
[all …]
Dtest_output_isolated_correctly.log61 Using a channel type which is configured out of UML
63 Using a channel type which is configured out of UML
65 Using a channel type which is configured out of UML
67 Using a channel type which is configured out of UML
69 Using a channel type which is configured out of UML
71 Using a channel type which is configured out of UML
73 Using a channel type which is configured out of UML
75 Using a channel type which is configured out of UML
77 Using a channel type which is configured out of UML
79 Using a channel type which is configured out of UML
[all …]
/tools/testing/selftests/powerpc/scripts/
Dhmi.sh12 elif which getscom > /dev/null; then
13 GETSCOM=$(which getscom)
14 PUTSCOM=$(which putscom)
/tools/power/cpupower/lib/
Dcpuidle.c135 enum idlestate_value which) in cpuidle_state_get_one_value() argument
142 if (which >= MAX_IDLESTATE_VALUE_FILES) in cpuidle_state_get_one_value()
146 idlestate_value_files[which], in cpuidle_state_get_one_value()
175 enum idlestate_string which) in cpuidle_state_get_one_string() argument
181 if (which >= MAX_IDLESTATE_STRING_FILES) in cpuidle_state_get_one_string()
185 idlestate_string_files[which], in cpuidle_state_get_one_string()
342 static char *sysfs_cpuidle_get_one_string(enum cpuidle_string which) in sysfs_cpuidle_get_one_string() argument
348 if (which >= MAX_CPUIDLE_STRING_FILES) in sysfs_cpuidle_get_one_string()
351 len = sysfs_cpuidle_read_file(cpuidle_string_files[which], in sysfs_cpuidle_get_one_string()
Dcpufreq.c88 enum cpufreq_value which) in sysfs_cpufreq_get_one_value() argument
95 if (which >= MAX_CPUFREQ_VALUE_READ_FILES) in sysfs_cpufreq_get_one_value()
98 len = sysfs_cpufreq_read_file(cpu, cpufreq_value_files[which], in sysfs_cpufreq_get_one_value()
127 enum cpufreq_string which) in sysfs_cpufreq_get_one_string() argument
133 if (which >= MAX_CPUFREQ_STRING_FILES) in sysfs_cpufreq_get_one_string()
136 len = sysfs_cpufreq_read_file(cpu, cpufreq_string_files[which], in sysfs_cpufreq_get_one_string()
169 enum cpufreq_write which, in sysfs_cpufreq_write_one_value() argument
172 if (which >= MAX_CPUFREQ_WRITE_FILES) in sysfs_cpufreq_write_one_value()
175 if (sysfs_cpufreq_write_file(cpu, cpufreq_write_files[which], in sysfs_cpufreq_write_one_value()
/tools/power/cpupower/utils/helpers/
Dsysfs.c205 enum idlestate_value which) in sysfs_idlestate_get_one_value() argument
212 if (which >= MAX_IDLESTATE_VALUE_FILES) in sysfs_idlestate_get_one_value()
216 idlestate_value_files[which], in sysfs_idlestate_get_one_value()
245 enum idlestate_string which) in sysfs_idlestate_get_one_string() argument
251 if (which >= MAX_IDLESTATE_STRING_FILES) in sysfs_idlestate_get_one_string()
255 idlestate_string_files[which], in sysfs_idlestate_get_one_string()
412 static char *sysfs_cpuidle_get_one_string(enum cpuidle_string which) in sysfs_cpuidle_get_one_string() argument
418 if (which >= MAX_CPUIDLE_STRING_FILES) in sysfs_cpuidle_get_one_string()
421 len = sysfs_cpuidle_read_file(cpuidle_string_files[which], in sysfs_cpuidle_get_one_string()
/tools/lib/traceevent/Documentation/
Dlibtraceevent-cpus.txt6 tep_get_cpus, tep_set_cpus - Get / set the number of CPUs, which have a tracing
21 The _tep_get_cpus()_ function gets the number of CPUs, which have a tracing
24 The _tep_set_cpus()_ function sets the number of CPUs, which have a tracing
30 The _tep_get_cpus()_ functions returns the number of CPUs, which have tracing
/tools/objtool/Documentation/
Dstack-validation.txt9 objtool which runs at compile time. It has a "check" subcommand which
18 .altinstructions, __jump_table, and __ex_table, which can add
21 which gcc sometimes uses jump tables.
23 (Objtool also has an 'orc generate' subcommand which generates debuginfo
48 hand, which most people don't do. So the end result is that
52 functions which call other functions must first create a stack frame
108 Livepatch has an optional "consistency model", which is needed for
125 callable code which should be annotated accordingly.
130 2. Conversely, each section of code which is *not* callable should *not*
137 3. Each callable function which calls another function must have the
[all …]
/tools/perf/Documentation/
Dperf-probe.txt38 Specify vmlinux path which has debuginfo (Dwarf binary).
44 Specify module name in which perf-probe searches probe points
47 a module which has not been loaded yet).
81 Show source code lines which can be probed. This needs an argument
82 which specifies a range of the source code. (see LINE SYNTAX for detail)
95 which do not have instances are ignored.
125 (With --add) Cache the probes. Any events which successfully added
176 …f the probe point definition. In addition, '@SRC' specifies a source file which has that function.
179 'SDTEVENT' and 'PROVIDER' is the pre-defined event name which is defined by user SDT (Statically De…
180 Note that before using the SDT event, the target binary (on which SDT events are defined) must be s…
[all …]
Dperf-buildid-cache.txt19 record it along with the buildid-cache, which will be used by perf-probe.
33 /proc/kcore which requires root permissions to read. Be aware that
45 Remove a cached binary which has same build-id of specified file
49 Purge all cached binaries including older caches which have specified
61 (or remote) perf.data. Only if there is already a cache which has
Ddb-export.txt13 which export data to a SQLite3 or PostgreSQL database.
15 The export process provides records with unique sequential ids which allows the
36 arguments which old scripts will ignore.
/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/testing/selftests/ftrace/test.d/tracer/
Dwakeup_rt.tc6 if ! which chrt ; then
Dwakeup.tc6 if ! which chrt ; then
/tools/testing/selftests/rcutorture/bin/
Djitterstop.sh18 echo jitterstop.sh: Missing directory in which to place jittering file.
Djitterstart.sh27 echo jitterstart.sh: Missing directory in which to place jittering file.
/tools/testing/selftests/ftrace/test.d/selftest/
Dbashisms.tc10 if ! which checkbashisms > /dev/null 2>&1 ; then
/tools/testing/selftests/kexec/
Dtest_kexec_file_load.sh62 which pesign > /dev/null 2>&1 || log_skip "pesign not found"
80 which getfattr > /dev/null 2>&1
/tools/perf/pmu-events/
DREADME5 The main program in this directory, is the 'jevents', which is built and
12 JSON files, each of which describes a set of PMU events.
42 'pmu-events.c', which encodes the two sets of tables:
76 'pmu-events.o' is added to 'libperf.a' which is then used to build perf.
117 Lines in which the first character is either '\n' or '#'
121 The header line is the first line in the file, which is
/tools/testing/selftests/bpf/
Dtest_xdp_vlan.sh134 which ip > /dev/null
135 which tc > /dev/null
136 which ethtool > /dev/null
/tools/testing/selftests/x86/
Dtest_vsyscall.c202 const char *which, in check_gtod() argument
210 printf("[FAIL] %s tz mismatch\n", which); in check_gtod()
216 printf("\t%s time offsets: %lf %lf\n", which, d1, d2); in check_gtod()
219 printf("[FAIL]\t%s time was inconsistent with the syscall\n", which); in check_gtod()
222 printf("[OK]\t%s gettimeofday()'s timeval was okay\n", which); in check_gtod()
/tools/memory-model/Documentation/
Dglossary.txt29 a special operation that includes a load and which orders that
47 It is also possible to have a coherence link within a CPU, which
80 CPU 0's smp_mb() interacts with that of CPU 1, which interacts
81 with that of CPU 2, which in turn interacts with that of CPU 0
110 It is also possible to have a from-reads link within a CPU, which
123 Happens-Before (hb): A relation between two accesses in which LKMM
147 which means that algorithms using reads-from links can use lighter
151 It is also possible to have a reads-from link within a CPU, which
167 a special operation that includes a store and which orders that
/tools/testing/selftests/ftrace/test.d/ftrace/
Dfunc_cpumask.tc6 if ! which nproc ; then
/tools/usb/usbip/
DREADME9 network. Server is a machine which provides (shares) a USB device. Client is
10 a machine which uses USB device provided by server over the network.
16 A client side kernel module which provides a virtual USB Host Controller
20 A server side module which provides a USB device driver which can be
24 A server side module which provides a virtual USB Device Controller and allows
62 On a server side there are two entities which can be shared.

123456