Searched refs:detect (Results 1 – 10 of 10) sorted by relevance
| /tools/testing/selftests/futex/include/ |
| A D | futextest.h | 132 futex_lock_pi(futex_t *uaddr, struct timespec *timeout, int detect, in futex_lock_pi() argument 135 return futex(uaddr, FUTEX_LOCK_PI, detect, timeout, NULL, 0, opflags); in futex_lock_pi()
|
| /tools/build/ |
| A D | Makefile | 35 $(call QUIET_CLEAN, feature-detect)
|
| /tools/perf/tests/shell/common/ |
| A D | init.sh | 101 VIRT=`systemd-detect-virt 2>/dev/null`
|
| /tools/bpf/bpftool/ |
| A D | Makefile | 261 feature-detect-clean: 262 $(call QUIET_CLEAN, feature-detect) 265 clean: $(LIBBPF)-clean $(LIBBPF_BOOTSTRAP)-clean feature-detect-clean
|
| /tools/memory-model/Documentation/ |
| A D | access-marking.txt | 92 to x allows KCSAN to detect reads from x from within regions of code 305 plain C-language accesses is that KCSAN can detect any erroneous lockless 311 If it is necessary to suppress compiler optimization and also detect 327 However, in order for KCSAN to detect buggy lockless writes, your kernel 329 need KCSAN to detect such a write even if that write did not change 331 If you need KCSAN to detect such a write happening in an interrupt handler
|
| /tools/perf/Documentation/ |
| A D | perf-stat.txt | 299 is a useful mode to detect imbalance between sockets. To enable this mode, 306 is a useful mode to detect imbalance between dies. To enable this mode, 313 is a useful mode to detect imbalance between clusters. To enable this mode, 329 is a useful mode to detect imbalance between physical cores. To enable this mode, 339 is a useful mode to detect imbalance between NUMA nodes. To enable this
|
| A D | jitdump-specification.txt | 39 …tring "JiTD" in ASCII form. It written is as 0x4A695444. The reader will detect an endian mismatch…
|
| A D | perf-report.txt | 404 perf report is able to auto-detect whether a perf.data file contains
|
| A D | perf-record.txt | 671 Parse options then exit. --dry-run can be used to detect errors in cmdline
|
| /tools/perf/tests/ |
| A D | make | 131 # Makefile because we detect clean target in Makefile.perf and
|
Completed in 12 milliseconds