Home
last modified time | relevance | path

Searched refs:detect (Results 1 – 10 of 10) sorted by relevance

/tools/testing/selftests/futex/include/
A Dfutextest.h132 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 DMakefile35 $(call QUIET_CLEAN, feature-detect)
/tools/perf/tests/shell/common/
A Dinit.sh101 VIRT=`systemd-detect-virt 2>/dev/null`
/tools/bpf/bpftool/
A DMakefile261 feature-detect-clean:
262 $(call QUIET_CLEAN, feature-detect)
265 clean: $(LIBBPF)-clean $(LIBBPF_BOOTSTRAP)-clean feature-detect-clean
/tools/memory-model/Documentation/
A Daccess-marking.txt92 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 Dperf-stat.txt299 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 Djitdump-specification.txt39 …tring "JiTD" in ASCII form. It written is as 0x4A695444. The reader will detect an endian mismatch…
A Dperf-report.txt404 perf report is able to auto-detect whether a perf.data file contains
A Dperf-record.txt671 Parse options then exit. --dry-run can be used to detect errors in cmdline
/tools/perf/tests/
A Dmake131 # Makefile because we detect clean target in Makefile.perf and

Completed in 12 milliseconds