Searched refs:g_event_info (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/lockstat/
H A Dlockstat.c131 static ls_event_info_t g_event_info[LS_MAX_EVENTS] = { variable
253 ls_event_info_t *evp = &g_event_info[i];
268 "%4d = %s\n", i, g_event_info[i].ev_desc);
624 ls_event_info_t *info = &g_event_info[event];
1096 if (g_event_info[i].ev_type != 'E')
1111 if (strcmp(g_event_info[j].ev_desc,
1115 (void) sprintf(g_event_info[j].ev_name,
1195 if (g_event_info[i].ev_type == c)
1202 if (strchr("CH", g_event_info[i].ev_type))
1275 if (!events_specified && g_event_info[
[all...]
/illumos-gate/usr/src/cmd/powertop/common/
H A Dpowertop.h171 extern event_info_t g_event_info[EVENT_NUM_MAX];
H A Devents.c235 event = g_event_info;
299 event = g_event_info;
H A Dpowertop.c70 event_info_t g_event_info[EVENT_NUM_MAX]; variable
302 (void) memset(g_event_info, 0,
H A Ddisplay.c571 event_info_t *event = g_event_info;
609 event_info_t *event = g_event_info;
623 qsort((void *)g_event_info, g_top_events, sizeof (event_info_t),

Completed in 305 milliseconds