#include <lttng/tracepoint.h>
#include <stdint.h>
#include <lttng/tracepoint-event.h>
Go to the source code of this file.
|
| TRACEPOINT_EVENT (mir_client_shared_library_prober, probing_path, TP_ARGS(const char *, path), TP_FIELDS(ctf_string(path, path))) TRACEPOINT_EVENT(mir_client_shared_library_prober |
|
| TP_ARGS (const char *, path, const char *, message) |
|
| TP_FIELDS (ctf_string(path, path) ctf_string(message, message))) TRACEPOINT_EVENT(mir_client_shared_library_prober |
|
| TP_ARGS (const char *, path) |
|
| TP_FIELDS (ctf_string(path, path))) TRACEPOINT_EVENT(mir_client_shared_library_prober |
|
#define MIR_CLIENT_LTTNG_SHARED_LIBRARY_PROBER_REPORT_TP_H_ |
#define TRACEPOINT_INCLUDE "./shared_library_prober_report_tp.h" |
#define TRACEPOINT_PROVIDER mir_client_shared_library_prober |
TP_ARGS |
( |
const char * |
, |
|
|
path |
, |
|
|
const char * |
, |
|
|
message |
|
|
) |
| |
TP_ARGS |
( |
const char * |
, |
|
|
path |
|
|
) |
| |
TP_FIELDS |
( |
ctf_string(path, path) ctf_string(message, message) |
| ) |
|
TP_FIELDS |
( |
ctf_string(path, path) |
| ) |
|
TRACEPOINT_EVENT |
( |
mir_client_shared_library_prober |
, |
|
|
probing_path |
, |
|
|
TP_ARGS(const char *, path) |
, |
|
|
TP_FIELDS(ctf_string(path, path)) |
|
|
) |
| |
Copyright © 2012-2015 Canonical Ltd.
Generated on Thu Sep 8 14:50:19 UTC 2016