summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-28no need of debugfs package.Paul 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-27can load all generated probesPaul Buetow
2024-02-27use generated tracepoints.cPaul Buetow
2024-02-26sort tracepoints by idPaul Buetow
2024-02-26add commentPaul Buetow
2024-02-26initial BPF C code generation based on debugfsPaul Buetow
2024-02-23as of now, only pid filter supported.Paul 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-22PID filterPaul Buetow
2024-02-22restylePaul Buetow
2024-02-22identationPaul 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-22add sync pool to auto-generated types.goPaul Buetow
2024-02-22add panic when op id is unknonwPaul Buetow
2024-02-22OpId is of type OpId in the event structsPaul Buetow
2024-02-22add String method to OpIdPaul Buetow
2024-02-21gofmt and goimports on generated Go codePaul Buetow
2024-02-21const types can have own type defs in GoPaul Buetow
2024-02-21move generated tracepoints to separate directoryPaul Buetow
2024-02-21convert C-strings (char-arrays) into Go strings in String methodPaul Buetow
2024-02-21Add comma after each tracepointPaul Buetow
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-19always copyPaul Buetow