Lines Matching refs:global_events
315 …des(MPI_Comm comm, PetscLogHandler_Nested nested, PetscLogGlobalNames global_events, PetscNestedEv… in PetscLogNestedCreatePerfNodes() argument
328 PetscCall(PetscLogGlobalNamesGetSize(global_events, NULL, &num_nodes)); in PetscLogNestedCreatePerfNodes()
332 PetscCall(PetscLogGlobalNamesGlobalGetName(global_events, node, &tree[node].name)); in PetscLogNestedCreatePerfNodes()
345 PetscCall(PetscLogGlobalNamesLocalGetGlobal(global_events, leaf_local, &leaf_global)); in PetscLogNestedCreatePerfNodes()
347 PetscCall(PetscLogGlobalNamesLocalGetGlobal(global_events, root_local, &root_global)); in PetscLogNestedCreatePerfNodes()
372 PetscCall(PetscLogGlobalNamesGlobalGetLocal(global_events, global_id, &event_id)); in PetscLogNestedCreatePerfNodes()
393 PetscLogGlobalNames global_events; in PETSC_PRAGMA_DIAGNOSTIC_IGNORED_END() local
399 PetscCall(PetscLogRegistryCreateGlobalEventNames(comm, nested->state->registry, &global_events)); in PETSC_PRAGMA_DIAGNOSTIC_IGNORED_END()
400 PetscCall(PetscLogNestedCreatePerfNodes(comm, nested, global_events, &nodes, &perf)); in PETSC_PRAGMA_DIAGNOSTIC_IGNORED_END()
402 tree.global_events = global_events; in PETSC_PRAGMA_DIAGNOSTIC_IGNORED_END()
411 PetscCall(PetscLogGlobalNamesDestroy(&global_events)); in PETSC_PRAGMA_DIAGNOSTIC_IGNORED_END()