Skip to content

Commit 18a21eb

Browse files
In the expression returned by the parse_pstats_options function, expand the output of parse_groups (#32)
* In the expression returned by the `parse_pstats_options` function, fully qualify the `parse_groups` function * Expand the output of `parse_groups` before returning Co-authored-by: Valentin Churavy <vchuravy@users.noreply.github.com> --------- Co-authored-by: Valentin Churavy <vchuravy@users.noreply.github.com>
1 parent a7fee0f commit 18a21eb

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
@@ -553,7 +553,7 @@ end
553553

554554
function parse_pstats_options(opts)
555555
# default events
556-
events = :(parse_groups("
556+
events = :($parse_groups("
557557
(cpu-cycles, stalled-cycles-frontend, stalled-cycles-backend),
558558
(instructions, branch-instructions, branch-misses),
559559
(task-clock, context-switches, cpu-migrations, page-faults)

0 commit comments

Comments
 (0)