Home
last modified time | relevance | path

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

/linux-6.1.9/tools/testing/selftests/x86/
Dsyscall_numbering.c74 bool probing_syscall; /* In probe_syscall() */ member
133 sh->probing_syscall = true; in probe_syscall()
140 sh->probing_syscall = false; in probe_syscall()
356 sh->probing_syscall = false; /* Do this on entry only */ in mess_with_syscall()
409 if (sh->probing_syscall && WSTOPSIG(wstatus) == SIGTRAP) in syscall_numbering_tracer()