#include "lttng_utils.h"
#include <lttng/tracepoint-event.h>
Go to the source code of this file.
|
| 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) |
|
#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 |
|
|
) |
| |
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 |
Copyright © 2012,2013 Canonical Ltd.
Generated on Tue Mar 24 16:15:19 UTC 2015