Lines Matching refs:g_event_info
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()
1282 if (g_event_info[i].ev_acquire != NULL) { in main()
1637 g_event_info[event].ev_desc); in report_stats()
1642 g_Wflag ? "Hottest " : "", g_event_info[event].ev_lhdr); in report_stats()
1649 g_event_info[event].ev_desc, (double)total_count, in report_stats()
1654 (void) sprintf(buf, "%s", g_event_info[event].ev_units); in report_stats()
1704 g_event_info[event].ev_units); in report_stats()
1749 g_event_info[event].ev_units, in report_stats()