Librarify filter in liblttng-ctl and hide symbols
[lttng-tools.git] / include / lttng / lttng-error.h
CommitLineData
f73fabfd
DG
1/*
2 * lttng-error.h
3 *
4 * Linux Trace Toolkit Control Library Error Header File
5 *
6 * The following values are all the possible errors the lttng command line
7 * client can quit with.
8 *
9 * Copyright (C) 2012 - David Goulet <dgoulet@efficios.com>
10 *
11 * This library is free software; you can redistribute it and/or modify it
12 * under the terms of the GNU Lesser General Public License, version 2.1 only,
13 * as published by the Free Software Foundation.
14 *
15 * This library is distributed in the hope that it will be useful, but WITHOUT
16 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
17 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License
18 * for more details.
19 *
20 * You should have received a copy of the GNU Lesser General Public License
21 * along with this library; if not, write to the Free Software Foundation,
22 * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
23 */
24
25#ifndef LTTNG_ERROR_H
26#define LTTNG_ERROR_H
27
28enum lttng_error_code {
29 LTTNG_OK = 10, /* Ok */
30 LTTNG_ERR_UNK = 11, /* Unknown Error */
31 LTTNG_ERR_UND = 12, /* Undefine command */
32 /* 13 */
33 LTTNG_ERR_UNKNOWN_DOMAIN = 14, /* Tracing domain not known */
34 /* 15 */
35 LTTNG_ERR_NO_SESSION = 16, /* No session found */
36 LTTNG_ERR_CREATE_DIR_FAIL = 17, /* Create directory fail */
37 LTTNG_ERR_SESSION_FAIL = 18, /* Create session fail */
38 /* 19 */
39 /* 20 */
40 /* 21 */
41 /* 22 */
42 LTTNG_ERR_SESS_NOT_FOUND = 23, /* Session by name not found */
43 /* 24 */
44 LTTNG_ERR_FATAL = 25, /* Fatal error */
45 /* 26 */
46 LTTNG_ERR_SELECT_SESS = 27, /* Must select a session */
47 LTTNG_ERR_EXIST_SESS = 28, /* Session name already exist */
48 LTTNG_ERR_NO_EVENT = 29, /* No event found */
49 LTTNG_ERR_CONNECT_FAIL = 30, /* Unable to connect to unix socket */
50 /* 31 */
51 LTTNG_ERR_EPERM = 32, /* Permission denied */
52 LTTNG_ERR_KERN_NA = 33, /* Kernel tracer unavalable */
53 LTTNG_ERR_KERN_VERSION = 34, /* Kernel tracer not compatible */
54 LTTNG_ERR_KERN_EVENT_EXIST = 35, /* Kernel event already exists */
55 LTTNG_ERR_KERN_SESS_FAIL = 36, /* Kernel create session failed */
56 LTTNG_ERR_KERN_CHAN_EXIST = 37, /* Kernel channel already exists */
57 LTTNG_ERR_KERN_CHAN_FAIL = 38, /* Kernel create channel failed */
58 LTTNG_ERR_KERN_CHAN_NOT_FOUND = 39, /* Kernel channel not found */
59 LTTNG_ERR_KERN_CHAN_DISABLE_FAIL = 40, /* Kernel disable channel failed */
60 LTTNG_ERR_KERN_CHAN_ENABLE_FAIL = 41, /* Kernel enable channel failed */
61 LTTNG_ERR_KERN_CONTEXT_FAIL = 42, /* Kernel add context failed */
62 LTTNG_ERR_KERN_ENABLE_FAIL = 43, /* Kernel enable event failed */
63 LTTNG_ERR_KERN_DISABLE_FAIL = 44, /* Kernel disable event failed */
64 LTTNG_ERR_KERN_META_FAIL = 45, /* Kernel open metadata failed */
65 LTTNG_ERR_KERN_START_FAIL = 46, /* Kernel start trace failed */
66 LTTNG_ERR_KERN_STOP_FAIL = 47, /* Kernel stop trace failed */
67 LTTNG_ERR_KERN_CONSUMER_FAIL = 48, /* Kernel consumer start failed */
68 LTTNG_ERR_KERN_STREAM_FAIL = 49, /* Kernel create stream failed */
69 /* 50 */
70 /* 51 */
71 /* 52 */
72 LTTNG_ERR_KERN_LIST_FAIL = 53, /* Kernel listing events failed */
73 LTTNG_ERR_UST_CALIBRATE_FAIL = 54, /* UST calibration failed */
74 /* 55 */
75 LTTNG_ERR_UST_SESS_FAIL = 56, /* UST create session failed */
76 LTTNG_ERR_UST_CHAN_EXIST = 57, /* UST channel already exist */
77 LTTNG_ERR_UST_CHAN_FAIL = 58, /* UST create channel failed */
78 LTTNG_ERR_UST_CHAN_NOT_FOUND = 59, /* UST channel not found */
79 LTTNG_ERR_UST_CHAN_DISABLE_FAIL = 60, /* UST disable channel failed */
80 LTTNG_ERR_UST_CHAN_ENABLE_FAIL = 61, /* UST enable channel failed */
81 /* 62 */
82 LTTNG_ERR_UST_ENABLE_FAIL = 63, /* UST enable event failed */
83 LTTNG_ERR_UST_DISABLE_FAIL = 64, /* UST disable event failed */
84 LTTNG_ERR_UST_META_FAIL = 65, /* UST open metadata failed */
85 LTTNG_ERR_UST_START_FAIL = 66, /* UST start trace failed */
86 LTTNG_ERR_UST_STOP_FAIL = 67, /* UST stop trace failed */
87 LTTNG_ERR_UST_CONSUMER64_FAIL = 68, /* 64-bit UST consumer start failed */
88 LTTNG_ERR_UST_CONSUMER32_FAIL = 69, /* 32-bit UST consumer start failed */
89 LTTNG_ERR_UST_STREAM_FAIL = 70, /* UST create stream failed */
90 /* 71 */
91 /* 72 */
92 /* 73 */
93 LTTNG_ERR_UST_LIST_FAIL = 74, /* UST listing events failed */
94 LTTNG_ERR_UST_EVENT_EXIST = 75, /* UST event exist */
95 LTTNG_ERR_UST_EVENT_NOT_FOUND = 76, /* UST event not found */
96 LTTNG_ERR_UST_CONTEXT_EXIST = 77, /* UST context exist */
97 LTTNG_ERR_UST_CONTEXT_INVAL = 78, /* UST context invalid */
98 LTTNG_ERR_NEED_ROOT_SESSIOND = 79, /* root sessiond is needed */
99 LTTNG_ERR_TRACE_ALREADY_STARTED = 80, /* Tracing already started */
100 LTTNG_ERR_TRACE_ALREADY_STOPPED = 81, /* Tracing already stopped */
101 LTTNG_ERR_KERN_EVENT_ENOSYS = 82, /* Kernel event type not supported */
102 /* 83 */
103 /* 84 */
104 /* 85 */
105 /* 86 */
106 /* 87 */
107 /* 88 */
108 /* 89 */
109 /* 90 */
110 /* 91 */
111 /* 92 */
112 /* 93 */
113 /* 94 */
114 /* 95 */
115 /* 96 */
116 LTTNG_ERR_INVALID = 97, /* Invalid parameter */
117 LTTNG_ERR_NO_USTCONSUMERD = 98, /* No UST consumer detected */
118 LTTNG_ERR_NO_KERNCONSUMERD = 99, /* No Kernel consumer detected */
119 LTTNG_ERR_EVENT_EXIST_LOGLEVEL = 100, /* Event enabled with different loglevel */
120 LTTNG_ERR_URL_DATA_MISS = 101, /* Missing network data URL */
121 LTTNG_ERR_URL_CTRL_MISS = 102, /* Missing network control URL */
122 LTTNG_ERR_ENABLE_CONSUMER_FAIL = 103, /* Enabling consumer failed */
123 LTTNG_ERR_RELAYD_CONNECT_FAIL = 104, /* lttng-relayd create session failed */
124 LTTNG_ERR_RELAYD_VERSION_FAIL = 105, /* lttng-relayd not compatible */
125 LTTNG_ERR_FILTER_INVAL = 106, /* Invalid filter bytecode */
126 LTTNG_ERR_FILTER_NOMEM = 107, /* Lack of memory for filter bytecode */
127 LTTNG_ERR_FILTER_EXIST = 108, /* Filter already exist */
128 LTTNG_ERR_NO_CONSUMER = 109, /* No consumer exist for the session */
129
130 /* MUST be last element */
131 LTTNG_ERR_NR, /* Last element */
132};
133
134#endif /* LTTNG_ERROR_H */
This page took 0.029491 seconds and 5 git commands to generate.