Skip to content

Commit

Permalink
prov/hook/trace: Add trace log for domain_attr.
Browse files Browse the repository at this point in the history
Signed-off-by: peinan.zhang <[email protected]>
  • Loading branch information
peinan.zhang committed Sep 17, 2024
1 parent bd0f216 commit 09baa1b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions prov/hook/trace/src/hook_trace.c
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,8 @@ static void hook_trace_prof_init(void *context)
fi_tostr_r(buf,len, info->tx_attr, FI_TYPE_TX_ATTR)); \
FI_TRACE(dom->fabric->hprov, FI_LOG_DOMAIN, "\n%s", \
fi_tostr_r(buf,len, info->rx_attr, FI_TYPE_RX_ATTR)); \
FI_TRACE(dom->fabric->hprov, FI_LOG_DOMAIN, "\n%s", \
fi_tostr_r(buf,len, info->domain_attr, FI_TYPE_DOMAIN_ATTR)); \
} while (0);

typedef void (*trace_cq_entry_fn)(const struct fi_provider *prov,
Expand Down

0 comments on commit 09baa1b

Please sign in to comment.