Searched refs:disable (Results 1 – 25 of 50) sorted by relevance
12
/tools/testing/selftests/prctl/ |
D | .gitignore | 2 disable-tsc-ctxt-sw-stress-test 3 disable-tsc-on-off-stress-test 4 disable-tsc-test
|
D | Makefile | 7 TEST_PROGS := disable-tsc-ctxt-sw-stress-test disable-tsc-on-off-stress-test \ 8 disable-tsc-test
|
/tools/testing/selftests/wireguard/qemu/ |
D | Makefile | 271 cd $(MUSL_PATH) && CC=$(REAL_CC) ./configure --prefix=/ --disable-static --build=$(CBUILD) 292 …U_SOURCE" ./configure --prefix=/ $(CROSS_COMPILE_FLAG) --enable-static --disable-shared --with-ope… 326 …bash-malloc --disable-debugger --disable-help-builtin --disable-history --disable-multibyte --disa… 352 …FLAG) --enable-static --disable-shared --disable-nftables --disable-bpf-compiler --disable-nfsynpr… 362 …cd $(NMAP_PATH) && ./configure --prefix=/ $(CROSS_COMPILE_FLAG) --enable-static --disable-shared -…
|
/tools/testing/selftests/bpf/progs/ |
D | test_sysctl_loop1.c | 33 #pragma clang loop unroll(disable) in is_tcp_mem() 62 #pragma clang loop unroll(disable) in sysctl_tcp_mem()
|
D | test_sysctl_loop2.c | 33 #pragma clang loop unroll(disable) in is_tcp_mem() 60 #pragma clang loop unroll(disable) in sysctl_tcp_mem()
|
D | strobemeta.h | 421 #pragma clang loop unroll(disable) in read_map_var() 479 #pragma clang loop unroll(disable) in read_strobe_meta() 487 #pragma clang loop unroll(disable) in read_strobe_meta() 495 #pragma clang loop unroll(disable) in read_strobe_meta()
|
/tools/power/cpupower/lib/ |
D | cpuidle.h | 8 unsigned int disable);
|
D | cpuidle.c | 230 unsigned int disable) in cpuidle_state_disable() argument 242 snprintf(value, SYSFS_PATH_MAX, "%u", disable); in cpuidle_state_disable() 245 value, sizeof(disable)); in cpuidle_state_disable()
|
/tools/power/cpupower/utils/helpers/ |
D | sysfs.h | 20 unsigned int disable);
|
D | sysfs.c | 300 unsigned int disable) in sysfs_idlestate_disable() argument 312 snprintf(value, SYSFS_PATH_MAX, "%u", disable); in sysfs_idlestate_disable() 315 value, sizeof(disable)); in sysfs_idlestate_disable()
|
/tools/perf/Documentation/ |
D | perfconfig.example | 20 # Default, disable using /dev/null
|
D | intel-bts.txt | 57 To disable trace decoding entirely, use the option --no-itrace. 68 To disable the display of Intel BTS packets, combine the -D option with
|
D | perf-report.txt | 233 - none: disable call chain display. 267 default, disable with --no-children. 340 disable with --no-source. 388 disable with --no-demangle. 475 To disable decoding entirely, use --no-itrace. 484 So user can use "call-graph=no" event modifier to disable callgraph 487 disable the callgraph. 518 default, disable with --no-inline.
|
/tools/power/pm-graph/config/ |
D | example.cfg | 29 # Use rtcwake to autoresume after X seconds, or off to disable (default: 15) 48 # Runtime suspend enable/disable 49 # Enable/disable runtime suspend for all devices, restore all after test (default: no-action) 50 # rs: disable
|
D | standby.cfg | 29 # Use rtcwake to autoresume after X seconds, or off to disable (default: 15)
|
D | freeze.cfg | 29 # Use rtcwake to autoresume after X seconds, or off to disable (default: 15)
|
D | standby-callgraph.cfg | 30 # Use rtcwake to autoresume after X seconds, or off to disable (default: 15)
|
D | suspend.cfg | 29 # Use rtcwake to autoresume after X seconds, or off to disable (default: 15)
|
D | freeze-dev.cfg | 29 # Use rtcwake to autoresume after X seconds, or off to disable (default: 15)
|
D | suspend-callgraph.cfg | 30 # Use rtcwake to autoresume after X seconds, or off to disable (default: 15)
|
/tools/testing/selftests/ftrace/test.d/ftrace/ |
D | func_event_triggers.tc | 123 run_enable_disable disable Disable 1 "0*" "1*"
|
/tools/lib/traceevent/Documentation/ |
D | libtraceevent-set_flag.txt | 31 _TEP_DISABLE_SYS_PLUGINS_ - disable plugins, located in system's plugin 35 _TEP_DISABLE_PLUGINS_ - disable all library plugins:
|
/tools/testing/kunit/ |
D | kunit_kernel.py | 75 disable = open(BROKEN_ALLCONFIG_PATH, 'r').read() 76 config.write(disable)
|
/tools/testing/selftests/rcutorture/doc/ |
D | TREE_RCU-kconfig.txt | 77 Selected by CONFIG_RCU_TORTURE_TEST, so cannot disable.
|
/tools/perf/ |
D | Makefile.config | 794 disable-python = $(eval $(disable-python_code)) 795 define disable-python_code 802 $(call disable-python,Python support disabled by user) 806 …$(call disable-python,No python interpreter was found: disables Python support - please install py… 811 …$(call disable-python,No 'python-config' tool was found: disables Python support - please install … 815 …$(call disable-python,No 'Python.h' (for Python 2.x support) was found: disables Python support - … 1050 msg := $(warning No g++ found, disable clang and llvm support. Please install g++)
|
12