FreeBSD - FreeBSD - 57368

uProf User Guide

Document ID
57368
Release Date
2025-06-09
Revision
5.1 English

AMDuProfPcm uses the cpuctl module and requires either root privileges or read write permissions for / dev/cpuctl* devices.

Synopsis

AMDuProfPcm [<COMMANDS>] [<OPTIONS>] -- <PROGRAM> [<ARGS>] 

<PROGRAM> — Denotes the launch application to be profiled.

<ARGS> — Denotes the list of arguments for the launch application.

Common Usages

$ AMDuProfPcm -h
# AMDuProfPcm -m ipc -c core=0 -d 10 -o /tmp/pmcdata.txt
# AMDuProfPcm -m memory -a -d 10 -o /tmp/memdata.txt -- /tmp/myapp.exe