запустите команду и запишите ее профиль в perf.data  (Run a command and record its profile into perf.data)
  
ENABLE HYBRID EVENT WITH A SPECIFIC PMU
To enable a core only event or atom only event, following syntax
       is supported:
                   cpu_core/<event name>/
           or
                   cpu_atom/<event name>/
       For example, count the cycles event on core cpus.
           perf stat -e cpu_core/cycles/