Skip to content

Commit

Permalink
Fix up ustack documentation
Browse files Browse the repository at this point in the history
The ustack documentation was missing the stack mode argument. It was
also referencing nothing.
  • Loading branch information
danobi committed May 24, 2019
1 parent 32daaa2 commit 5eeeb10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/reference_guide.md
Expand Up @@ -1830,9 +1830,9 @@ Attaching 1 probe...

## 16. `ustack()`: Stack Traces, User

Syntax: `ustack([int level])`
Syntax: `ustack([StackMode mode, ][int limit])`

This builtin is an alias to `ustack()` (see).
These are implemented using BPF stack maps.

Examples:

Expand Down

0 comments on commit 5eeeb10

Please sign in to comment.