index
:
ior
develop
main
I/O Riot NG is an experiment with BPF.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
internal
/
generated
Age
Commit message (
Expand
)
Author
2024-02-23
various things
Paul Buetow
2024-02-22
filter sets pid and tid
Paul Buetow
2024-02-22
PID filter
Paul Buetow
2024-02-22
restyle
Paul Buetow
2024-02-22
identation
Paul Buetow
2024-02-22
add Recycle event methods
Paul Buetow
2024-02-22
move readRaw to event constructors
Paul Buetow
2024-02-22
finally make use of the NQC's generated code
Paul Buetow
2024-02-22
add sync pool to auto-generated types.go
Paul Buetow
2024-02-22
add panic when op id is unknonw
Paul Buetow
2024-02-22
OpId is of type OpId in the event structs
Paul Buetow
2024-02-22
add String method to OpId
Paul Buetow
2024-02-21
gofmt and goimports on generated Go code
Paul Buetow
2024-02-21
const types can have own type defs in Go
Paul Buetow
2024-02-21
move generated tracepoints to separate directory
Paul Buetow
2024-02-21
convert C-strings (char-arrays) into Go strings in String method
Paul Buetow
2024-02-21
Add comma after each tracepoint
Paul Buetow
2024-02-21
also generate String methods for Go structs
Paul Buetow
2024-02-20
minor improvements in the NQC parser
Paul Buetow
2024-02-20
use v6.d;
Paul Buetow
2024-02-20
refactor go generation
Paul Buetow
2024-02-20
as per https://mastodon.social/@lizmat/111965058182599235
Paul Buetow
2024-02-20
add tracepoints generation script
Paul Buetow
2024-02-20
rename to nqc
Paul Buetow
2024-02-20
fix generation
Paul Buetow
2024-02-20
initial play around with code generation from C to Go in Raku
Paul Buetow
2024-02-19
refactor generated code into its own package
Paul Buetow