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 9, 2024
1 parent 684130e commit ba23479
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 @@ -1351,7 +1351,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 @@ -1378,7 +1379,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 ba23479

Please sign in to comment.