Skip to content

Commit

Permalink
support odd Linux distros
Browse files Browse the repository at this point in the history
  • Loading branch information
brendangregg committed Aug 18, 2015
1 parent ef4e1fc commit 177e07e
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion examples/bitehist.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
#
# bitehist.py Block I/O size histogram.
# For Linux, uses BCC, eBPF. See .c file.
Expand Down
2 changes: 1 addition & 1 deletion examples/disksnoop.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
#
# disksnoop.py Trace block device I/O: basic version of iosnoop.
# For Linux, uses BCC, eBPF. See .c file.
Expand Down
2 changes: 1 addition & 1 deletion examples/vfsreadlat.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
#
# vfsreadlat.py VFS read latency distribution.
# For Linux, uses BCC, eBPF. See .c file.
Expand Down
2 changes: 1 addition & 1 deletion tools/pidpersec
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
#
# pidpersec Count new processes (via fork).
# For Linux, uses BCC, eBPF. See .c file.
Expand Down
2 changes: 1 addition & 1 deletion tools/syncsnoop
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
#
# syncsnoop Trace sync() syscall.
# For Linux, uses BCC, eBPF. Embedded C.
Expand Down
2 changes: 1 addition & 1 deletion tools/vfscount
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
#
# vfscount Count some VFS calls.
# For Linux, uses BCC, eBPF. See .c file.
Expand Down
2 changes: 1 addition & 1 deletion tools/vfsstat
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
#
# vfsstat Count some VFS calls.
# For Linux, uses BCC, eBPF. See .c file.
Expand Down

0 comments on commit 177e07e

Please sign in to comment.