Home | History | Annotate | Download | only in cachegrind

Lines Matching defs:SOURCE

116 /* Keep track of source filename/line no so as to be able to
124 SOURCE;
126 static void printSrcLoc ( SOURCE* s )
132 static void mallocFail ( SOURCE* s, const char* who )
140 static void parseError ( SOURCE* s, const char* msg )
148 static void barf ( SOURCE* s, const char* msg )
158 static const char *readline ( SOURCE* s )
489 Counts* splitUpCountsLine ( SOURCE* s, /*OUT*/UWord* lnno, const char* str )
523 static void addCounts ( SOURCE* s, /*OUT*/Counts* counts1, Counts* counts2 )
532 static Bool addCountsToMap ( SOURCE* s,
551 void handle_counts ( SOURCE* s,
612 static CacheProfFile* parse_CacheProfFile ( SOURCE* s )
768 static void merge_CacheProfInfo ( SOURCE* s,
818 // for (lno, counts) in soVal (source inner map)
862 SOURCE src;