Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bpftrace
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
bpftrace
Commits
6da344b8
Commit
6da344b8
authored
Jan 18, 2019
by
Brendan Gregg
Committed by
GitHub
Jan 18, 2019
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #371 from CavemanWork/patch-1
Lesson 9: Replace "stack" to "kstack".
parents
5d50070d
1ac56bde
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
docs/tutorial_one_liners.md
docs/tutorial_one_liners.md
+1
-1
No files found.
docs/tutorial_one_liners.md
View file @
6da344b8
...
@@ -190,7 +190,7 @@ Count process-level events for five seconds, printing a summary.
...
@@ -190,7 +190,7 @@ Count process-level events for five seconds, printing a summary.
# Lesson 9. Profile On-CPU Kernel Stacks
# Lesson 9. Profile On-CPU Kernel Stacks
```
```
# bpftrace -e 'profile:hz:99 { @[stack] = count(); }'
# bpftrace -e 'profile:hz:99 { @[
k
stack] = count(); }'
Attaching 1 probe...
Attaching 1 probe...
^C
^C
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment