Home
last modified time | relevance | path

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

/freebsd/usr.sbin/pmcstat/
H A Dpmcstat_log.c161 .pl_topkeypress = pmcpl_cg_topkeypress,
182 .pl_topkeypress = pmcpl_ct_topkeypress,
706 if (plugins[args.pa_plugin].pl_topkeypress != NULL) in pmcstat_keypress_log()
707 if (plugins[args.pa_plugin].pl_topkeypress(c, (void *)w)) in pmcstat_keypress_log()
/freebsd/lib/libpmcstat/
H A Dlibpmcstat.h298 int (*pl_topkeypress)(int c, void *w); member