Home
last modified time | relevance | path

Searched defs:PROBE (Results 1 – 3 of 3) sorted by relevance

/external/rust/crates/anyhow/
Dbuild.rs15 const PROBE: &str = r#" constant
/external/linux-kselftest/tools/testing/selftests/tc-testing/bpf/
DMakefile12 PROBE := $(shell $(LLC) -march=bpf -mcpu=probe -filetype=null /dev/null 2>&1) macro
/external/python/cpython3/Modules/
Dposixmodule.c15124 #define PROBE(name, test) \ macro