Home
last modified time | relevance | path

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

/freebsd/sys/dev/hwpmc/
H A Dhwpmc_mod.c311 static int pmc_callchaindepth = PMC_CALLCHAIN_DEPTH; variable
313 &pmc_callchaindepth, 0,
4647 pmc_callchaindepth : 1; in pmc_add_sample()
4776 if (__predict_true(nsamples < pmc_callchaindepth - 1)) in pmc_capture_user_callchain()
4778 pmc_callchaindepth - nsamples - 1, tf); in pmc_capture_user_callchain()
5474 if (pmc_callchaindepth <= 0 || in pmc_initialize()
5475 pmc_callchaindepth > PMC_CALLCHAIN_DEPTH_MAX) { in pmc_initialize()
5477 "range - using %d.\n", pmc_callchaindepth, in pmc_initialize()
5479 pmc_callchaindepth = PMC_CALLCHAIN_DEPTH_MAX; in pmc_initialize()
5563 sb->ps_callchains = malloc_domainset(pmc_callchaindepth * in pmc_initialize()
[all …]