Skip to content

Commit c313da3

Browse files
committed
Default to userspace only
1 parent 9420569 commit c313da3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LinuxPerf.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ mutable struct EventGroup
156156

157157
function EventGroup(types::Vector{EventType};
158158
warn_unsupported = true,
159-
userspace_only = false
159+
userspace_only = true
160160
)
161161
my_types = EventType[]
162162
group = new(-1, Cint[], EventType[])

0 commit comments

Comments
 (0)