Home
last modified time | relevance | path

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

/petsc/src/sys/logging/handler/impls/nested/
H A Dlognested.c17 …orCode PetscLogEventGetNestedEvent(PetscLogHandler h, PetscLogEvent e, PetscLogEvent *nested_event) in PetscLogEventGetNestedEvent() argument
39 PetscCall(PetscLogStateEventRegister(nested->state, name, event_info.classid, nested_event)); in PetscLogEventGetNestedEvent()
40 PetscCall(PetscLogStateEventSetCollective(nested->state, *nested_event, event_info.collective)); in PetscLogEventGetNestedEvent()
41 PetscCall(PetscNestedHashIterSet(nested->pair_map, iter, *nested_event)); in PetscLogEventGetNestedEvent()
43 PetscCall(PetscNestedHashIterGet(nested->pair_map, iter, nested_event)); in PetscLogEventGetNestedEvent()
48 …de PetscLogStageGetNestedEvent(PetscLogHandler h, PetscLogStage stage, PetscLogEvent *nested_event) in PetscLogStageGetNestedEvent() argument
76 … PetscCall(PetscLogStateEventRegister(nested->state, name, nested->nested_stage_id, nested_event)); in PetscLogStageGetNestedEvent()
77 PetscCall(PetscLogStateEventSetCollective(nested->state, *nested_event, collective)); in PetscLogStageGetNestedEvent()
78 PetscCall(PetscNestedHashIterSet(nested->pair_map, iter, *nested_event)); in PetscLogStageGetNestedEvent()
80 PetscCall(PetscNestedHashIterGet(nested->pair_map, iter, nested_event)); in PetscLogStageGetNestedEvent()
[all …]