Lines Matching refs:g_event_info
147 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()
1383 if (g_event_info[i].ev_acquire != NULL) { in main()
1773 g_event_info[event].ev_desc); in report_stats()
1778 g_Wflag ? "Hottest " : "", g_event_info[event].ev_lhdr); in report_stats()
1785 g_event_info[event].ev_desc, (double)total_count, in report_stats()
1790 (void) sprintf(buf, "%s", g_event_info[event].ev_units); in report_stats()
1844 g_event_info[event].ev_units); in report_stats()
1893 g_event_info[event].ev_units, in report_stats()