Home
last modified time | relevance | path

Searched refs:NestedId (Results 1 – 2 of 2) sorted by relevance

/petsc/src/sys/logging/handler/impls/nested/
H A Dlognested.h8 typedef int NestedId; typedef
10 static inline PETSC_UNUSED NestedId NestedIdFromEvent(PetscLogEvent e) in NestedIdFromEvent()
15 static inline PETSC_UNUSED PetscLogEvent NestedIdToEvent(NestedId e) in NestedIdToEvent()
20 static inline PETSC_UNUSED NestedId NestedIdFromStage(PetscLogStage s) in NestedIdFromStage()
25 static inline PETSC_UNUSED PetscLogStage NestedIdToStage(NestedId s) in NestedIdToStage()
33 NestedId leaf;
H A Dlognested.c85 static PetscErrorCode PetscLogNestedFindNestedId(PetscLogHandler h, NestedId orig_id, PetscInt *pop… in PetscLogNestedFindNestedId()
118 static PetscErrorCode PetscLogNestedCheckNested(PetscLogHandler h, NestedId leaf, PetscLogEvent nes… in PetscLogNestedCheckNested()
122 NestedId val; in PetscLogNestedCheckNested()
145 static PetscErrorCode PetscLogHandlerNestedEventEnd(PetscLogHandler h, NestedId id, PetscObject o1,… in PetscLogHandlerNestedEventEnd()
322 NestedId *vals; in PetscLogNestedCreatePerfNodes()
340 NestedId root_local = keys[k].root; in PetscLogNestedCreatePerfNodes()
341 NestedId leaf_local = vals[k]; in PetscLogNestedCreatePerfNodes()