Commit 31ded520 authored by Brendan Gregg's avatar Brendan Gregg Committed by GitHub

Merge pull request #637 from oujunli/ojl_dev

fix reference_guide.md bpf_get_current_comm search
parents 1b0bbe9f 3a50be48
...@@ -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