Home
last modified time | relevance | path

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

/developtools/profiler/hiebpf/src/
Dhiebpf.bpf.c24 #ifndef VM_FAULT_ERROR
25 #define VM_FAULT_ERROR (VM_FAULT_OOM | VM_FAULT_SIGBUS | \ macro
263 if (vmf_flags & VM_FAULT_ERROR) { in handle_return_value()