Lines Matching full:profile
3 error_code PROF_VERSION, "Profile version 0.0"
9 error_code PROF_NO_SECTION, "Profile section not found"
10 error_code PROF_NO_RELATION, "Profile relation not found"
14 "A profile section header has a non-zero value"
15 error_code PROF_BAD_LINK_LIST, "Bad linked list in profile structures"
16 error_code PROF_BAD_GROUP_LVL, "Bad group level in profile strctures"
18 "Bad parent pointer in profile strctures"
19 error_code PROF_MAGIC_ITERATOR, "Bad magic value in profile iterator"
21 error_code PROF_EINVAL, "Invalid argument passed to profile library"
22 error_code PROF_READ_ONLY, "Attempt to modify read-only profile"
28 error_code PROF_SECTION_NOTOP, "Profile section header not at top level"
29 error_code PROF_SECTION_SYNTAX, "Syntax error in profile section header"
30 error_code PROF_RELATION_SYNTAX, "Syntax error in profile relation"
31 error_code PROF_EXTRA_CBRACE, "Extra closing brace in profile"
32 error_code PROF_MISSING_OBRACE, "Missing open brace in profile"
44 error_code PROF_NO_PROFILE, "No profile file open"
50 error_code PROF_FAIL_OPEN, "Couldn't open profile file"