Home | History | Annotate | Download | only in cachegrind

Lines Matching refs: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, char* who )
140 static void parseError ( SOURCE* s, char* msg )
148 static void barf ( SOURCE* s, char* msg )
160 static Bool readline ( SOURCE* s )
476 Counts* splitUpCountsLine ( SOURCE* s, /*OUT*/UWord* lnno, char* str )
507 static void addCounts ( SOURCE* s, /*OUT*/Counts* counts1, Counts* counts2 )
516 static Bool addCountsToMap ( SOURCE* s,
535 void handle_counts ( SOURCE* s,
596 static CacheProfFile* parse_CacheProfFile ( SOURCE* s )
757 static void merge_CacheProfInfo ( SOURCE* s,
807 // for (lno, counts) in soVal (source inner map)
851 SOURCE src;