Searched refs:callchaindepth (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/sys/dev/hwpmc/
H A Dhwpmc_mod.c304 SYSCTL_INT(_kern_hwpmc, OID_AUTO, callchaindepth, CTLFLAG_RDTUN,
4666 int error, cpu, callchaindepth, inuserspace; local
4688 callchaindepth = 1;
4709 callchaindepth = (pm->pm_flags & PMC_F_CALLCHAIN) ?
4713 if (callchaindepth == 1)
4721 callchaindepth =
4723 callchaindepth, tf);
4726 callchaindepth = PMC_USER_CALLCHAIN_PENDING;
4730 ps->ps_nsamples = callchaindepth; /* mark entry as in use */
4732 ps->ps_nsamples_actual = callchaindepth; /* mar
[all...]

Completed in 116 milliseconds