| /petsc/src/sys/logging/handler/interface/ |
| H A D | loghandler.c | 28 PetscErrorCode PetscLogHandlerCreate(MPI_Comm comm, PetscLogHandler *handler) in PetscLogHandlerCreate() 54 PetscErrorCode PetscLogHandlerDestroy(PetscLogHandler *handler) in PetscLogHandlerDestroy() 365 PetscErrorCode PetscLogHandlerGetEventPerfInfo(PetscLogHandler handler, PetscLogStage stage, PetscL… in PetscLogHandlerGetEventPerfInfo() 392 PetscErrorCode PetscLogHandlerGetStagePerfInfo(PetscLogHandler handler, PetscLogStage stage, PetscE… in PetscLogHandlerGetStagePerfInfo() 423 PetscErrorCode PetscLogHandlerSetLogActions(PetscLogHandler handler, PetscBool flag) in PetscLogHandlerSetLogActions() 452 PetscErrorCode PetscLogHandlerSetLogObjects(PetscLogHandler handler, PetscBool flag) in PetscLogHandlerSetLogObjects() 460 PetscErrorCode PetscLogHandlerLogObjectState_Internal(PetscLogHandler handler, PetscObject obj, con… in PetscLogHandlerLogObjectState_Internal() 487 PetscErrorCode PetscLogHandlerLogObjectState(PetscLogHandler handler, PetscObject obj, const char f… in PetscLogHandlerLogObjectState() 521 PetscErrorCode PetscLogHandlerGetNumObjects(PetscLogHandler handler, PetscInt *num_objects) in PetscLogHandlerGetNumObjects() 549 PetscErrorCode PetscLogHandlerEventDeactivatePush(PetscLogHandler handler, PetscLogStage stage, Pet… in PetscLogHandlerEventDeactivatePush() [all …]
|
| H A D | lhreg.c | 93 PetscErrorCode PetscLogHandlerSetType(PetscLogHandler handler, PetscLogHandlerType name) in PetscLogHandlerSetType() 130 PetscErrorCode PetscLogHandlerGetType(PetscLogHandler handler, PetscLogHandlerType *name) in PetscLogHandlerGetType()
|
| /petsc/src/sys/logging/handler/impls/legacy/ |
| H A D | loglegacy.c | 11 static PetscErrorCode PetscLogHandlerEventBegin_Legacy(PetscLogHandler handler, PetscLogEvent e, Pe… in PetscLogHandlerEventBegin_Legacy() 18 static PetscErrorCode PetscLogHandlerEventEnd_Legacy(PetscLogHandler handler, PetscLogEvent e, Pets… in PetscLogHandlerEventEnd_Legacy() 25 static PetscErrorCode PetscLogHandlerObjectCreate_Legacy(PetscLogHandler handler, PetscObject o) in PetscLogHandlerObjectCreate_Legacy() 32 static PetscErrorCode PetscLogHandlerObjectDestroy_Legacy(PetscLogHandler handler, PetscObject o) in PetscLogHandlerObjectDestroy_Legacy() 39 static PetscErrorCode PetscLogHandlerDestroy_Legacy(PetscLogHandler handler) in PetscLogHandlerDestroy_Legacy() 57 PETSC_INTERN PetscErrorCode PetscLogHandlerCreate_Legacy(PetscLogHandler handler) in PetscLogHandlerCreate_Legacy() 115 …etscLogPHC)(PetscObject o), PetscErrorCode (*PetscLogPHD)(PetscObject o), PetscLogHandler *handler) in PetscLogHandlerCreateLegacy()
|
| /petsc/src/sys/logging/handler/impls/roctx/ |
| H A D | logroctx.c | 38 static PetscErrorCode PetscLogHandlerEventBegin_ROCTX(PetscLogHandler handler, PetscLogEvent event,… in PetscLogHandlerEventBegin_ROCTX() 52 static PetscErrorCode PetscLogHandlerEventEnd_ROCTX(PetscLogHandler handler, PetscLogEvent event, P… in PetscLogHandlerEventEnd_ROCTX() 67 static PetscErrorCode PetscLogHandlerEventBegin_ROCTX(PetscLogHandler handler, PetscLogEvent event,… in PetscLogHandlerEventBegin_ROCTX() 73 static PetscErrorCode PetscLogHandlerEventEnd_ROCTX(PetscLogHandler handler, PetscLogEvent event, P… in PetscLogHandlerEventEnd_ROCTX() 93 PETSC_INTERN PetscErrorCode PetscLogHandlerCreate_ROCTX(PetscLogHandler handler) in PetscLogHandlerCreate_ROCTX()
|
| /petsc/src/sys/logging/handler/impls/nvtx/ |
| H A D | lognvtx.c | 10 static PetscErrorCode PetscLogHandlerEventBegin_NVTX(PetscLogHandler handler, PetscLogEvent event, … in PetscLogHandlerEventBegin_NVTX() 24 static PetscErrorCode PetscLogHandlerEventEnd_NVTX(PetscLogHandler handler, PetscLogEvent event, Pe… in PetscLogHandlerEventEnd_NVTX() 50 PETSC_INTERN PetscErrorCode PetscLogHandlerCreate_NVTX(PetscLogHandler handler) in PetscLogHandlerCreate_NVTX()
|
| /petsc/src/sys/logging/handler/impls/perfstubs/ |
| H A D | logperfstubs.c | 109 static PetscErrorCode PetscLogHandlerEventBegin_Perfstubs(PetscLogHandler handler, PetscLogEvent ev… in PetscLogHandlerEventBegin_Perfstubs() 123 static PetscErrorCode PetscLogHandlerEventEnd_Perfstubs(PetscLogHandler handler, PetscLogEvent even… in PetscLogHandlerEventEnd_Perfstubs() 137 static PetscErrorCode PetscLogHandlerStagePush_Perfstubs(PetscLogHandler handler, PetscLogStage sta… in PetscLogHandlerStagePush_Perfstubs() 149 static PetscErrorCode PetscLogHandlerStagePop_Perfstubs(PetscLogHandler handler, PetscLogStage stag… in PetscLogHandlerStagePop_Perfstubs() 172 PETSC_INTERN PetscErrorCode PetscLogHandlerCreate_Perfstubs(PetscLogHandler handler) in PetscLogHandlerCreate_Perfstubs()
|
| /petsc/src/sys/logging/handler/impls/mpe/ |
| H A D | logmpe.c | 93 static PetscErrorCode PetscLogHandlerEventBegin_MPE(PetscLogHandler handler, PetscLogEvent event, P… in PetscLogHandlerEventBegin_MPE() 105 static PetscErrorCode PetscLogHandlerEventEnd_MPE(PetscLogHandler handler, PetscLogEvent event, Pet… in PetscLogHandlerEventEnd_MPE() 128 PETSC_INTERN PetscErrorCode PetscLogHandlerCreate_MPE(PetscLogHandler handler) in PetscLogHandlerCreate_MPE()
|
| /petsc/src/sys/logging/ |
| H A D | plog.c | 150 static PetscErrorCode PetscLogTryGetHandler(PetscLogHandlerType type, PetscLogHandler *handler) in PetscLogTryGetHandler() 187 PetscErrorCode PetscLogGetDefaultHandler(PetscLogHandler *handler) in PetscLogGetDefaultHandler() 194 static PetscErrorCode PetscLogGetHandler(PetscLogHandlerType type, PetscLogHandler *handler) in PetscLogGetHandler() 423 PetscLogHandler handler; in PetscLogTypeBegin() local 501 PetscLogHandler handler; in PetscLogTraceBegin() local 591 PetscLogHandler handler; in PetscLogLegacyCallbacksBegin() local 943 PetscLogHandler handler; in PetscLogStageGetVisible() local 1558 PetscLogHandler handler; in PetscLogStageGetPerfInfo() local 1599 PetscLogHandler handler; in PetscLogEventGetPerfInfo() local 1929 PetscLogHandler handler; in PetscLogDump() local [all …]
|
| /petsc/src/sys/logging/handler/impls/trace/ |
| H A D | logtrace.c | 78 PETSC_INTERN PetscErrorCode PetscLogHandlerCreate_Trace(PetscLogHandler handler) in PetscLogHandlerCreate_Trace() 110 PetscErrorCode PetscLogHandlerCreateTrace(MPI_Comm comm, FILE *file, PetscLogHandler *handler) in PetscLogHandlerCreateTrace()
|
| /petsc/src/sys/logging/handler/impls/default/ |
| H A D | logdefault.c | 327 static PetscErrorCode PetscLogHandlerDefaultGetStageInfo(PetscLogHandler handler, PetscLogStage sta… in PetscLogHandlerDefaultGetStageInfo() 339 static PetscErrorCode PetscLogHandlerGetEventPerfInfo_Default(PetscLogHandler handler, PetscLogStag… in PetscLogHandlerGetEventPerfInfo_Default() 356 static PetscErrorCode PetscLogHandlerGetStagePerfInfo_Default(PetscLogHandler handler, PetscLogStag… in PetscLogHandlerGetStagePerfInfo_Default() 367 static PetscErrorCode PetscLogHandlerDefaultGetClassPerf(PetscLogHandler handler, PetscLogStage sta… in PetscLogHandlerDefaultGetClassPerf() 845 static PetscErrorCode PetscLogHandlerSetLogActions_Default(PetscLogHandler handler, PetscBool flag) in PetscLogHandlerSetLogActions_Default() 854 static PetscErrorCode PetscLogHandlerSetLogObjects_Default(PetscLogHandler handler, PetscBool flag) in PetscLogHandlerSetLogObjects_Default() 863 static PetscErrorCode PetscLogHandlerLogObjectState_Default(PetscLogHandler handler, PetscObject ob… in PetscLogHandlerLogObjectState_Default() 880 static PetscErrorCode PetscLogHandlerGetNumObjects_Default(PetscLogHandler handler, PetscInt *num_o… in PetscLogHandlerGetNumObjects_Default() 889 static PetscErrorCode PetscLogHandlerDump_Default(PetscLogHandler handler, const char sname[]) in PetscLogHandlerDump_Default() 972 static PetscErrorCode PetscLogHandlerView_Default_Detailed(PetscLogHandler handler, PetscViewer vie… in PetscLogHandlerView_Default_Detailed() [all …]
|
| /petsc/src/sys/tests/ |
| H A D | ex68.c | 92 PetscLogHandler handler; in main() local
|
| /petsc/src/sys/objects/ftn-custom/ |
| H A D | zinheritf.c | 13 PetscFortranCallbackId handler; member
|
| /petsc/src/sys/error/ |
| H A D | signal.c | 13 PetscErrorCode (*handler)(int, void *); member
|
| H A D | err.c | 11 …PetscErrorCode (*handler)(MPI_Comm, int, const char *, const char *, PetscErrorCode, PetscErrorTyp… member
|
| /petsc/src/sys/logging/handler/impls/nested/ |
| H A D | lognested.h | 44 PetscLogHandler handler; member
|
| H A D | lognested.c | 427 PETSC_INTERN PetscErrorCode PetscLogHandlerCreate_Nested(PetscLogHandler handler) in PetscLogHandlerCreate_Nested()
|
| /petsc/src/sys/yaml/src/ |
| H A D | api.c | 301 yaml_read_handler_t *handler, void *data) in yaml_parser_set_input()
|
| /petsc/src/sys/tutorials/ |
| H A D | ex7.c | 221 static PetscErrorCode PetscLogHandlerCreate_Ex7(PetscLogHandler handler) in PetscLogHandlerCreate_Ex7()
|
| /petsc/include/ |
| H A D | petsclog.h | 152 PetscLogHandler handler; member
|