Mir
|
Go to the source code of this file.
Macros | |
#define | TRACEPOINT_PROVIDER mir_server_msgproc |
#define | TRACEPOINT_INCLUDE "./message_processor_report_tp.h" |
#define | MIR_LTTNG_MESSAGE_PROCESSOR_REPORT_TP_H_ |
Functions | |
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 | |
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 | |
TRACEPOINT_EVENT (mir_server_msgproc, exception_handled, TP_ARGS(const void *, mediator, int, id, char const *, exception), TP_FIELDS(ctf_integer_hex(void *, mediator, mediator) ctf_integer(int, id, id) ctf_string(exception, exception))) TRACEPOINT_EVENT(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 | |
TP_ARGS (const void *, mediator, int, surface_id, int, attribute, int, value) | |
Variables | |
method_event | |
received_invocation | |
unknown_method | |
exception_handled_wo_invocation | |
sent_event | |
#define MIR_LTTNG_MESSAGE_PROCESSOR_REPORT_TP_H_ |
#define TRACEPOINT_INCLUDE "./message_processor_report_tp.h" |
#define TRACEPOINT_PROVIDER mir_server_msgproc |
TP_ARGS | ( | const void * | , |
mediator | , | ||
char const * | , | ||
exception | |||
) |
TP_ARGS | ( | const void * | , |
mediator | , | ||
int | , | ||
surface_id | , | ||
int | , | ||
attribute | , | ||
int | , | ||
value | |||
) |
TP_FIELDS | ( | ctf_integer_hex(void *, mediator, mediator) ctf_string(exception, exception) | ) |
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 | ( | mir_server_msgproc | , |
exception_handled | , | ||
TP_ARGS(const void *, mediator, int, id, char const *, exception) | , | ||
TP_FIELDS(ctf_integer_hex(void *, mediator, mediator)ctf_integer(int, id, id)ctf_string(exception, exception)) | |||
) |
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)) | |||
) |
exception_handled_wo_invocation |
method_event |
received_invocation |
sent_event |
unknown_method |
Copyright © 2012,2013 Canonical Ltd.
Generated on Fri Oct 10 14:07:14 UTC 2014