Commit 3a50be48 authored by Junli Ou's avatar Junli Ou

fix reference_guide.md bpf_get_current_comm search

parent 1b0bbe9f
...@@ -288,8 +288,8 @@ int do_trace(struct pt_regs *ctx) { ...@@ -288,8 +288,8 @@ int do_trace(struct pt_regs *ctx) {
``` ```
Examples in situ: Examples in situ:
[search /examples](https://github.com/iovisor/bcc/search?q=bpf_get_current_uid_gid+path%3Aexamples&type=Code), [search /examples](https://github.com/iovisor/bcc/search?q=bpf_get_current_comm+path%3Aexamples&type=Code),
[search /tools](https://github.com/iovisor/bcc/search?q=bpf_get_current_uid_gid+path%3Atools&type=Code) [search /tools](https://github.com/iovisor/bcc/search?q=bpf_get_current_comm+path%3Atools&type=Code)
### 6. bpf_log2l() ### 6. bpf_log2l()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment