Cleanup: tracepoint event: use different prefixes for provider and event descriptors
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 4 Apr 2022 19:55:07 +0000 (15:55 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 4 Apr 2022 20:03:56 +0000 (16:03 -0400)
commit0997899b47dda080f4f9346b5d4f66ad60bee700
tree4174028828ca418e5f4a3be23c0a30ca6e18b80c
parent3ef88eda2c8de4df57a70b10457602d84a057007
Cleanup: tracepoint event: use different prefixes for provider and event descriptors

Prefix the provider array of descriptor identifier with
"lttng_ust__provider_event_desc___" to distinguish it from the event
descriptor identifier.

This does not cause any conflict even when the event has the same name
as the provider because the provider is included in the event name. But
providing different prefixes is cleaner.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Change-Id: If8b38d2765de61fd59558fe7c6223d1fdbb3349b
include/lttng/ust-tracepoint-event.h
This page took 0.024255 seconds and 4 git commands to generate.