Skip to content

Commit

Permalink
Disables multiplexing for topdown-counters when rdpmc is used
Browse files Browse the repository at this point in the history
  • Loading branch information
ilumsden committed Oct 21, 2024
1 parent 8c2e084 commit 432f176
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/caliper/controllers/controllers.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1348,7 +1348,8 @@ const char* get_builtin_option_specs()
"config" :
{
"CALI_PAPI_COUNTERS":
"perf::slots,perf::topdown-retiring"
"perf::slots,perf::topdown-retiring",
"CALI_PAPI_DISABLE_MULTIPLEXING": "true"
},
"query" :
[
Expand All @@ -1375,7 +1376,8 @@ const char* get_builtin_option_specs()
"config" :
{
"CALI_PAPI_COUNTERS":
"perf::slots,perf::topdown-retiring"
"perf::slots,perf::topdown-retiring",
"CALI_PAPI_DISABLE_MULTIPLEXING": "true"
},
"query" :
[
Expand Down

0 comments on commit 432f176

Please sign in to comment.