Lines Matching refs:handler

28 PetscErrorCode PetscLogHandlerCreate(MPI_Comm comm, PetscLogHandler *handler)  in PetscLogHandlerCreate()  argument
33 *handler = NULL; in PetscLogHandlerCreate()
38 *handler = h; in PetscLogHandlerCreate()
54 PetscErrorCode PetscLogHandlerDestroy(PetscLogHandler *handler) in PetscLogHandlerDestroy() argument
59 if (!*handler) PetscFunctionReturn(PETSC_SUCCESS); in PetscLogHandlerDestroy()
60 h = *handler; in PetscLogHandlerDestroy()
61 *handler = NULL; in PetscLogHandlerDestroy()
365 PetscErrorCode PetscLogHandlerGetEventPerfInfo(PetscLogHandler handler, PetscLogStage stage, PetscL… in PetscLogHandlerGetEventPerfInfo() argument
368 PetscValidHeaderSpecific(handler, PETSCLOGHANDLER_CLASSID, 1); in PetscLogHandlerGetEventPerfInfo()
371 …tscTryMethod(handler, "PetscLogHandlerGetEventPerfInfo_C", (PetscLogHandler, PetscLogStage, PetscL… in PetscLogHandlerGetEventPerfInfo()
392 PetscErrorCode PetscLogHandlerGetStagePerfInfo(PetscLogHandler handler, PetscLogStage stage, PetscE… in PetscLogHandlerGetStagePerfInfo() argument
395 PetscValidHeaderSpecific(handler, PETSCLOGHANDLER_CLASSID, 1); in PetscLogHandlerGetStagePerfInfo()
398 …PetscTryMethod(handler, "PetscLogHandlerGetStagePerfInfo_C", (PetscLogHandler, PetscLogStage, Pets… in PetscLogHandlerGetStagePerfInfo()
423 PetscErrorCode PetscLogHandlerSetLogActions(PetscLogHandler handler, PetscBool flag) in PetscLogHandlerSetLogActions() argument
426 PetscValidHeaderSpecific(handler, PETSCLOGHANDLER_CLASSID, 1); in PetscLogHandlerSetLogActions()
427 …PetscTryMethod(handler, "PetscLogHandlerSetLogActions_C", (PetscLogHandler, PetscBool), (handler, … in PetscLogHandlerSetLogActions()
452 PetscErrorCode PetscLogHandlerSetLogObjects(PetscLogHandler handler, PetscBool flag) in PetscLogHandlerSetLogObjects() argument
455 PetscValidHeaderSpecific(handler, PETSCLOGHANDLER_CLASSID, 1); in PetscLogHandlerSetLogObjects()
456 …PetscTryMethod(handler, "PetscLogHandlerSetLogObjects_C", (PetscLogHandler, PetscBool), (handler, … in PetscLogHandlerSetLogObjects()
460 PetscErrorCode PetscLogHandlerLogObjectState_Internal(PetscLogHandler handler, PetscObject obj, con… in PetscLogHandlerLogObjectState_Internal() argument
463 …PetscTryMethod(handler, "PetscLogHandlerLogObjectState_C", (PetscLogHandler, PetscObject, const ch… in PetscLogHandlerLogObjectState_Internal()
487 PetscErrorCode PetscLogHandlerLogObjectState(PetscLogHandler handler, PetscObject obj, const char f… in PetscLogHandlerLogObjectState() argument
492 PetscValidHeaderSpecific(handler, PETSCLOGHANDLER_CLASSID, 1); in PetscLogHandlerLogObjectState()
496 PetscCall(PetscLogHandlerLogObjectState_Internal(handler, obj, format, argp)); in PetscLogHandlerLogObjectState()
521 PetscErrorCode PetscLogHandlerGetNumObjects(PetscLogHandler handler, PetscInt *num_objects) in PetscLogHandlerGetNumObjects() argument
524 PetscValidHeaderSpecific(handler, PETSCLOGHANDLER_CLASSID, 1); in PetscLogHandlerGetNumObjects()
526 …PetscTryMethod(handler, "PetscLogHandlerGetNumObjects_C", (PetscLogHandler, PetscInt *), (handler,… in PetscLogHandlerGetNumObjects()
549 PetscErrorCode PetscLogHandlerEventDeactivatePush(PetscLogHandler handler, PetscLogStage stage, Pet… in PetscLogHandlerEventDeactivatePush() argument
552 PetscValidHeaderSpecific(handler, PETSCLOGHANDLER_CLASSID, 1); in PetscLogHandlerEventDeactivatePush()
553 …PetscTryMethod(handler, "PetscLogHandlerEventDeactivatePush_C", (PetscLogHandler, PetscLogStage, P… in PetscLogHandlerEventDeactivatePush()
576 PetscErrorCode PetscLogHandlerEventDeactivatePop(PetscLogHandler handler, PetscLogStage stage, Pets… in PetscLogHandlerEventDeactivatePop() argument
579 PetscValidHeaderSpecific(handler, PETSCLOGHANDLER_CLASSID, 1); in PetscLogHandlerEventDeactivatePop()
580 …PetscTryMethod(handler, "PetscLogHandlerEventDeactivatePop_C", (PetscLogHandler, PetscLogStage, Pe… in PetscLogHandlerEventDeactivatePop()
601 PetscErrorCode PetscLogHandlerEventsPause(PetscLogHandler handler) in PetscLogHandlerEventsPause() argument
604 PetscValidHeaderSpecific(handler, PETSCLOGHANDLER_CLASSID, 1); in PetscLogHandlerEventsPause()
605 PetscTryMethod(handler, "PetscLogHandlerEventsPause_C", (PetscLogHandler), (handler)); in PetscLogHandlerEventsPause()
626 PetscErrorCode PetscLogHandlerEventsResume(PetscLogHandler handler) in PetscLogHandlerEventsResume() argument
629 PetscValidHeaderSpecific(handler, PETSCLOGHANDLER_CLASSID, 1); in PetscLogHandlerEventsResume()
630 PetscTryMethod(handler, "PetscLogHandlerEventsResume_C", (PetscLogHandler), (handler)); in PetscLogHandlerEventsResume()
652 PetscErrorCode PetscLogHandlerDump(PetscLogHandler handler, const char sname[]) in PetscLogHandlerDump() argument
655 …PetscTryMethod(handler, "PetscLogHandlerDump_C", (PetscLogHandler, const char *), (handler, sname)… in PetscLogHandlerDump()
678 PetscErrorCode PetscLogHandlerStageSetVisible(PetscLogHandler handler, PetscLogStage stage, PetscBo… in PetscLogHandlerStageSetVisible() argument
681 PetscValidHeaderSpecific(handler, PETSCLOGHANDLER_CLASSID, 1); in PetscLogHandlerStageSetVisible()
682 …PetscTryMethod(handler, "PetscLogHandlerStageSetVisible_C", (PetscLogHandler, PetscLogStage, Petsc… in PetscLogHandlerStageSetVisible()
707 PetscErrorCode PetscLogHandlerStageGetVisible(PetscLogHandler handler, PetscLogStage stage, PetscBo… in PetscLogHandlerStageGetVisible() argument
710 PetscValidHeaderSpecific(handler, PETSCLOGHANDLER_CLASSID, 1); in PetscLogHandlerStageGetVisible()
711 …PetscTryMethod(handler, "PetscLogHandlerStageGetVisible_C", (PetscLogHandler, PetscLogStage, Petsc… in PetscLogHandlerStageGetVisible()