Commit Graph

6 Commits

Author SHA1 Message Date
云微
002414f578 Fix some syntax errors and add 17 (#62)
* update link to our website

* rename english title

* add biopattern

* fix too long titles

* fix syntax error

* fix syntax error

* fix intend
2023-08-15 16:14:55 +01:00
Ruidong-X
31c92abad8 fix(exitsnoop): get the correct 'DURATION_NS' (#59) 2023-08-13 03:01:05 +08:00
云微
ef9a1d9b47 add English doc (#55)
* add english documents

* docs: add root english README
2023-08-08 15:55:55 +08:00
云微
a53481d131 fix docker image content and add basic CI check (#41)
Replace
```
docker run -it -v `pwd`/:/src/ yunwei37/ebpm:latest
```
with:
```
docker run -it -v `pwd`/:/src/ ghcr.io/eunomia-bpf/ecc-`uname -m`:latest
```

Add a basic CI check for the hello world BPF program.
2023-06-15 16:36:22 +08:00
yunwei37
57e0164e90 update exitsnoop and bootstrap 2023-05-07 03:38:43 +08:00
ocfox
52ae3ae26d feat: deploy static web with mdbook (#11) 2023-03-09 11:36:23 +08:00