Date: Wed, 06 Sep 2023 20:07:25 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 273607] ktrace(1) doesn't log some system calls Message-ID: <bug-273607-227-otvGRSjsgV@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-273607-227@https.bugs.freebsd.org/bugzilla/>
index | next in thread | previous in thread | raw e-mail
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273607 Mark Johnston <markj@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |markj@FreeBSD.org --- Comment #1 from Mark Johnston <markj@FreeBSD.org> --- That's expected. On most platforms clock_gettime() is implemented by reading the vDSO page published by the kernel. See lib/libc/sys/clock_gettime.c. ptrace and dtrace also won't observe such calls. -- You are receiving this mail because: You are the assignee for the bug.help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-273607-227-otvGRSjsgV>
