Skip to content

Commit

Permalink
lua: Make all probes executable
Browse files Browse the repository at this point in the history
  • Loading branch information
vmg committed Apr 30, 2016
1 parent 02f66f4 commit 6d14b2f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/lua/bashreadline.lua
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/env bcc-lua
--[[
Copyright 2016 GitHub, Inc
Expand Down
1 change: 1 addition & 0 deletions examples/lua/memleak.lua
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/env bcc-lua
--[[
Copyright 2016 GitHub, Inc
Expand Down
1 change: 1 addition & 0 deletions examples/lua/offcputime.lua
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/env bcc-lua
--[[
Copyright 2016 GitHub, Inc
Expand Down
1 change: 1 addition & 0 deletions examples/lua/strlen_count.lua
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/env bcc-lua
--[[
Copyright 2016 GitHub, Inc
Expand Down
1 change: 1 addition & 0 deletions examples/lua/task_switch.lua
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/env bcc-lua
--[[
Copyright 2016 GitHub, Inc
Expand Down

0 comments on commit 6d14b2f

Please sign in to comment.