Searched refs:g_event_info (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/cmd/lockstat/ |
H A D | lockstat.c | 129 static ls_event_info_t g_event_info[LS_MAX_EVENTS] = { variable 251 ls_event_info_t *evp = &g_event_info[i]; in show_events() 266 "%4d = %s\n", i, g_event_info[i].ev_desc); in show_events() 622 ls_event_info_t *info = &g_event_info[event]; in dprog_addevent() 1095 if (g_event_info[i].ev_type != 'E') in main() 1110 if (strcmp(g_event_info[j].ev_desc, in main() 1114 (void) sprintf(g_event_info[j].ev_name, in main() 1194 if (g_event_info[i].ev_type == c) in main() 1201 if (strchr("CH", g_event_info[i].ev_type)) in main() 1274 if (!events_specified && g_event_info[i].ev_type == 'C') in main() [all …]
|
/illumos-gate/usr/src/cmd/powertop/common/ |
H A D | events.c | 235 event = g_event_info; in pt_events_stat_prepare() 299 event = g_event_info; in pt_events_stat_collect()
|
H A D | powertop.c | 70 event_info_t g_event_info[EVENT_NUM_MAX]; variable 301 (void) memset(g_event_info, 0, in main()
|
H A D | display.c | 571 event_info_t *event = g_event_info; in pt_display_wakeups() 609 event_info_t *event = g_event_info; in pt_display_events() 623 qsort((void *)g_event_info, g_top_events, sizeof (event_info_t), in pt_display_events()
|
H A D | powertop.h | 171 extern event_info_t g_event_info[EVENT_NUM_MAX];
|