Home
last modified time | relevance | path

Searched refs:required (Results 1 – 25 of 49) sorted by relevance

12

/tools/verification/rvgen/
A D__main__.py20 parser.add_argument("-D", "--description", dest="description", required=False)
22 action="store_true", required=False,
25 subparsers = parser.add_subparsers(dest="subcmd", required=True)
30 required=False, help="Create a monitor nested to parent")
38 container_parser.add_argument('-n', "--model_name", dest="model_name", required=True)
/tools/testing/selftests/drivers/net/hw/
A Dethtool_rmon.sh23 local required=$((len - ETH_HLEN - ETH_FCS_LEN))
25 if [ $current -lt $required ]; then
26 ip link set dev $iface mtu $required || return 1
/tools/build/feature/
A Dtest-libbpf.c5 #error At least libbpf 1.0 is required for Linux tools.
/tools/testing/selftests/zram/
A DREADME14 Kconfig required:
29 Commands required for testing:
/tools/mm/
A Dthpmaps612 group = parser.add_mutually_exclusive_group(required=False)
614 metavar='pid', required=False, type=int, default=[], action='append',
621 metavar='path', required=False,
628 required=False, default=False, action='store_true',
633 metavar='size[KMG]', required=False, default=[], action='append',
640 required=False, default=False, action='store_true',
645 required=False, default=False, action='store_true',
649 metavar='sleep_ms', required=False, type=int,
/tools/memory-model/litmus-tests/
A DSB+poonceonces.litmus6 * This litmus test demonstrates that at least some ordering is required
/tools/testing/selftests/kvm/lib/x86/
A Dvmx.c117 uint64_t required; in prepare_for_vmx_operation() local
144 required = FEAT_CTL_VMX_ENABLED_OUTSIDE_SMX; in prepare_for_vmx_operation()
145 required |= FEAT_CTL_LOCKED; in prepare_for_vmx_operation()
147 if ((feature_control & required) != required) in prepare_for_vmx_operation()
148 wrmsr(MSR_IA32_FEAT_CTL, feature_control | required); in prepare_for_vmx_operation()
/tools/perf/Documentation/
A Dbuild-xed.txt16 ERROR: required argument(s) were missing
A Dperf-script.txt14 'perf script' [<options>] <script> <required-script-args> [<record-options>] <command>
31 'perf script record <script> <command>' to record the events required
45 'perf script <script> <required-script-args> <command>' to both
46 record the events required for <script> and to run the <script>
51 'perf record' option. If <script> has any required args, they
59 'perf script <top-script>' to both record the events required for
A Dperf-arm-spe.txt120 unmap_kernel_at_el0() in the kernel sources. Common cases where it's not required
124 disabled (or isn't required to be disabled) but the SPE PMU still doesn't show in
217 Root privilege is required to collect context packets. But these only increase the accuracy of
A DBuild.txt87 For static linking, the option `LDFLAGS="-static"` is required.
/tools/usb/
A Dp9_fwd.py207 parser.add_argument("--path", type=str, required=False, help="path of target device")
211 subparsers.required = True
222 connect_group.required = True
/tools/testing/selftests/tc-testing/creating-testcases/
A DAddingTestCases.txt10 template.json for the required JSON format for test cases.
22 Be aware of required escape characters in the JSON data - particularly
32 Each test case has required data:
45 setup: The list of commands required to ensure the command under test
/tools/power/pm-graph/config/
A Dcustom-timeline-functions.cfg79 # and stack formatting. Three pieces of info are required. The function name,
89 # minimum required for an entry, it will show up as the function
144 # and stack formatting. Three pieces of info are required. The function name,
154 # minimum required for an entry, it will show up as the function
/tools/net/sunrpc/xdrgen/
A Dxdrgen43 subcommands = parser.add_subparsers(title="Subcommands", required=True)
/tools/tracing/rtla/
A DREADME.txt17 required:
/tools/hv/
A Dvmbus_testing299 state_group = state_parser.add_mutually_exclusive_group(required = True)
322 type = check_range, default =[0,0], required = (True),
/tools/memory-model/Documentation/
A Dcontrol-dependencies.txt22 from "a". This means that an explicit read barrier is required, for example
89 conditional is absolutely required, and must be present in the final
115 The initial READ_ONCE() is still required to prevent the compiler from
120 and again remove the conditional branch that is absolutely required to
141 Given this transformation, the CPU is not required to respect the ordering
/tools/testing/selftests/drivers/net/
A DREADME.rst14 against software drivers such as netdevsim. No extra preparation is required
29 Both modes required
/tools/perf/pmu-events/
A DREADME103 It is required even if such mapping is 1:1.
113 is the required field delimiter (i.e other fields cannot
/tools/testing/selftests/tc-testing/
A DREADME20 unit tests. See the config file in this directory for minimum required
24 modules. To check what is required in current setup run:
50 To use tdc, root privileges are required. This is because the
/tools/net/ynl/pyynl/
A Dcli.py54 spec_group = parser.add_mutually_exclusive_group(required=True)
/tools/power/pm-graph/
A DREADME82 The following kernel build options are required for all kernels:
101 the following additional kernel parameters are required:
450 an argument list, and a color. But only a function name is required.
463 minimum required for an entry, it will show up as the function
525 and a color. But only the function name is required.
649 # (required) get the ftrace data, this is the most important piece
/tools/testing/selftests/hid/tests/
A Dtest_wacom_generic.py547 required = {
590 expect_physical = usage in required
599 assert required[usage].contains(field)
/tools/perf/
A DMakefile.config556 $(error Error: libzstd is required by libelf, please do not set NO_LIBZSTD)
695 $(warning Warning: Disabled BPF skeletons as libelf is required by bpftool)
698 $(warning Warning: Disabled BPF skeletons as zlib is required by bpftool)
701 $(warning Warning: Disabled BPF skeletons as libbpf is required)

Completed in 27 milliseconds

12