Searched defs:g_event_info (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/powertop/common/
H A Dpowertop.c70 event_info_t g_event_info[EVENT_NUM_MAX]; variable
302 (void) memset(g_event_info, 0,
/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...]

Completed in 59 milliseconds