Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/tprof/
Dtprof_types.h42 #define TPROF_MAXCOUNTERS 32 macro
89 uint64_t c_count[TPROF_MAXCOUNTERS]; /* R */
Dtprof.h55 struct tprof_backend_softc_counter sc_count[TPROF_MAXCOUNTERS];
/netbsd/src/usr.sbin/tprof/
Dtprof.c95 const char *eventname[TPROF_MAXCOUNTERS];
96 u_int eventnamewidth[TPROF_MAXCOUNTERS];
392 tprof_param_t params[TPROF_MAXCOUNTERS]; in tprof_monitor_common()
Dtprof_analyze.c65 unsigned int ncount[TPROF_MAXCOUNTERS]; /* count per event */
252 assert(c < TPROF_MAXCOUNTERS); in tprof_analyze()
Dtprof_top.c105 static const char *eventname[TPROF_MAXCOUNTERS];
907 tprof_param_t params[TPROF_MAXCOUNTERS]; in tprof_top()