OMPI_SPC_NUM_COUNTERS   35 ompi/runtime/ompi_spc.c static ompi_spc_event_t ompi_spc_events_names[OMPI_SPC_NUM_COUNTERS] = {
OMPI_SPC_NUM_COUNTERS  149 ompi/runtime/ompi_spc.c static uint32_t ompi_spc_attached_event[OMPI_SPC_NUM_COUNTERS / sizeof(uint32_t)] = { 0 };
OMPI_SPC_NUM_COUNTERS  151 ompi/runtime/ompi_spc.c static uint32_t ompi_spc_timer_event[OMPI_SPC_NUM_COUNTERS / sizeof(uint32_t)] = { 0 };
OMPI_SPC_NUM_COUNTERS  157 ompi/runtime/ompi_spc.c     assert(pos < OMPI_SPC_NUM_COUNTERS);
OMPI_SPC_NUM_COUNTERS  163 ompi/runtime/ompi_spc.c     assert(pos < OMPI_SPC_NUM_COUNTERS);
OMPI_SPC_NUM_COUNTERS  169 ompi/runtime/ompi_spc.c     assert(pos < OMPI_SPC_NUM_COUNTERS);
OMPI_SPC_NUM_COUNTERS  256 ompi/runtime/ompi_spc.c         ompi_spc_events = (ompi_spc_t*)malloc(OMPI_SPC_NUM_COUNTERS * sizeof(ompi_spc_t));
OMPI_SPC_NUM_COUNTERS  266 ompi/runtime/ompi_spc.c     for(i = 0; i < OMPI_SPC_NUM_COUNTERS; i++) {
OMPI_SPC_NUM_COUNTERS  300 ompi/runtime/ompi_spc.c     for(i = 0; i < OMPI_SPC_NUM_COUNTERS; i++) {
OMPI_SPC_NUM_COUNTERS  360 ompi/runtime/ompi_spc.c     for(i = 0; i < OMPI_SPC_NUM_COUNTERS; i++) {
OMPI_SPC_NUM_COUNTERS  367 ompi/runtime/ompi_spc.c     send_buffer = (long long*)malloc(OMPI_SPC_NUM_COUNTERS * sizeof(long long));
OMPI_SPC_NUM_COUNTERS  373 ompi/runtime/ompi_spc.c     for(i = 0; i < OMPI_SPC_NUM_COUNTERS; i++) {
OMPI_SPC_NUM_COUNTERS  377 ompi/runtime/ompi_spc.c         recv_buffer = (long long*)malloc(world_size * OMPI_SPC_NUM_COUNTERS * sizeof(long long));
OMPI_SPC_NUM_COUNTERS  384 ompi/runtime/ompi_spc.c     (void)ompi_spc_comm->c_coll->coll_gather(send_buffer, OMPI_SPC_NUM_COUNTERS, MPI_LONG_LONG,
OMPI_SPC_NUM_COUNTERS  385 ompi/runtime/ompi_spc.c                                              recv_buffer, OMPI_SPC_NUM_COUNTERS, MPI_LONG_LONG,
OMPI_SPC_NUM_COUNTERS  395 ompi/runtime/ompi_spc.c             for(i = 0; i < OMPI_SPC_NUM_COUNTERS; i++) {
OMPI_SPC_NUM_COUNTERS  403 ompi/runtime/ompi_spc.c             offset += OMPI_SPC_NUM_COUNTERS;