Home
last modified time | relevance | path

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

/NextBSD/usr.sbin/pmcstat/
HDpmcstat_log.c179 void (*pl_topdisplay)(void); member
194 .pl_topdisplay = pmcpl_cg_topdisplay
215 .pl_topdisplay = pmcpl_ct_topdisplay
1942 if (plugins[args.pa_plugin].pl_topdisplay != NULL) in pmcstat_refresh_top()
1943 plugins[args.pa_plugin].pl_topdisplay(); in pmcstat_refresh_top()
2026 } while (plugins[args.pa_plugin].pl_topdisplay == NULL); in pmcstat_keypress_log()