PMCLOG_TYPE_CLOSELOG | A marker indicating a successful close of a log file. This record will be the last record of a log file. |
PMCLOG_TYPE_DROPNOTIFY | A marker indicating that hwpmc(4) had to drop data due to a resource constraint. |
PMCLOG_TYPE_INITIALIZE | An initialization record. This is the first record in a log file. |
PMCLOG_TYPE_MAPPINGCHANGE | A record describing an address space change for a process. |
PMCLOG_TYPE_PCSAMPLE | A record containing an instruction pointer sample. |
PMCLOG_TYPE_PMCALLOCATE | A record describing a PMC allocation operation. |
PMCLOG_TYPE_PMCATTACH | A record describing a PMC attach operation. |
PMCLOG_TYPE_PMCDETACH | A record describing a PMC detach operation. |
PMCLOG_TYPE_PROCCSW | A record describing a PMC reading at the time of a process context switch. |
PMCLOG_TYPE_PROCEXEC | A record describing an execve(2) by a target process. |
PMCLOG_TYPE_PROCEXIT | A record describing the accumulated PMC reading for a process at the time of _exit(2). |
PMCLOG_TYPE_PROCFORK | A record describing a fork(2) by a target process. |
PMCLOG_TYPE_SYSEXIT | A record describing a process exit, sent to processes owning system-wide sampling PMCs. |
PMCLOG_TYPE_USERDATA | A record containing user data. |
|