Searched refs:PetscLogStateEventRegister (Results 1 – 4 of 4) sorted by relevance
| /petsc/src/sys/logging/handler/impls/nested/ |
| H A D | lognested.c | 39 PetscCall(PetscLogStateEventRegister(nested->state, name, event_info.classid, nested_event)); in PetscLogEventGetNestedEvent() 76 … PetscCall(PetscLogStateEventRegister(nested->state, name, nested->nested_stage_id, nested_event)); in PetscLogStageGetNestedEvent()
|
| /petsc/src/sys/logging/state/ |
| H A D | logstate.c | 245 PetscErrorCode PetscLogStateEventRegister(PetscLogState state, const char sname[], PetscClassId id,… in PetscLogStateEventRegister() function
|
| /petsc/src/sys/logging/ |
| H A D | plog.c | 1070 if (state) PetscCall(PetscLogStateEventRegister(state, name, classid, event)); in PetscLogEventRegister()
|
| /petsc/include/ |
| H A D | petsclog.h | 92 PETSC_EXTERN PetscErrorCode PetscLogStateEventRegister(PetscLogState, const char[], PetscClassId, P…
|