Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bcc
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
bcc
Commits
4e479815
Commit
4e479815
authored
May 29, 2018
by
yonghong-song
Committed by
GitHub
May 29, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1785 from kernel-z/master
within tc_perf_event.py,ping command fix
parents
25ab2e5d
a82bfb03
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
examples/networking/tc_perf_event.py
examples/networking/tc_perf_event.py
+1
-1
No files found.
examples/networking/tc_perf_event.py
View file @
4e479815
...
...
@@ -77,7 +77,7 @@ try:
parent
=
"ffff:fff3"
,
classid
=
1
,
direct_action
=
True
)
b
[
"skb_events"
].
open_perf_buffer
(
print_skb_event
)
print
(
'Try: "ping
-
6 ff02::1%me"
\
n
'
)
print
(
'Try: "ping6 ff02::1%me"
\
n
'
)
print
(
"%-3s %-32s %-12s %-10s"
%
(
"CPU"
,
"SRC IP"
,
"DST IP"
,
"Magic"
))
while
True
:
b
.
perf_buffer_poll
()
...
...
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