Searched refs:PMCSTAT_PRINT_ENTRY (Results 1 – 2 of 2) sorted by relevance
| /freebsd/usr.sbin/pmcstat/ |
| H A D | pmcstat_log.c | 380 PMCSTAT_PRINT_ENTRY("ibs-fetch", "%s%s%s%s", in pmcstat_print_ibs_fetch() 385 PMCSTAT_PRINT_ENTRY("ibs-fetch", "Latency %" PRIu64, in pmcstat_print_ibs_fetch() 387 PMCSTAT_PRINT_ENTRY("IBS", "Address %" PRIx64, in pmcstat_print_ibs_fetch() 390 PMCSTAT_PRINT_ENTRY("IBS", "Physical Address %" PRIx64, in pmcstat_print_ibs_fetch() 405 PMCSTAT_PRINT_ENTRY("ibs-op", "RIP %" PRIx64, in pmcstat_print_ibs_op() 408 PMCSTAT_PRINT_ENTRY("ibs-op", "%s%s%s%s", in pmcstat_print_ibs_op() 413 PMCSTAT_PRINT_ENTRY("ibs-op", "%s%s%s%s%s", in pmcstat_print_ibs_op() 419 PMCSTAT_PRINT_ENTRY("ibs-op", "Latency %" PRIu64, in pmcstat_print_ibs_op() 422 PMCSTAT_PRINT_ENTRY("ibs-op", "Address %" PRIx64, in pmcstat_print_ibs_op() 426 PMCSTAT_PRINT_ENTRY("ibs-op", "Physical Address %" PRIx64, in pmcstat_print_ibs_op() [all …]
|
| H A D | pmcstat.h | 51 #define PMCSTAT_PRINT_ENTRY(T,...) do { \ macro
|