summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-02-13forgot to add the flags packagePaul Buetow
2024-02-13can pass flags to BPFPaul Buetow
2024-02-13define event struct and assign values independently. otherwise, confusesPaul Buetow
2024-02-13can pass config struct and also have a generic filter function in BPFPaul Buetow
2024-02-13can pass UID via map from userland to BPF partPaul Buetow
2024-02-13add more to the readmePaul Buetow
2024-02-13move program code to internal package - only leave cmd wrapper in ./cmdPaul Buetow
2024-02-13use explicit typesPaul Buetow
2024-02-13collect enter and exit times of the syscall tracepointsPaul Buetow
2024-02-11cleanup include pathsPaul Buetow
2024-02-11make it phonyPaul Buetow
2024-02-11no racePaul Buetow
2024-02-11cosmeticsPaul Buetow
2024-02-11move all to makefilesPaul Buetow
2024-02-11rename c filePaul Buetow
2024-02-11move around some stuff to the MakefilePaul Buetow
2024-02-11also use opids.goPaul Buetow
2024-02-11move go cmd to cmd/ioriotngPaul Buetow
2024-02-11initial timestampsPaul Buetow
2024-02-11refactorPaul Buetow
2024-02-10fixPaul Buetow
2024-02-10add debugfs.TracepointsWithFPaul Buetow
2024-02-10it's not the pollSize, but the poll timeout in poll() :facepalm:Paul Buetow
2024-02-10add opidsPaul Buetow
2024-02-10also read fdEvents in GoPaul Buetow
2024-02-10make it genericPaul Buetow
2024-02-10refactorPaul Buetow
2024-02-10refactorPaul Buetow
2024-02-10add UID filterPaul Buetow
2024-02-10add open syscallPaul Buetow
2024-02-09remove cleanPaul Buetow
2024-02-09add cleanPaul Buetow
2024-02-09morePaul Buetow
2024-02-09add todoPaul Buetow
2024-02-09use log package everywherePaul Buetow
2024-02-09can dynamically load progs and tracepointsPaul Buetow
2024-02-09also catch enter openat syscallPaul Buetow
2024-02-08allign logo rightPaul Buetow
2024-02-08can trace openat exitPaul Buetow
2024-02-08fix deprecation messagesPaul Buetow
2024-02-08change logo sizePaul Buetow
2024-02-08add logoPaul Buetow
2024-02-06cann recv a string from the kernel to userlandPaul Buetow
2024-02-06Add MakefilePaul Buetow
2024-02-05ignore vmlinuxPaul Buetow
2024-02-05generate vmlinux.hPaul Buetow
2024-02-05correctionPaul Buetow
2024-02-04remove paul from pathsPaul Buetow
2024-02-04add golang and clangPaul Buetow
2024-02-04can compilePaul Buetow