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 committed Jul 29, 2016
1 parent 1b0bbe9 commit 3a50be4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/reference_guide.md
Original file line number Diff line number Diff line change
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 3a50be4

Please sign in to comment.