/freebsd/sys/dev/hwpmc/ |
H A D | hwpmc_intel.c | 55 PMCDBG1(MDP,SWI,1, "cr4=0x%jx", (uintmax_t) rcr4()); in intel_switch_in() 85 PMCDBG1(MDP,INI,0, "intel-initialize cpuid=0x%x", cpu_id); in pmc_intel_initialize()
|
H A D | hwpmc_amd.c | 494 PMCDBG1(MDP, STA, 2, "amd-start config=0x%x", config); in amd_start_pmc() 521 PMCDBG1(MDP, STO, 1, "amd-stop ri=%d", ri); in amd_stop_pmc() 642 PMCDBG1(MDP, INT, 2, "retval=%d", retval); in amd_intr() 704 PMCDBG1(MDP, INI, 1, "amd-init cpu=%d", cpu); in amd_pcpu_init() 742 PMCDBG1(MDP, INI, 1, "amd-cleanup cpu=%d", cpu); in amd_pcpu_fini()
|
H A D | hwpmc_uncore.c | 98 PMCDBG1(MDP,INI,1,"uncore-init cpu=%d", cpu); in uncore_pcpu_init() 134 PMCDBG1(MDP,INI,1,"uncore-pcpu-fini cpu=%d", cpu); in uncore_pcpu_fini() 208 PMCDBG1(MDP,ALL,2, "ucf-allocate config=0x%jx", in ucf_allocate_pmc() 346 PMCDBG1(MDP,STO,1,"ucf-stop ucfctrl=%x", ucfc->pc_ucfctrl); in ucf_stop_pmc()
|
H A D | hwpmc_logging.c | 524 PMCDBG1(LOG,REL,1, "po=%p", po); in pmclog_release_flags() 640 PMCDBG1(LOG,SIO, 1, "po=%p", po); in pmclog_schedule_io() 763 PMCDBG1(LOG,CFG,1, "de-config po=%p", po); in pmclog_deconfigure_log() 816 PMCDBG1(LOG,FLS,1, "po=%p", po); in pmclog_flush() 881 PMCDBG1(LOG,CLO,1, "po=%p", po); in pmclog_close() 987 PMCDBG1(LOG,ALL,1, "pm=%p", pm); in pmclog_process_pmcallocate()
|
H A D | hwpmc_powerpc.c | 148 PMCDBG1(MDP,INI,1,"powerpc-init cpu=%d", cpu); in powerpc_pcpu_init() 172 PMCDBG1(MDP,INI,1,"powerpc-fini cpu=%d", cpu); in powerpc_pcpu_fini()
|
H A D | hwpmc_mod.c | 753 PMCDBG1(CPU,BND,2, "save-cpu cpu=%d", pb->pb_cpu); in pmc_save_cpu_binding() 786 PMCDBG1(CPU,SEL,2, "select-cpu cpu=%d", cpu); in pmc_select_cpu() 796 PMCDBG1(CPU,SEL,2, "select-cpu cpu=%d ok", cpu); in pmc_select_cpu() 848 PMCDBG1(OWN,ORM,1, "remove-owner po=%p", po); in pmc_remove_owner() 855 PMCDBG1(OWN,ORM,2, "pmc=%p", pm); in pmc_remove_owner() 880 PMCDBG1(OWN,OMR,1, "maybe-remove-owner po=%p", po); in pmc_maybe_remove_owner() 2645 PMCDBG1(PMC,ALL,1, "allocate-pmc -> pmc=%p", pmc); in pmc_allocate_pmc_descriptor() 2814 PMCDBG1(PMC,REL,3, "pp->refcnt=%d", pp->pp_refcnt); in pmc_release_pmc_descriptor() 3016 PMCDBG1(PMC,FND,1, "find-pmc id=%d", pmcid); in pmc_find_pmc() 3135 PMCDBG1(PMC,OPS,1, "po=%p in global list", po); in pmc_start() [all …]
|
H A D | hwpmc_core.c | 126 PMCDBG1(MDP,INI,1,"core-init cpu=%d", cpu); in core_pcpu_init() 169 PMCDBG1(MDP,INI,1,"core-pcpu-fini cpu=%d", cpu); in core_pcpu_fini() 305 PMCDBG1(MDP,ALL,2, "iaf-allocate config=0x%jx", in iaf_allocate_pmc()
|
H A D | hwpmc_tsc.c | 233 PMCDBG1(MDP,REA,1,"tsc-read id=%d", ri); in tsc_read_pmc()
|
H A D | hwpmc_armv7.c | 481 PMCDBG1(MDP, INI, 1, "armv7-init npmcs=%d", armv7_npmcs); in pmc_armv7_initialize()
|
H A D | hwpmc_soft.c | 265 PMCDBG1(MDP,REA,1,"soft-read id=%d", ri); in soft_read_pmc()
|
H A D | hwpmc_arm64.c | 532 PMCDBG1(MDP, INI, 1, "arm64-init npmcs=%d", arm64_npmcs); in pmc_arm64_initialize()
|
H A D | hwpmc_cmn600.c | 604 PMCDBG1(MDP, INI, 1, "cmn600-init cpu=%d", cpu); in cmn600_pcpu_init()
|
H A D | hwpmc_dmc620.c | 470 PMCDBG1(MDP, INI, 1, "dmc620-init cpu=%d", cpu); in CLASSDEP_FN2()
|
/freebsd/sys/sys/ |
H A D | pmc.h | 1114 #define PMCDBG1(M, N, L, F, p1) do { \ macro 1208 #define PMCDBG1(M, N, L, F, p1) macro
|