summaryrefslogtreecommitdiff
path: root/docs/tutorial/scripts/workload.sh
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-05-23 20:10:43 +0300
committerPaul Buetow <paul@buetow.org>2026-05-23 20:10:43 +0300
commit4e67c348ef1dc2c0d08f3e90c2affb555b205d0e (patch)
tree5006f1f9c0e27040a2143d63f5cc0dd472f6ce63 /docs/tutorial/scripts/workload.sh
parenta2151af07c58efa3bf541e0273702ae991eda799 (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/tutorial/scripts/workload.sh')
0 files changed, 0 insertions, 0 deletions