Use switch out (SWO) instead of switch in (SWI) debug log mask in csw_out.
This commit is contained in:
parent
a4911e1696
commit
e182dffce4
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=199972
@ -1401,7 +1401,7 @@ pmc_process_csw_out(struct thread *td)
|
||||
|
||||
tmp = newvalue - PMC_PCPU_SAVED(cpu,ri);
|
||||
|
||||
PMCDBG(CSW,SWI,1,"cpu=%d ri=%d tmp=%jd", cpu, ri,
|
||||
PMCDBG(CSW,SWO,1,"cpu=%d ri=%d tmp=%jd", cpu, ri,
|
||||
tmp);
|
||||
|
||||
if (mode == PMC_MODE_TS) {
|
||||
|
Loading…
Reference in New Issue
Block a user