Sample PMC using ktrace

Is there a way to sample performance monitoring counters (PMC) using ktrace utility?

kperf sources contain some evidences of a PMC sampler presence (https://github.com/apple-oss-distributions/xnu/blob/main/osfmk/kperf/action.h#L48).

Maybe there is a way to specify it as ktrace artrace's --kperf sampler along with counters to sample?