Hi,
Is there a way to disable the multiplexing perf does when (presumably) there are not enough resources? I am dealing with off-core/SOC/uncore events/counters. If I issue the following: perf stat -a -e ra0000000,ra0000001,ra0000002 sleep 1 I see that perf multiplexes: 3027440 ra0000000 [99.86%] 293037102 ra0000001 [99.89%] 59123244 ra0000002 I don't want it to multiplex because I get an erroneous result for off-core events. Seems like there should be a way to disable this, but I am not sure what it is. Thanks, Chris -- To unsubscribe from this list: send the line "unsubscribe linux-perf-users" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html