mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
9fd832da02
This adds a `HottestSyscalls` function to the `Platform` interface, as the platform determines which syscalls are most often called by the Sentry. This is used by the Sentry seccomp filter code to build the final list of hot syscalls. PiperOrigin-RevId: 582833363