Home
last modified time | relevance | path

Searched refs:present (Results 1 – 25 of 37) sorted by relevance

12

/tools/testing/selftests/cpufreq/
Dcpufreq.sh226 present=$(cat $SYSFS/power/state | grep $filename)
228 if [ -z "$present" ]; then
/tools/rcu/
Dextract-stall.sh5 echo Extract any RCU CPU stall warnings present in specified file.
/tools/testing/selftests/firmware/
Dsettings3 # present, each with 2 "nowait" functions tested 5 times. Expected time for a
/tools/testing/selftests/tc-testing/
DTODO.txt4 present, prevent the related categories from running.
/tools/testing/selftests/cpu-hotplug/
Dcpu-on-off-test.sh41 present_cpus=`cat $SYSFS/devices/system/cpu/present`
/tools/perf/Documentation/
Dperf-dlfilter.txt123 PERF_DLFILTER_HAS_MACHINE_PID will be defined if they are present at compile time.
171 before calling. Returns 0 on success, -1 otherwise. Call al_cleanup() (if present,
182 'al_cleanup' must be called (if present, so check perf_dlfilter_fns.al_cleanup != NULL)
Dintel-bts.txt10 consequence the present implementation is limited to per-thread recording.
Dperf-trace.txt204 Implies '--call-graph dwarf' when --call-graph not present on the
207 Default: /proc/sys/kernel/perf_event_max_stack when present for
214 Implies '--call-graph dwarf' when --call-graph not present on the
Dperf-kwork.txt148 Display call chains if present (default off).
Dperf-annotate.txt92 present, as when piping to other commands, the stdio interface is
Dperf-sched.txt108 Display call chains if present (default on).
Dperf-script-python.txt617 argument. For non-tracepoint events, the context variable is also present
650 Fields that may also be present:
Dperf-top.txt204 Default: /proc/sys/kernel/perf_event_max_stack when present, 127 otherwise.
Dperf-script.txt41 record <script>' is used and should be present for this command to
/tools/testing/selftests/kvm/lib/x86_64/
Dprocessor.c58 indent, "", segment->present, segment->dpl, in segment_dump()
412 desc->p = segp->present; in kvm_seg_fill_gdt_64bit()
451 segp->present = 1; in kvm_seg_set_kernel_code_64bit()
482 segp->present = true; in kvm_seg_set_kernel_data_64bit()
522 segp->present = 1; in kvm_setup_tss_64bit()
/tools/mm/
Dpage-types.c332 int present; in page_flag_name() local
336 present = (flags >> i) & 1; in page_flag_name()
338 if (present) in page_flag_name()
342 buf[j++] = present ? page_flag_names[i][0] : '_'; in page_flag_name()
/tools/bpf/bpftool/bash-completion/
Dbpftool9 # it is not already present on the command line. Returns no value.
26 # Takes a list of words as argument; if any of those words is present on the
40 # is already present on the command line. Returns no value.
827 # 'value' is present, but is not the last
835 # 'key' is present, but is not the last
/tools/arch/x86/kcpuid/
Dcpuid.csv35 1, 0, ECX, 15, pdcm, Perfmon and Debug Capability present
36 1, 0, ECX, 17, pcid, Process-Context Identifiers feature present
38 1, 0, ECX, 19, sse4_1, SSE4.1 feature present
39 1, 0, ECX, 20, sse4_2, SSE4.2 feature present
/tools/power/cpupower/bench/
DREADME-BENCH103 Provide a gnuplot utility script for easy generation of plots to present
/tools/arch/x86/include/uapi/asm/
Dkvm.h131 __u8 present, dpl, db, s, l, g, avl; member
/tools/bpf/bpftool/Documentation/
Dbpftool-btf.rst58 both key and value (**kv**), or all BTF types present in
Dbpftool-gen.rst41 and instruction sections, .BTF and .BTF.ext (if present in
/tools/memory-model/Documentation/
Dcontrol-dependencies.txt89 conditional is absolutely required, and must be present in the final
Drecipes.txt275 is present if the value loaded determines the address of a later access
/tools/testing/selftests/filesystems/fuse/
Dfuse_test.c90 static int bpf_test_trace_maybe(const char *substr, bool present) in bpf_test_trace_maybe() argument
104 if (present) in bpf_test_trace_maybe()
115 if (present) in bpf_test_trace_maybe()

12