You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 2, 2025. It is now read-only.
In some cases, it is important to have sample-source A to be more priority than sample-source B.
For instance, we want perf-events sample-source to be more priority than PAPI, so that a native event will be handled by perf-event instead of PAPI.
AFAIK, it's the compiler that connects between sample-sources, and there's no clear way to set priorities.
In some cases, it is important to have sample-source A to be more priority than sample-source B.
For instance, we want perf-events sample-source to be more priority than PAPI, so that a native event will be handled by perf-event instead of PAPI.
AFAIK, it's the compiler that connects between sample-sources, and there's no clear way to set priorities.