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 e76a7c7 commit 057a16f
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 @@ -1248,7 +1248,7 @@ Syntax: ```BPF.perf_buffer_poll([timeout])```

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

The timeout parameter is optional and measured in milliseconds.
The timeout parameter is optional and measured in milliseconds. In its absence, polling continues indefinitely.

Example:

Expand Down

0 comments on commit 057a16f

Please sign in to comment.