Home | History | Annotate | Download | only in cachegrind

Lines Matching defs:parseError

140 static void parseError ( SOURCE* s, const char* msg )
508 parseError(s, "garbage in counts line");
510 parseError(s, "too few counts in count line");
527 parseError(s, "addCounts: inconsistent number of counts");
603 parseError(s, "# counts doesn't match # events");
608 happens, do not return; instead exit via parseError(). If an
647 parseError(s, "parse_CacheProfFile: no DESC lines present");
659 parseError(s, "parse_CacheProfFile: no CMD line present");
668 parseError(s, "parse_CacheProfFile: eof before EVENTS line");
670 parseError(s, "parse_CacheProfFile: no EVENTS line present");
699 parseError(s, "parse_CacheProfFile: eof before SUMMARY line");
722 parseError(s, "parse_CacheProfFile: unexpected line in main data");
727 parseError(s, "parse_CacheProfFile: missing SUMMARY line");
736 parseError(s, "parse_CacheProfFile: "
744 parseError(s, "parse_CacheProfFile: wrong # counts in SUMMARY line");
747 parseError(s, "parse_CacheProfFile: "