19 #undef TRACEPOINT_PROVIDER 20 #define TRACEPOINT_PROVIDER mir_server_shared_library_prober 22 #undef TRACEPOINT_INCLUDE 23 #define TRACEPOINT_INCLUDE "./shared_library_prober_report_tp.h" 25 #if !defined(MIR_LTTNG_SHARED_LIBRARY_PROBER_REPORT_TP_H_) || defined(TRACEPOINT_HEADER_MULTI_READ) 26 #define MIR_LTTNG_SHARED_LIBRARY_PROBER_REPORT_TP_H_ 31 mir_server_shared_library_prober,
35 ctf_string(path, path)
40 mir_server_shared_library_prober,
42 TP_ARGS(const
char*, path, const
char*, message),
44 ctf_string(path, path)
45 ctf_string(message, message)
50 mir_server_shared_library_prober,
54 ctf_string(path, path)
59 mir_server_shared_library_prober,
61 TP_ARGS(const
char*, path, const
char*, message),
63 ctf_string(path, path)
64 ctf_string(message, message)
70 #include <lttng/tracepoint-event.h> 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
probing_failed
Definition: shared_library_prober_report_tp.h:52
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
loading_library
Definition: shared_library_prober_report_tp.h:62
loading_failed
Definition: shared_library_prober_report_tp.h:71