This commit is contained in:
yunwei37
2023-03-23 18:42:30 +00:00
parent 642e647284
commit 8baf825c29
14 changed files with 122 additions and 74 deletions

View File

@@ -196,7 +196,7 @@ char __license[] SEC("license") = "GPL";
Compiling bpf object...
Packing ebpf object and config into package.json...
</code></pre>
<pre><code class="language-shell">$ sudo ecli ./package.json
<pre><code class="language-shell">$ sudo ecli run ./package.json
...
Successfully started! Please run `sudo cat /sys/kernel/debug/tracing/trace_pipe` to see output of the BPF program.
......