Skip to content

Commit

Permalink
Update ze/tracer_ze_helpers.include.c
Browse files Browse the repository at this point in the history
Co-authored-by: Brice Videau <[email protected]>
  • Loading branch information
sbekele81 and Kerilk authored Sep 25, 2023
1 parent 4045398 commit 2e12717
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ze/tracer_ze_helpers.include.c
Original file line number Diff line number Diff line change
Expand Up @@ -961,7 +961,7 @@ static void thapi_sampling_energy() {
}
readPerformance(i, computeE, copyE);
for (uint32_t k=0; k<_sampling_subDeviceCount; k++){
do_tracepoint(lttng_ust_ze_sampling, computeEngine , (ze_device_handle_t)_sampling_hDevices[i], k, computeE[k].computeActive, computeE[k].timestamp);
do_tracepoint(lttng_ust_ze_sampling, computeEngine, (ze_device_handle_t)_sampling_hDevices[i], k, computeE[k].computeActive, computeE[k].timestamp);
do_tracepoint(lttng_ust_ze_sampling, copyEngine, (ze_device_handle_t)_sampling_hDevices[i], k, copyE[k].copyActive, copyE[k].timestamp);
}
}
Expand Down

0 comments on commit 2e12717

Please sign in to comment.