Lines Matching refs:g_event_info
131 static ls_event_info_t g_event_info[LS_MAX_EVENTS] = { variable
253 ls_event_info_t *evp = &g_event_info[i]; in show_events()
268 "%4d = %s\n", i, g_event_info[i].ev_desc); in show_events()
624 ls_event_info_t *info = &g_event_info[event]; in dprog_addevent()
1096 if (g_event_info[i].ev_type != 'E') in main()
1111 if (strcmp(g_event_info[j].ev_desc, in main()
1115 (void) sprintf(g_event_info[j].ev_name, in main()
1195 if (g_event_info[i].ev_type == c) in main()
1202 if (strchr("CH", g_event_info[i].ev_type)) in main()
1275 if (!events_specified && g_event_info[i].ev_type == 'C') in main()
1283 if (g_event_info[i].ev_acquire != NULL) { in main()
1638 g_event_info[event].ev_desc); in report_stats()
1643 g_Wflag ? "Hottest " : "", g_event_info[event].ev_lhdr); in report_stats()
1650 g_event_info[event].ev_desc, (double)total_count, in report_stats()
1655 (void) sprintf(buf, "%s", g_event_info[event].ev_units); in report_stats()
1705 g_event_info[event].ev_units); in report_stats()
1750 g_event_info[event].ev_units, in report_stats()