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
b6e0a545
Commit
b6e0a545
authored
Apr 06, 2016
by
Brenden Blanco
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #480 from larsx2/master
Fixed tcpv4connect.py broken link on README
parents
fd604b44
64908b96
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
README.md
README.md
+1
-1
No files found.
README.md
View file @
b6e0a545
...
...
@@ -63,7 +63,7 @@ Examples:
-
examples/tracing/
[
bitehist.py
](
examples/tracing/bitehist.py
)
examples/tracing/
[
bitehist.c
](
examples/tracing/bitehist.c
)
: Block I/O size histogram.
[
Examples
](
examples/tracing/bitehist_example.txt
)
.
-
examples/tracing/
[
disksnoop.py
](
examples/tracing/disksnoop.py
)
examples/tracing/
[
disksnoop.c
](
examples/tracing/disksnoop.c
)
: Trace block device I/O latency.
[
Examples
](
examples/tracing/disksnoop_example.txt
)
.
-
examples/
[
hello_world.py
](
examples/hello_world.py
)
: Prints "Hello, World!" for new processes.
-
examples/tracing/
[
tcpv4connect
](
examples/tracing/tcpv4connect
)
: Trace TCP IPv4 active connections.
[
Examples
](
examples/tracing/tcpv4connect_example.txt
)
.
-
examples/tracing/
[
tcpv4connect
.py
](
examples/tracing/tcpv4connect.py
)
: Trace TCP IPv4 active connections.
[
Examples
](
examples/tracing/tcpv4connect_example.txt
)
.
-
examples/tracing/
[
trace_fields.py
](
examples/tracing/trace_fields.py
)
: Simple example of printing fields from traced events.
-
examples/tracing/
[
vfsreadlat.py
](
examples/tracing/vfsreadlat.py
)
examples/tracing/
[
vfsreadlat.c
](
examples/tracing/vfsreadlat.c
)
: VFS read latency distribution.
[
Examples
](
examples/tracing/vfsreadlat_example.txt
)
.
...
...
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