Skip to content

Commit

Permalink
profile: remove remnant from old version
Browse files Browse the repository at this point in the history
The comment on the instrumentation of perf_event_open should have
been removed in commit 715f7e6.
  • Loading branch information
pchaigno committed Jun 8, 2018
1 parent db5fa47 commit 275dff4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tools/profile.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@
# counting there. Only the unique stacks and counts are passed to user space
# at the end of the profile, greatly reducing the kernel<->user transfer.
#
# This uses perf_event_open to setup a timer which is instrumented by BPF,
# and for efficiency it does not initialize the perf ring buffer, so the
# redundant perf samples are not collected.
#
# REQUIRES: Linux 4.9+ (BPF_PROG_TYPE_PERF_EVENT support). Under tools/old is
# a version of this tool that may work on Linux 4.6 - 4.8.
#
Expand Down

0 comments on commit 275dff4

Please sign in to comment.