projects
/
lttng-tools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4031e53
)
Add new error codes for exclusion processing
author
JP Ikaheimonen
<jp_ikaheimonen@mentor.com>
Mon, 4 Nov 2013 13:32:11 +0000
(15:32 +0200)
committer
David Goulet
<dgoulet@efficios.com>
Thu, 14 Nov 2013 18:40:57 +0000
(13:40 -0500)
Add new error codes LTTNG_ERR_EXCLUSION_INVAL and LTTNG_ERR_EXCLUSION_NOMEM
include/lttng/lttng-error.h
patch
|
blob
|
blame
|
history
diff --git
a/include/lttng/lttng-error.h
b/include/lttng/lttng-error.h
index 7631dbcc2aaf95204f878272c784daccc3a80627..f752fc4ad240da2d4e0652ffa0546d5a8c502c67 100644
(file)
--- a/
include/lttng/lttng-error.h
+++ b/
include/lttng/lttng-error.h
@@
-140,6
+140,8
@@
enum lttng_error_code {
LTTNG_ERR_FILTER_NOMEM = 107, /* Lack of memory for filter bytecode */
LTTNG_ERR_FILTER_EXIST = 108, /* Filter already exist */
LTTNG_ERR_NO_CONSUMER = 109, /* No consumer exist for the session */
+ LTTNG_ERR_EXCLUSION_INVAL = 110, /* Invalid event exclusion data */
+ LTTNG_ERR_EXCLUSION_NOMEM = 111, /* Lack of memory while processing event exclusions */
/* MUST be last element */
LTTNG_ERR_NR, /* Last element */
This page took
0.025448 seconds
and
4
git commands to generate.