19 #undef TRACEPOINT_PROVIDER 20 #define TRACEPOINT_PROVIDER mir_client_shared_library_prober 22 #undef TRACEPOINT_INCLUDE 23 #define TRACEPOINT_INCLUDE "./shared_library_prober_report_tp.h" 25 #if !defined(MIR_CLIENT_LTTNG_SHARED_LIBRARY_PROBER_REPORT_TP_H_) || defined(TRACEPOINT_HEADER_MULTI_READ) 26 #define MIR_CLIENT_LTTNG_SHARED_LIBRARY_PROBER_REPORT_TP_H_ 28 #include <lttng/tracepoint.h> 37 #pragma clang diagnostic push 38 #pragma clang diagnostic warning "-Wunused-function" 42 mir_client_shared_library_prober,
46 ctf_string(path, path)
51 mir_client_shared_library_prober,
53 TP_ARGS(const
char*, path, const
char*, message),
55 ctf_string(path, path)
56 ctf_string(message, message)
61 mir_client_shared_library_prober,
65 ctf_string(path, path)
70 mir_client_shared_library_prober,
72 TP_ARGS(const
char*, path, const
char*, message),
74 ctf_string(path, path)
75 ctf_string(message, message)
80 #pragma clang diagnostic pop 85 #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