Путеводитель по Руководству Linux

  User  |  Syst  |  Libr  |  Device  |  Files  |  Other  |  Admin  |  Head  |



   perf-stat    ( 1 )

запустите команду и соберите статистику счетчика производительности (Run a command and gather performance counter statistics)

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/