Symbol | Description | Uses |
EventName | 10 |
File | Line number | Procedure | Code |
./eesupp/src/timers.F | 183 | TIMER_CONTROL |
CHARACTER(13) EventName |
./eesupp/src/timers.F | 374 | TIMER_CONTROL |
read(papiunit,*) EventName |
./eesupp/src/timers.F | 375 | TIMER_CONTROL |
if ((EventName .eq. 'PAPI_FLOPS') .or. |
./eesupp/src/timers.F | 376 | TIMER_CONTROL |
$ (EventName .eq. 'PAPI_IPS')) then |
./eesupp/src/timers.F | 378 | TIMER_CONTROL |
$ ,EventName |
./eesupp/src/timers.F | 384 | TIMER_CONTROL |
call PAPIF_EVENT_NAME_TO_CODE(EventName, EventCode(i), Check) |
./eesupp/src/timers.F | 393 | TIMER_CONTROL |
CALL PAPIF_EVENT_CODE_TO_NAME(EventCode(i), EventName, |
./eesupp/src/timers.F | 396 | TIMER_CONTROL |
$ EventName |
./eesupp/src/timers.F | 518 | TIMER_CONTROL |
call PAPIF_EVENT_CODE_TO_NAME(EventCode(i), EventName, Check) |
./eesupp/src/timers.F | 568 | TIMER_CONTROL |
call PAPIF_EVENT_CODE_TO_NAME(EventCode(j), EventName, Check) |