xref: /aosp_15_r20/external/e2fsprogs/lib/support/prof_err.et (revision 6a54128f25917bfc36a8a6e9d722c04a0b4641b6)
1*6a54128fSAndroid Build Coastguard Workererror_table prof
2*6a54128fSAndroid Build Coastguard Worker
3*6a54128fSAndroid Build Coastguard Workererror_code	PROF_VERSION,	"Profile version 0.0"
4*6a54128fSAndroid Build Coastguard Worker
5*6a54128fSAndroid Build Coastguard Worker#
6*6a54128fSAndroid Build Coastguard Worker# generated by prof_tree.c
7*6a54128fSAndroid Build Coastguard Worker#
8*6a54128fSAndroid Build Coastguard Workererror_code	PROF_MAGIC_NODE,	"Bad magic value in profile_node"
9*6a54128fSAndroid Build Coastguard Workererror_code	PROF_NO_SECTION,	"Profile section not found"
10*6a54128fSAndroid Build Coastguard Workererror_code	PROF_NO_RELATION,	"Profile relation not found"
11*6a54128fSAndroid Build Coastguard Workererror_code	PROF_ADD_NOT_SECTION,
12*6a54128fSAndroid Build Coastguard Worker	"Attempt to add a relation to node which is not a section"
13*6a54128fSAndroid Build Coastguard Workererror_code	PROF_SECTION_WITH_VALUE,
14*6a54128fSAndroid Build Coastguard Worker	"A profile section header has a non-zero value"
15*6a54128fSAndroid Build Coastguard Workererror_code	PROF_BAD_LINK_LIST, 	"Bad linked list in profile structures"
16*6a54128fSAndroid Build Coastguard Workererror_code	PROF_BAD_GROUP_LVL, 	"Bad group level in profile structures"
17*6a54128fSAndroid Build Coastguard Workererror_code	PROF_BAD_PARENT_PTR,
18*6a54128fSAndroid Build Coastguard Worker	"Bad parent pointer in profile structures"
19*6a54128fSAndroid Build Coastguard Workererror_code	PROF_MAGIC_ITERATOR,	"Bad magic value in profile iterator"
20*6a54128fSAndroid Build Coastguard Workererror_code	PROF_SET_SECTION_VALUE,	"Can't set value on section node"
21*6a54128fSAndroid Build Coastguard Workererror_code	PROF_EINVAL,		"Invalid argument passed to profile library"
22*6a54128fSAndroid Build Coastguard Workererror_code	PROF_READ_ONLY,		"Attempt to modify read-only profile"
23*6a54128fSAndroid Build Coastguard Worker
24*6a54128fSAndroid Build Coastguard Worker#
25*6a54128fSAndroid Build Coastguard Worker# generated by prof_parse.c
26*6a54128fSAndroid Build Coastguard Worker#
27*6a54128fSAndroid Build Coastguard Worker
28*6a54128fSAndroid Build Coastguard Workererror_code	PROF_SECTION_NOTOP, "Profile section header not at top level"
29*6a54128fSAndroid Build Coastguard Workererror_code	PROF_SECTION_SYNTAX, "Syntax error in profile section header"
30*6a54128fSAndroid Build Coastguard Workererror_code	PROF_RELATION_SYNTAX, "Syntax error in profile relation"
31*6a54128fSAndroid Build Coastguard Workererror_code	PROF_EXTRA_CBRACE, "Extra closing brace in profile"
32*6a54128fSAndroid Build Coastguard Workererror_code	PROF_MISSING_OBRACE, "Missing open brace in profile"
33*6a54128fSAndroid Build Coastguard Worker
34*6a54128fSAndroid Build Coastguard Worker#
35*6a54128fSAndroid Build Coastguard Worker# generated by prof_init.c
36*6a54128fSAndroid Build Coastguard Worker#
37*6a54128fSAndroid Build Coastguard Workererror_code	PROF_MAGIC_PROFILE,	"Bad magic value in profile_t"
38*6a54128fSAndroid Build Coastguard Workererror_code	PROF_MAGIC_SECTION,	"Bad magic value in profile_section_t"
39*6a54128fSAndroid Build Coastguard Workererror_code	PROF_TOPSECTION_ITER_NOSUPP,
40*6a54128fSAndroid Build Coastguard Worker	"Iteration through all top level section not supported"
41*6a54128fSAndroid Build Coastguard Workererror_code	PROF_INVALID_SECTION,	"Invalid profile_section object"
42*6a54128fSAndroid Build Coastguard Workererror_code	PROF_END_OF_SECTIONS,	"No more sections"
43*6a54128fSAndroid Build Coastguard Workererror_code	PROF_BAD_NAMESET,	"Bad nameset passed to query routine"
44*6a54128fSAndroid Build Coastguard Workererror_code	PROF_NO_PROFILE,	"No profile file open"
45*6a54128fSAndroid Build Coastguard Worker
46*6a54128fSAndroid Build Coastguard Worker#
47*6a54128fSAndroid Build Coastguard Worker# generated by prof_file.c
48*6a54128fSAndroid Build Coastguard Worker#
49*6a54128fSAndroid Build Coastguard Workererror_code      PROF_MAGIC_FILE,	"Bad magic value in profile_file_t"
50*6a54128fSAndroid Build Coastguard Workererror_code	PROF_FAIL_OPEN,		"Couldn't open profile file"
51*6a54128fSAndroid Build Coastguard Worker
52*6a54128fSAndroid Build Coastguard Worker#
53*6a54128fSAndroid Build Coastguard Worker# generated by prof_set.c
54*6a54128fSAndroid Build Coastguard Worker#
55*6a54128fSAndroid Build Coastguard Workererror_code	PROF_EXISTS,		"Section already exists"
56*6a54128fSAndroid Build Coastguard Worker
57*6a54128fSAndroid Build Coastguard Worker#
58*6a54128fSAndroid Build Coastguard Worker# generated by prof_get.c
59*6a54128fSAndroid Build Coastguard Worker#
60*6a54128fSAndroid Build Coastguard Workererror_code	PROF_BAD_BOOLEAN,		"Invalid boolean value"
61*6a54128fSAndroid Build Coastguard Workererror_code	PROF_BAD_INTEGER,		"Invalid integer value"
62*6a54128fSAndroid Build Coastguard Worker
63*6a54128fSAndroid Build Coastguard Workererror_code	PROF_MAGIC_FILE_DATA, "Bad magic value in profile_file_data_t"
64*6a54128fSAndroid Build Coastguard Worker
65*6a54128fSAndroid Build Coastguard Worker
66*6a54128fSAndroid Build Coastguard Workerend
67