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-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-29
return correct value (e.g. bytes read)
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
s/size/ret/ to make it more generic
Paul Buetow
2024-02-27
can load all generated probes
Paul Buetow
2024-02-27
use generated tracepoints.c
Paul Buetow
2024-02-26
initial BPF C code generation based on debugfs
Paul Buetow
2024-02-23
fix data types
Paul Buetow
2024-02-23
initial RwEvent (read-write event) returning size
Paul Buetow
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