summaryrefslogtreecommitdiff
path: root/internal/eventloop.go
AgeCommit message (Expand)Author
2024-03-02tracepoint mismatches are reported differentlyPaul Buetow
2024-03-02typosPaul Buetow
2024-03-02add some commentsPaul Buetow
2024-03-02detect loss of event when exit/enter tracepoints dont match upPaul Buetow
2024-03-01store comm in comms mapPaul Buetow
2024-03-01also print CommPaul Buetow
2024-03-01print out file (fd and name) for each syscallPaul Buetow
2024-02-29nicer outputPaul Buetow
2024-02-29refactorPaul Buetow
2024-02-29it's not unknown but unhandledPaul Buetow
2024-02-29recycle eventsPaul Buetow
2024-02-29a more generic enter/exit event handlerPaul Buetow
2024-02-29return correct value (e.g. bytes read)Paul Buetow
2024-02-28clean up tmp ev map entriesPaul Buetow
2024-02-28can print out all fd syscall tracesPaul Buetow
2024-02-28introduce event type for better deserializingPaul Buetow
2024-02-27s/size/ret/ to make it more genericPaul Buetow
2024-02-27use generated tracepoints.cPaul Buetow
2024-02-23microsecondsPaul Buetow
2024-02-23fix data typesPaul Buetow
2024-02-23initial RwEvent (read-write event) returning sizePaul Buetow
2024-02-23various thingsPaul Buetow
2024-02-22filter sets pid and tidPaul Buetow
2024-02-22add Recycle event methodsPaul Buetow
2024-02-22move readRaw to event constructorsPaul Buetow
2024-02-22finally make use of the NQC's generated codePaul Buetow
2024-02-19refactorPaul Buetow