Home
last modified time | relevance | path

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

/freebsd/usr.sbin/pmcstat/
H A Dpmcstat_log.c162 .pl_topdisplay = pmcpl_cg_topdisplay
183 .pl_topdisplay = pmcpl_ct_topdisplay
582 if (plugins[args.pa_plugin].pl_topdisplay != NULL) in pmcstat_refresh_top()
583 plugins[args.pa_plugin].pl_topdisplay(); in pmcstat_refresh_top()
678 } while (plugins[args.pa_plugin].pl_topdisplay == NULL); in pmcstat_keypress_log()
/freebsd/lib/libpmcstat/
H A Dlibpmcstat.h295 void (*pl_topdisplay)(void); member