Searched refs:disable (Results 1 – 22 of 22) sorted by relevance
/tools/testing/selftests/prctl/ |
D | .gitignore | 1 disable-tsc-ctxt-sw-stress-test 2 disable-tsc-on-off-stress-test 3 disable-tsc-test
|
D | Makefile | 6 TEST_PROGS := disable-tsc-ctxt-sw-stress-test disable-tsc-on-off-stress-test \ 7 disable-tsc-test
|
/tools/power/cpupower/lib/ |
D | cpuidle.h | 7 unsigned int disable);
|
D | cpuidle.c | 231 unsigned int disable) in cpuidle_state_disable() argument 243 snprintf(value, SYSFS_PATH_MAX, "%u", disable); in cpuidle_state_disable() 246 value, sizeof(disable)); in cpuidle_state_disable()
|
/tools/power/cpupower/utils/helpers/ |
D | sysfs.h | 19 unsigned int disable);
|
D | sysfs.c | 301 unsigned int disable) in sysfs_idlestate_disable() argument 313 snprintf(value, SYSFS_PATH_MAX, "%u", disable); in sysfs_idlestate_disable() 316 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 | 210 - none: disable call chain display. 312 disable with --no-source. 348 disable with --no-demangle. 390 To disable decoding entirely, use --no-itrace. 399 So user can use "call-graph=no" event modifier to disable callgraph 402 disable the callgraph.
|
D | perf-annotate.txt | 89 disable with --no-source.
|
D | perf-config.txt | 88 # Default, disable using /dev/null 189 cache location, or to disable it altogether. If you want to disable it,
|
D | perf-script.txt | 250 disable with --no-demangle. 266 To disable decoding entirely, use --no-itrace.
|
D | intel-pt.txt | 169 So, to disable TSC packets use: 501 namely PERF_EVENT_IOC_DISABLE. However doing that can also disable the 732 To disable trace decoding entirely, use the option --no-itrace. 755 To disable the display of Intel PT packets, combine the -D option with
|
D | perf-trace.txt | 96 Show process COMM right beside its ID, on by default, disable with --no-comm.
|
D | perf-top.txt | 155 disable with --no-source.
|
D | perf-record.txt | 58 "no" for disable callgraph.
|
/tools/perf/ |
D | Makefile.config | 561 disable-python = $(eval $(disable-python_code)) 562 define disable-python_code 569 $(call disable-python,Python support disabled by user) 573 …$(call disable-python,No python interpreter was found: disables Python support - please install py… 578 …$(call disable-python,No 'python-config' tool was found: disables Python support - please install … 590 …$(call disable-python,No 'Python.h' (for Python 2.x support) was found: disables Python support - … 601 $(warning Otherwise, disable Python support entirely:)
|
D | builtin-record.c | 1637 bool disable = true; in cmd_record() local 1640 disable = false; in cmd_record() 1642 disable = false; in cmd_record() 1643 if (disable) { in cmd_record()
|
D | design.txt | 434 A process can enable or disable all the counter groups that are
|
/tools/perf/tests/ |
D | make | 115 # disable features detection 171 # disable some tests for O=...
|
/tools/kvm/kvm_stat/ |
D | kvm_stat | 500 def disable(self): member in Event 628 event.disable()
|
/tools/usb/usbip/ |
D | INSTALL | 218 disable caching.
|