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
/
nqc.raku
Age
Commit message (
Collapse
)
Author
2025-03-16
refactor directories
Paul Buetow
2024-04-01
use u64 for time, use time since boot
Paul Buetow
2024-03-09
refactor into roles
Paul Buetow
2024-03-08
https://codeberg.org/snonux/ioriotng/issues/20 using a map for name
Paul Buetow
lookups
2024-03-02
refactor
Paul Buetow
2024-03-02
detect loss of event when exit/enter tracepoints dont match up
Paul Buetow
2024-03-01
print out file (fd and name) for each syscall
Paul Buetow
2024-02-29
nicer output
Paul Buetow
2024-02-29
a more generic enter/exit event handler
Paul Buetow
2024-02-28
can print out all fd syscall traces
Paul Buetow
2024-02-28
introduce event type for better deserializing
Paul Buetow
2024-02-27
use generated tracepoints.c
Paul Buetow
2024-02-23
initial RwEvent (read-write event) returning size
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
convert C-strings (char-arrays) into Go strings in String method
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
as per https://mastodon.social/@lizmat/111965058182599235
Paul Buetow
2024-02-20
rename to nqc
Paul Buetow