Skip to content

Commit

Permalink
Merge pull request iovisor#1805 from pchaigno/remove-remnant-old-profile
Browse files Browse the repository at this point in the history
profile: remove remnant from old version
  • Loading branch information
yonghong-song authored Jun 8, 2018
2 parents db5fa47 + 275dff4 commit bd10718
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 bd10718

Please sign in to comment.