Skip to content

Commit

Permalink
Update reference_guide.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleydavies authored and yonghong-song committed Apr 19, 2019
1 parent 057a16f commit 1bbfdb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -1244,7 +1244,7 @@ Normal output from a BPF program is either:

### 1. perf_buffer_poll()

Syntax: ```BPF.perf_buffer_poll([timeout])```
Syntax: ```BPF.perf_buffer_poll(timeout=T)```

This polls from all open perf ring buffers, calling the callback function that was provided when calling open_perf_buffer for each entry.

Expand Down

0 comments on commit 1bbfdb6

Please sign in to comment.