Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/tprof/
H A Dtprof.h82 void tprof_sample(void *, const tprof_frame_info_t *);
H A Dtprof_armv8.c222 tprof_sample(NULL, &tfi); in armv8_pmu_intr()
H A Dtprof_armv7.c250 tprof_sample(NULL, &tfi); in armv7_pmu_intr()
H A Dtprof_x86_amd.c219 tprof_sample(NULL, &tfi); in tprof_amd_nmi()
H A Dtprof_x86_intel.c212 tprof_sample(NULL, &tfi); in tprof_intel_nmi()
H A Dtprof.c707 tprof_sample(void *unused, const tprof_frame_info_t *tfi) in tprof_sample() function