Skip to content

Commit

Permalink
Merge pull request iovisor#637 from oujunli/ojl_dev
Browse files Browse the repository at this point in the history
fix reference_guide.md bpf_get_current_comm search
  • Loading branch information
brendangregg committed Jul 29, 2016
2 parents 1b0bbe9 + 3a50be4 commit 31ded52
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 31ded52

Please sign in to comment.