Home
last modified time | relevance | path

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

/freebsd/cddl/contrib/opensolaris/cmd/lockstat/
H A Dlockstat.c147 static ls_event_info_t g_event_info[LS_MAX_EVENTS] = { variable
303 ls_event_info_t *evp = &g_event_info[i]; in show_events()
318 "%4d = %s\n", i, g_event_info[i].ev_desc); in show_events()
704 ls_event_info_t *info = &g_event_info[event]; in dprog_addevent()
1194 if (g_event_info[i].ev_type != 'E') in main()
1209 if (strcmp(g_event_info[j].ev_desc, in main()
1213 (void) sprintf(g_event_info[j].ev_name, in main()
1295 if (g_event_info[i].ev_type == c) in main()
1302 if (strchr("CH", g_event_info[i].ev_type)) in main()
1375 if (!events_specified && g_event_info[i].ev_type == 'C') in main()
[all …]