Lines Matching refs:PetscLogHandler

290 static PetscErrorCode PetscLogHandlerDestroy_Default(PetscLogHandler h)  in PetscLogHandlerDestroy_Default()
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()
381 static PetscErrorCode PetscLogHandlerObjectCreate_Default(PetscLogHandler h, PetscObject obj) in PetscLogHandlerObjectCreate_Default()
439 static PetscErrorCode PetscLogHandlerObjectDestroy_Default(PetscLogHandler h, PetscObject obj) in PetscLogHandlerObjectDestroy_Default()
492 static PetscErrorCode PetscLogHandlerEventSync_Default(PetscLogHandler h, PetscLogEvent event, MPI_… in PetscLogHandlerEventSync_Default()
541 static PetscErrorCode PetscLogHandlerEventBegin_Default(PetscLogHandler h, PetscLogEvent event, Pet… in PetscLogHandlerEventBegin_Default()
606 static PetscErrorCode PetscLogHandlerEventEnd_Default(PetscLogHandler h, PetscLogEvent event, Petsc… in PetscLogHandlerEventEnd_Default()
676 static PetscErrorCode PetscLogHandlerEventDeactivatePush_Default(PetscLogHandler h, PetscLogStage s… in PetscLogHandlerEventDeactivatePush_Default()
687 static PetscErrorCode PetscLogHandlerEventDeactivatePop_Default(PetscLogHandler h, PetscLogStage st… in PetscLogHandlerEventDeactivatePop_Default()
698 static PetscErrorCode PetscLogHandlerEventsPause_Default(PetscLogHandler h) in PetscLogHandlerEventsPause_Default()
732 static PetscErrorCode PetscLogHandlerEventsResume_Default(PetscLogHandler h) in PetscLogHandlerEventsResume_Default()
766 static PetscErrorCode PetscLogHandlerStagePush_Default(PetscLogHandler h, PetscLogStage new_stage) in PetscLogHandlerStagePush_Default()
797 static PetscErrorCode PetscLogHandlerStagePop_Default(PetscLogHandler h, PetscLogStage old_stage) in PetscLogHandlerStagePop_Default()
823 static PetscErrorCode PetscLogHandlerStageSetVisible_Default(PetscLogHandler h, PetscLogStage stage… in PetscLogHandlerStageSetVisible_Default()
834 static PetscErrorCode PetscLogHandlerStageGetVisible_Default(PetscLogHandler h, PetscLogStage stage… in PetscLogHandlerStageGetVisible_Default()
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()
1100 static PetscErrorCode PetscLogHandlerView_Default_CSV(PetscLogHandler handler, PetscViewer viewer) in PetscLogHandlerView_Default_CSV()
1269 static PetscErrorCode PetscLogHandlerView_Default_Info(PetscLogHandler handler, PetscViewer viewer) in PetscLogHandlerView_Default_Info()
1854 static PetscErrorCode PetscLogHandlerView_Default(PetscLogHandler handler, PetscViewer viewer) in PETSC_PRAGMA_DIAGNOSTIC_IGNORED_END()
1884 PETSC_INTERN PetscErrorCode PetscLogHandlerCreate_Default(PetscLogHandler handler) in PetscLogHandlerCreate_Default()