Mir
shared_library_prober_report_tp.h
Go to the documentation of this file.
1 /*
2  * Copyright © 2014 Canonical Ltd.
3  *
4  * This program is free software: you can redistribute it and/or modify it
5  * under the terms of the GNU General Public License version 3,
6  * as published by the Free Software Foundation.
7  *
8  * This program is distributed in the hope that it will be useful,
9  * but WITHOUT ANY WARRANTY; without even the implied warranty of
10  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11  * GNU General Public License for more details.
12  *
13  * You should have received a copy of the GNU General Public License
14  * along with this program. If not, see <http://www.gnu.org/licenses/>.
15  *
16  * Authored by: Andreas Pokorny <andreas.pokorny@canonical.com>
17  */
18 
19 #undef TRACEPOINT_PROVIDER
20 #define TRACEPOINT_PROVIDER mir_server_shared_library_prober
21 
22 #undef TRACEPOINT_INCLUDE
23 #define TRACEPOINT_INCLUDE "./shared_library_prober_report_tp.h"
24 
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_
27 
28 #include "lttng_utils.h"
29 
31  mir_server_shared_library_prober,
32  probing_path,
33  TP_ARGS(const char*, path),
34  TP_FIELDS(
35  ctf_string(path, path)
36  )
37 )
38 
40  mir_server_shared_library_prober,
42  TP_ARGS(const char*, path, const char*, message),
43  TP_FIELDS(
44  ctf_string(path, path)
45  ctf_string(message, message)
46  )
47 )
48 
50  mir_server_shared_library_prober,
52  TP_ARGS(const char*, path),
53  TP_FIELDS(
54  ctf_string(path, path)
55  )
56 )
57 
59  mir_server_shared_library_prober,
61  TP_ARGS(const char*, path, const char*, message),
62  TP_FIELDS(
63  ctf_string(path, path)
64  ctf_string(message, message)
65  )
66 )
67 
68 #endif /* MIR_LTTNG_SHARED_LIBRARY_PROBER_REPORT_TP_H_ */
69 
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

Copyright © 2012-2015 Canonical Ltd.
Generated on Thu Sep 8 14:50:19 UTC 2016