summaryrefslogtreecommitdiff
path: root/internal
AgeCommit message (Expand)Author
2024-02-21also generate String methods for Go structsPaul Buetow
2024-02-20minor improvements in the NQC parserPaul Buetow
2024-02-20use v6.d;Paul Buetow
2024-02-20refactor go generationPaul Buetow
2024-02-20as per https://mastodon.social/@lizmat/111965058182599235Paul Buetow
2024-02-20add tracepoints generation scriptPaul Buetow
2024-02-20rename to nqcPaul Buetow
2024-02-20fix generationPaul Buetow
2024-02-20initial play around with code generation from C to Go in RakuPaul Buetow
2024-02-19refactorPaul Buetow
2024-02-19refactorPaul Buetow
2024-02-19add TODOPaul Buetow
2024-02-19refactor generated code into its own packagePaul Buetow
2024-02-19refactor open, re-use some codePaul Buetow
2024-02-19clarifyPaul Buetow
2024-02-19add generated list, tooPaul Buetow
2024-02-19make ioriotng able to run without .c source files presentPaul Buetow
2024-02-19restructurePaul Buetow
2024-02-19refactor makefielPaul Buetow
2024-02-19propper C makefilePaul Buetow
2024-02-19move all C code to internal/cPaul Buetow
2024-02-19add write syscallPaul Buetow
2024-02-18add arch.goPaul Buetow
2024-02-17fooPaul Buetow
2024-02-17always inlinePaul Buetow
2024-02-17using global variables for more efficient filtering of eventsPaul Buetow
2024-02-16fix namePaul Buetow
2024-02-16it's actually the Pid + TGidPaul Buetow
2024-02-16calculate time takenPaul Buetow
2024-02-16refactor to syncpoolPaul Buetow
2024-02-16readRaw helperPaul Buetow
2024-02-16use fmtPaul Buetow
2024-02-16use panicPaul Buetow
2024-02-16also do close syscallPaul Buetow
2024-02-16add buffertoolsPaul Buetow
2024-02-16move C file to internalPaul Buetow
2024-02-16move some files to internal typesPaul Buetow
2024-02-16clean up obsolete opidsPaul Buetow
2024-02-16pretty print of the op idPaul Buetow
2024-02-16delete dead codePaul Buetow
2024-02-16can deserialise ring buffer messages in GoPaul Buetow
2024-02-16move flags to typesPaul Buetow
2024-02-16update Go typesPaul Buetow
2024-02-16switch from perf maps to ring bufferPaul Buetow
2024-02-15some more about timestampsPaul Buetow
2024-02-15map sizes can be specified through flagsPaul Buetow
2024-02-13renamePaul Buetow
2024-02-13add types packagePaul Buetow
2024-02-13forgot to add the flags packagePaul Buetow
2024-02-13can pass flags to BPFPaul Buetow