Lines Matching defs:events
209 fprintf(stderr, "All events must be distinct.\n");
238 fprintf(stderr, "Couldn't allocate hardware counters for the selected events.\n");
300 { "check-events", 'e', POPT_ARG_NONE, &check_events, 0,
313 "list events as XML", NULL, },
366 struct list_head * events;
413 events = op_events(cpu_type);
416 fprintf(stderr, "No events given.\n");
430 /* without --check-events, the only argument must be an event name */
437 list_for_each(pos, events) {
454 /* default: list all events */
509 "Volume 3B (Document 253669) Chapter 18 for architectural perfmon events\n"
510 "This is a limited set of fallback events because oprofile doesn't know your CPU\n";
695 sprintf(title, "oprofile: available events for CPU type \"%s\"\n\n", pretty);
701 list_for_each(pos, events) {