blob: c9316c70669f796f1764a1ccc135bdc94af10675 [file] [log] [blame]
Theodore Ts'o2fa9ba92005-12-30 23:57:32 -05001error_table prof
2
3error_code PROF_VERSION, "Profile version 0.0"
4
5#
6# generated by prof_tree.c
7#
8error_code PROF_MAGIC_NODE, "Bad magic value in profile_node"
9error_code PROF_NO_SECTION, "Profile section not found"
10error_code PROF_NO_RELATION, "Profile relation not found"
11error_code PROF_ADD_NOT_SECTION,
12 "Attempt to add a relation to node which is not a section"
13error_code PROF_SECTION_WITH_VALUE,
14 "A profile section header has a non-zero value"
15error_code PROF_BAD_LINK_LIST, "Bad linked list in profile structures"
Theodore Ts'o84888e52011-10-08 13:32:00 -040016error_code PROF_BAD_GROUP_LVL, "Bad group level in profile structures"
Theodore Ts'o2fa9ba92005-12-30 23:57:32 -050017error_code PROF_BAD_PARENT_PTR,
Theodore Ts'o3fcd8fe2011-10-09 17:08:47 -040018 "Bad parent pointer in profile structures"
Theodore Ts'o2fa9ba92005-12-30 23:57:32 -050019error_code PROF_MAGIC_ITERATOR, "Bad magic value in profile iterator"
20error_code PROF_SET_SECTION_VALUE, "Can't set value on section node"
21error_code PROF_EINVAL, "Invalid argument passed to profile library"
22error_code PROF_READ_ONLY, "Attempt to modify read-only profile"
23
24#
25# generated by prof_parse.c
26#
27
28error_code PROF_SECTION_NOTOP, "Profile section header not at top level"
29error_code PROF_SECTION_SYNTAX, "Syntax error in profile section header"
30error_code PROF_RELATION_SYNTAX, "Syntax error in profile relation"
31error_code PROF_EXTRA_CBRACE, "Extra closing brace in profile"
32error_code PROF_MISSING_OBRACE, "Missing open brace in profile"
33
34#
35# generated by prof_init.c
36#
37error_code PROF_MAGIC_PROFILE, "Bad magic value in profile_t"
38error_code PROF_MAGIC_SECTION, "Bad magic value in profile_section_t"
39error_code PROF_TOPSECTION_ITER_NOSUPP,
40 "Iteration through all top level section not supported"
41error_code PROF_INVALID_SECTION, "Invalid profile_section object"
42error_code PROF_END_OF_SECTIONS, "No more sections"
43error_code PROF_BAD_NAMESET, "Bad nameset passed to query routine"
44error_code PROF_NO_PROFILE, "No profile file open"
45
46#
47# generated by prof_file.c
48#
49error_code PROF_MAGIC_FILE, "Bad magic value in profile_file_t"
50error_code PROF_FAIL_OPEN, "Couldn't open profile file"
51
52#
53# generated by prof_set.c
54#
55error_code PROF_EXISTS, "Section already exists"
56
57#
58# generated by prof_get.c
59#
60error_code PROF_BAD_BOOLEAN, "Invalid boolean value"
61error_code PROF_BAD_INTEGER, "Invalid integer value"
62
63error_code PROF_MAGIC_FILE_DATA, "Bad magic value in profile_file_data_t"
64
65
66end