Searched refs:pmc_callchaindepth (Results 1 - 1 of 1) sorted by last modified time

/freebsd-11-stable/sys/dev/hwpmc/
H A Dhwpmc_mod.c237 static int pmc_callchaindepth = PMC_CALLCHAIN_DEPTH; variable
239 &pmc_callchaindepth, 0, "depth of call chain records");
4151 pmc_callchaindepth : 1;
4253 pmc_callchaindepth, tf);
4857 if (pmc_callchaindepth <= 0 ||
4858 pmc_callchaindepth > PMC_CALLCHAIN_DEPTH_MAX) {
4860 "range - using %d.\n", pmc_callchaindepth,
4862 pmc_callchaindepth = PMC_CALLCHAIN_DEPTH_MAX;
4936 sb->ps_callchains = malloc(pmc_callchaindepth * pmc_nsamples *
4941 (n * pmc_callchaindepth);
[all...]

Completed in 68 milliseconds