#include <lttng/tracepoint.h>
#include <lttng/tracepoint-event.h>
Go to the source code of this file.
|
| TRACEPOINT_EVENT (mir_server_msgproc, received_invocation, 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(mir_server_msgproc |
|
| TP_ARGS (const void *, mediator, int, id, int, result) |
|
#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 |
, |
|
|
int |
, |
|
|
id |
, |
|
|
int |
, |
|
|
result |
|
|
) |
| |
TRACEPOINT_EVENT |
( |
mir_server_msgproc |
, |
|
|
received_invocation |
, |
|
|
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)) |
|
|
) |
| |
Copyright © 2012,2013 Canonical Ltd.
Generated on Tue Oct 15 00:23:28 UTC 2013