diff options
| author | Paul Buetow <paul@buetow.org> | 2026-05-23 20:10:43 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-05-23 20:10:43 +0300 |
| commit | 4e67c348ef1dc2c0d08f3e90c2affb555b205d0e (patch) | |
| tree | 5006f1f9c0e27040a2143d63f5cc0dd472f6ce63 /docs/syscall-tracing-plan.md | |
| parent | a2151af07c58efa3bf541e0273702ae991eda799 (diff) | |
2c fix epoll_create and pidfd_open flags in BPF codegen
epoll_create(size) was recording size (args[0]) as flags — hardcode to
0 since the syscall has no flags argument. pidfd_open(pid, flags) was
recording pid (args[0]) as flags — use args[1] instead.
Add test fixtures and codegen tests that verify the correct argument
indexes and reject the old wrong ones. Regenerate generated_tracepoints.c.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Diffstat (limited to 'docs/syscall-tracing-plan.md')
0 files changed, 0 insertions, 0 deletions
