Move some parameter handling to tracepoint definition file

This commit is contained in:
Christophe Bedard 2019-12-14 11:20:53 -08:00
parent 6d67a7fa57
commit b0a318fb21
2 changed files with 7 additions and 8 deletions

View file

@ -47,8 +47,7 @@ void TRACEPOINT(
{
CONDITIONAL_TP(
rcl_init,
context_handle,
tracetools_VERSION);
context_handle);
}
void TRACEPOINT(
@ -204,7 +203,7 @@ void TRACEPOINT(
CONDITIONAL_TP(
callback_start,
callback,
(is_intra_process ? 1 : 0));
is_intra_process);
}
void TRACEPOINT(