19 #undef TRACEPOINT_PROVIDER
20 #define TRACEPOINT_PROVIDER mir_server_msgproc
22 #undef TRACEPOINT_INCLUDE
23 #define TRACEPOINT_INCLUDE "./message_processor_report_tp.h"
25 #if !defined(MIR_LTTNG_MESSAGE_PROCESSOR_REPORT_TP_H_) || defined(TRACEPOINT_HEADER_MULTI_READ)
26 #define MIR_LTTNG_MESSAGE_PROCESSOR_REPORT_TP_H_
33 TP_ARGS(
const void*, mediator,
int,
id,
const char*, method),
35 ctf_integer_hex(
void*, mediator, mediator)
36 ctf_integer(
int,
id,
id)
37 ctf_string(method, method)
41 TRACEPOINT_EVENT_INSTANCE(
45 TP_ARGS(const
void*, mediator,
int,
id, const
char*, method)
51 TP_ARGS(const
void*, mediator,
int,
id,
int, result),
53 ctf_integer_hex(
void*, mediator, mediator)
54 ctf_integer(
int,
id,
id)
55 ctf_integer(
int, result, result)
59 TRACEPOINT_EVENT_INSTANCE(
63 TP_ARGS(const
void*, mediator,
int,
id,
char const*, method)
70 TP_ARGS(const
void*, mediator,
int,
id,
char const*, exception),
72 ctf_integer_hex(
void*, mediator, mediator)
73 ctf_integer(
int,
id,
id)
74 ctf_string(exception, exception)
81 TP_ARGS(const
void*, mediator,
char const*, exception),
83 ctf_integer_hex(
void*, mediator, mediator)
84 ctf_string(exception, exception)
91 TP_ARGS(const
void*, mediator,
int, surface_id,
int, attribute,
int, value),
93 ctf_integer_hex(
void*, mediator, mediator)
94 ctf_integer(
int, surface_id, surface_id)
95 ctf_integer(
int, attribute, attribute)
96 ctf_integer(
int, value, value)
100 #include "lttng_utils_pop.h"
104 #include <lttng/tracepoint-event.h>
TRACEPOINT_EVENT(mir_server_msgproc, completed_invocation, TP_ARGS(const void *, mediator, int, id, int, result), TP_FIELDS(ctf_integer_hex(void *, mediator, mediator) ctf_integer(int, id, id) ctf_integer(int, result, result))) TRACEPOINT_EVENT_INSTANCE(mir_server_msgproc
TP_ARGS(const void *, mediator, char const *, exception)
TP_FIELDS(ctf_integer_hex(void *, mediator, mediator) ctf_string(exception, exception))) TRACEPOINT_EVENT(mir_server_msgproc
unknown_method
Definition: message_processor_report_tp.h:61
TRACEPOINT_EVENT_CLASS(mir_server_msgproc, method_event, TP_ARGS(const void *, mediator, int, id, const char *, method), TP_FIELDS(ctf_integer_hex(void *, mediator, mediator) ctf_integer(int, id, id) ctf_string(method, method))) TRACEPOINT_EVENT_INSTANCE(mir_server_msgproc
exception_handled_wo_invocation
Definition: message_processor_report_tp.h:80
method_event
Definition: message_processor_report_tp.h:43
received_invocation
Definition: message_processor_report_tp.h:43
sent_event
Definition: message_processor_report_tp.h:90