Home
last modified time | relevance | path

Searched refs:disable (Results 1 – 25 of 50) sorted by relevance

12

/tools/testing/selftests/prctl/
D.gitignore2 disable-tsc-ctxt-sw-stress-test
3 disable-tsc-on-off-stress-test
4 disable-tsc-test
DMakefile7 TEST_PROGS := disable-tsc-ctxt-sw-stress-test disable-tsc-on-off-stress-test \
8 disable-tsc-test
/tools/testing/selftests/wireguard/qemu/
DMakefile271 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/
Dtest_sysctl_loop1.c33 #pragma clang loop unroll(disable) in is_tcp_mem()
62 #pragma clang loop unroll(disable) in sysctl_tcp_mem()
Dtest_sysctl_loop2.c33 #pragma clang loop unroll(disable) in is_tcp_mem()
60 #pragma clang loop unroll(disable) in sysctl_tcp_mem()
Dstrobemeta.h421 #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/
Dcpuidle.h8 unsigned int disable);
Dcpuidle.c230 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/
Dsysfs.h20 unsigned int disable);
Dsysfs.c300 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/
Dperfconfig.example20 # Default, disable using /dev/null
Dintel-bts.txt57 To disable trace decoding entirely, use the option --no-itrace.
68 To disable the display of Intel BTS packets, combine the -D option with
Dperf-report.txt233 - 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/
Dexample.cfg29 # 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
Dstandby.cfg29 # Use rtcwake to autoresume after X seconds, or off to disable (default: 15)
Dfreeze.cfg29 # Use rtcwake to autoresume after X seconds, or off to disable (default: 15)
Dstandby-callgraph.cfg30 # Use rtcwake to autoresume after X seconds, or off to disable (default: 15)
Dsuspend.cfg29 # Use rtcwake to autoresume after X seconds, or off to disable (default: 15)
Dfreeze-dev.cfg29 # Use rtcwake to autoresume after X seconds, or off to disable (default: 15)
Dsuspend-callgraph.cfg30 # Use rtcwake to autoresume after X seconds, or off to disable (default: 15)
/tools/testing/selftests/ftrace/test.d/ftrace/
Dfunc_event_triggers.tc123 run_enable_disable disable Disable 1 "0*" "1*"
/tools/lib/traceevent/Documentation/
Dlibtraceevent-set_flag.txt31 _TEP_DISABLE_SYS_PLUGINS_ - disable plugins, located in system's plugin
35 _TEP_DISABLE_PLUGINS_ - disable all library plugins:
/tools/testing/kunit/
Dkunit_kernel.py75 disable = open(BROKEN_ALLCONFIG_PATH, 'r').read()
76 config.write(disable)
/tools/testing/selftests/rcutorture/doc/
DTREE_RCU-kconfig.txt77 Selected by CONFIG_RCU_TORTURE_TEST, so cannot disable.
/tools/perf/
DMakefile.config794 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