Skip to content

Commit

Permalink
fix reference_guide.md bpf_get_current_comm search
Browse files Browse the repository at this point in the history
  • Loading branch information
oujunli authored and palmtenor committed Jul 31, 2016
1 parent 93b364e commit 014196b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/reference_guide.md
Expand Up @@ -288,8 +288,8 @@ int do_trace(struct pt_regs *ctx) {
```
Examples in situ:
[search /examples](https://github.com/iovisor/bcc/search?q=bpf_get_current_uid_gid+path%3Aexamples&type=Code),
[search /tools](https://github.com/iovisor/bcc/search?q=bpf_get_current_uid_gid+path%3Atools&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_comm+path%3Atools&type=Code)
### 6. bpf_log2l()
Expand Down

0 comments on commit 014196b

Please sign in to comment.