mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Fix second systrap blogpost image.
getpid-ptrace-vs-systrap-unopt.svg was a copy of getpid-ptrace-vs-native.svg. Rename image so previously cached image isn't reused. PiperOrigin-RevId: 528499423
This commit is contained in:
committed by
gVisor bot
parent
1aa75b6714
commit
8218095436
File diff suppressed because one or more lines are too long
|
Before Width: | Height: | Size: 89 KiB |
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 92 KiB |
@@ -77,7 +77,7 @@ populates shared memory regions, and requests the sentry to handle the requested
|
||||
system call. This alone proved to be faster than using `PTRACE_SYSEMU`, as
|
||||
demonstrated by the `getpid` benchmark:
|
||||
|
||||
{:width="100%"}
|
||||
{:width="100%"}
|
||||
|
||||
Can we make it even faster? Recall what the main purpose of our signal handler
|
||||
is: to send a request to the sentry via shared memory. To do that, the sandboxed
|
||||
|
||||
Reference in New Issue
Block a user