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

/freebsd-12-stable/sys/dev/hwpmc/
H A Dhwpmc_mod.c303 static int pmc_callchaindepth = PMC_CALLCHAIN_DEPTH; variable
305 &pmc_callchaindepth, 0, "depth of call chain records");
4710 pmc_callchaindepth : 1;
4864 if (__predict_true(nsamples < pmc_callchaindepth - 1))
4866 pmc_callchaindepth - nsamples - 1, tf);
5573 if (pmc_callchaindepth <= 0 ||
5574 pmc_callchaindepth > PMC_CALLCHAIN_DEPTH_MAX) {
5576 "range - using %d.\n", pmc_callchaindepth,
5578 pmc_callchaindepth = PMC_CALLCHAIN_DEPTH_MAX;
5651 sb->ps_callchains = malloc_domainset(pmc_callchaindepth *
[all...]

Completed in 92 milliseconds