From ad21873a5cd0507501e51b84fbe34bc77eda45d0 Mon Sep 17 00:00:00 2001 From: Solomon Bekele Date: Fri, 4 Oct 2024 11:46:17 -0500 Subject: [PATCH] Update xprof/xprof.rb.in Co-authored-by: Thomas Applencourt --- xprof/xprof.rb.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xprof/xprof.rb.in b/xprof/xprof.rb.in index 74dad8f9..b55171fe 100755 --- a/xprof/xprof.rb.in +++ b/xprof/xprof.rb.in @@ -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