We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9239953 commit 1d11078Copy full SHA for 1d11078
src/LinuxPerf.jl
@@ -565,7 +565,7 @@ function parse_pstats_options(opts)
565
threads = true
566
for (i, opt) in enumerate(opts)
567
if i == 1 && !(opt isa Expr && opt.head == :(=))
568
- events = :(parse_groups($(esc(opt))))
+ events = :($parse_groups($(esc(opt))))
569
elseif opt isa Expr && opt.head == :(=)
570
key, val = opt.args
571
val = esc(val)
0 commit comments