mirror of
https://github.com/eunomia-bpf/bpf-developer-tutorial.git
synced 2026-02-03 10:14:44 +08:00
fix the parameters (#21)
* fix some pages not found in the README.md * fix some command parameters not right in Readme.md
This commit is contained in:
@@ -155,7 +155,7 @@ int handle_exit(struct trace_event_raw_sched_process_template* ctx)
|
||||
编译运行上述代码:
|
||||
|
||||
```console
|
||||
$ ecc bootstrap.bpf.c
|
||||
$ ecc bootstrap.bpf.c bootstrap.h
|
||||
Compiling bpf object...
|
||||
Packing ebpf object and config into package.json...
|
||||
$ sudo ecli run package.json
|
||||
|
||||
Reference in New Issue
Block a user