Skip to content

Commit

Permalink
updated man pages
Browse files Browse the repository at this point in the history
  • Loading branch information
mcaleavya committed Feb 12, 2016
1 parent ee5f823 commit cbe10b5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions man/man8/bashreadline.8
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ entered command may fail: this is just showing what was entered.

This program is also a basic example of eBPF/bcc and uprobes.

This makes use of a Linux 4.5 feature (bpf_perf_event_output());
for kernels older than 4.5, see the version under tools/old,
which uses an older mechanism

Since this uses BPF, only the root user can use this tool.
.SH REQUIREMENTS
CONFIG_BPF and bcc.
Expand Down
5 changes: 3 additions & 2 deletions man/man8/biosnoop.8
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@ the I/O was first created (which usually identifies the responsible process).
This uses in-kernel eBPF maps to cache process details (PID and comm) by I/O
request, as well as a starting timestamp for calculating I/O latency.

This works by tracing various kernel blk_*() functions using dynamic tracing,
and will need updating to match any changes to these functions.
This makes use of a Linux 4.5 feature (bpf_perf_event_output());
for kernels older than 4.5, see the version under tools/old,
which uses an older mechanism

Since this uses BPF, only the root user can use this tool.
.SH REQUIREMENTS
Expand Down

0 comments on commit cbe10b5

Please sign in to comment.