Searched refs:pmc_save_kernel_callchain (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/dev/hwpmc/ |
H A D | hwpmc_arm64_md.c | 58 pmc_save_kernel_callchain(uintptr_t *cc, int maxsamples, struct trapframe *tf) in pmc_save_kernel_callchain() function
|
H A D | hwpmc_arm.c | 74 pmc_save_kernel_callchain(uintptr_t *cc, int maxsamples, in pmc_save_kernel_callchain() function
|
H A D | hwpmc_x86.c | 154 pmc_save_kernel_callchain(uintptr_t *cc, int nframes, struct trapframe *tf) in pmc_save_kernel_callchain() function
|
H A D | hwpmc_powerpc.c | 68 pmc_save_kernel_callchain(uintptr_t *cc, int maxsamples, in pmc_save_kernel_callchain() function
|
H A D | hwpmc_mod.c | 4658 callchaindepth = pmc_save_kernel_callchain(ps->ps_pc, in pmc_add_sample()
|
/freebsd/sys/sys/ |
H A D | pmc.h | 1227 int pmc_save_kernel_callchain(uintptr_t *_cc, int _maxsamples,
|