| /tools/verification/rvgen/ |
| A D | __main__.py | 20 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 D | ethtool_rmon.sh | 23 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 D | test-libbpf.c | 5 #error At least libbpf 1.0 is required for Linux tools.
|
| /tools/testing/selftests/zram/ |
| A D | README | 14 Kconfig required: 29 Commands required for testing:
|
| /tools/mm/ |
| A D | thpmaps | 612 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 D | SB+poonceonces.litmus | 6 * This litmus test demonstrates that at least some ordering is required
|
| /tools/testing/selftests/kvm/lib/x86/ |
| A D | vmx.c | 117 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 D | build-xed.txt | 16 ERROR: required argument(s) were missing
|
| A D | perf-script.txt | 14 '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 D | perf-arm-spe.txt | 120 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 D | Build.txt | 87 For static linking, the option `LDFLAGS="-static"` is required.
|
| /tools/usb/ |
| A D | p9_fwd.py | 207 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 D | AddingTestCases.txt | 10 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 D | custom-timeline-functions.cfg | 79 # 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 D | xdrgen | 43 subcommands = parser.add_subparsers(title="Subcommands", required=True)
|
| /tools/tracing/rtla/ |
| A D | README.txt | 17 required:
|
| /tools/hv/ |
| A D | vmbus_testing | 299 state_group = state_parser.add_mutually_exclusive_group(required = True) 322 type = check_range, default =[0,0], required = (True),
|
| /tools/memory-model/Documentation/ |
| A D | control-dependencies.txt | 22 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 D | README.rst | 14 against software drivers such as netdevsim. No extra preparation is required 29 Both modes required
|
| /tools/perf/pmu-events/ |
| A D | README | 103 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 D | README | 20 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 D | cli.py | 54 spec_group = parser.add_mutually_exclusive_group(required=True)
|
| /tools/power/pm-graph/ |
| A D | README | 82 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 D | test_wacom_generic.py | 547 required = { 590 expect_physical = usage in required 599 assert required[usage].contains(field)
|
| /tools/perf/ |
| A D | Makefile.config | 556 $(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)
|