Home
last modified time | relevance | path

Searched refs:PERROR (Results 1 – 3 of 3) sorted by relevance

/CafeSDK-2.12.13-1/system/src/lib/libsys/
Dind_gprf.c64 #define PERROR(msg) write(2, msg, sizeof(msg)-1); macro
214 PERROR("gcount: could not allocate memory\n"); in __ghs_prof_dump_callgraph()
226 PERROR("gcount: not enough arcs to record call graph\n"); in __ghs_prof_dump_callgraph()
244 PERROR("gcount: could not create gmon.out\n"); in __ghs_prof_dump_callgraph()
249 PERROR(writefailed); in __ghs_prof_dump_callgraph()
272 PERROR(writefailed); in __ghs_prof_dump_callgraph()
288 PERROR(writefailed); in __ghs_prof_dump_callgraph()
353 PERROR("gcount: could not allocate memory\n"); in init_callgraph()
Dind_bcnt.c26 #define PERROR(msg) write(2, msg, sizeof(msg)-1); macro
86 PERROR("bcount: could not create bmon.out\n"); in __ghs_prof_dump_coverage()
114 PERROR("bcount: write failed for bmon.out\n"); in __ghs_prof_dump_coverage()
123 PERROR("bcount: write failed for bmon.out\n"); in __ghs_prof_dump_coverage()
Dind_mprf.c88 #define PERROR(msg) write(2, msg, sizeof(msg)-1); macro
180 PERROR("mcount: could not create mon.out\n"); in __ghs_prof_dump_callcounts()
183 PERROR("mcount: could not write mon.out\n"); in __ghs_prof_dump_callcounts()
218 PERROR("__ghs_prof_dump_callcounts: Could not allocate memory.\n"); in __ghs_prof_dump_callcounts()
256 PERROR("mcount: could not write mon.out\n"); in __ghs_prof_dump_callcounts()
322 PERROR("mcount: could not allocate memory\n"); in __ghs_indmcount()