Skip to content

Commit

Permalink
Update xprof/xprof.rb.in
Browse files Browse the repository at this point in the history
Co-authored-by: Thomas Applencourt <[email protected]>
  • Loading branch information
sbekele81 and TApplencourt authored Oct 4, 2024
1 parent fcd21fc commit ad21873
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xprof/xprof.rb.in
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ def env_tracers
# Currently the same `so` does the tracing, and the sampling
# This mean that is the local rank is not part of the `traced-ranks`
# No sampling will be performed
if sampling?
if sampling?
LOGGER.debug('Sampling Enabled')
h['LTTNG_UST_SAMPLING'] = 1
h['LTTNG_UST_SAMPLING_ENERGY'] = 1
Expand Down

0 comments on commit ad21873

Please sign in to comment.