Home
last modified time | relevance | path

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

/tools/testing/selftests/futex/include/
Dfutextest.h121 futex_lock_pi(futex_t *uaddr, struct timespec *timeout, int detect, in futex_lock_pi() argument
124 return futex(uaddr, FUTEX_LOCK_PI, detect, timeout, NULL, 0, opflags); in futex_lock_pi()
/tools/build/
DMakefile37 $(call QUIET_CLEAN, feature-detect)
/tools/bpf/bpftool/
DMakefile178 feature-detect-clean:
179 $(call QUIET_CLEAN, feature-detect)
182 clean: $(LIBBPF)-clean feature-detect-clean
/tools/perf/Documentation/
Dperf-stat.txt262 is a useful mode to detect imbalance between sockets. To enable this mode,
269 is a useful mode to detect imbalance between dies. To enable this mode,
276 is a useful mode to detect imbalance between physical cores. To enable this mode,
286 is a useful mode to detect imbalance between NUMA nodes. To enable this
Djitdump-specification.txt39 …tring "JiTD" in ASCII form. It written is as 0x4A695444. The reader will detect an endian mismatch…
Dperf-report.txt359 perf report is able to auto-detect whether a perf.data file contains
Dperf-record.txt584 Parse options then exit. --dry-run can be used to detect errors in cmdline
/tools/lib/bpf/
DMakefile270 $(call QUIET_CLEAN, feature-detect)
/tools/perf/tests/
Dmake124 # Makefile because we detect clean target in Makefile.perf and