HomeSort by relevance Sort by last modified time
    Searched refs:dumpfile (Results 1 - 2 of 2) sorted by null

  /external/oprofile/libopagent/
opagent.c 135 FILE * dumpfile = NULL; local
155 dumpfile = fdopen(fd, "w");
156 if (!dumpfile) {
177 if (!fwrite(&header, sizeof(header), 1, dumpfile)) {
182 dumpfile)) {
187 if (pad_cnt && !fwrite(pad_bytes, pad_cnt, 1, dumpfile)) {
191 fflush(dumpfile);
192 return (op_agent_t)dumpfile;
200 FILE * dumpfile = (FILE *) hdl; local
201 if (!dumpfile) {
229 FILE * dumpfile = (FILE *) hdl; local
289 FILE * dumpfile = (FILE *) hdl; local
358 FILE * dumpfile = (FILE *) hdl; local
    [all...]
  /external/oprofile/opjitconv/
opjitconv.c 114 static int mmap_jitdump(char const * dumpfile,
120 dumpfd = open(dumpfile, O_RDONLY);
130 perror("opjitconv:fstat on dumpfile");
185 int copy_dumpfile(char const * dumpfile, char * tmp_dumpfile)
189 sprintf(sys_cmd_buffer, "/bin/cp -p %s %s", dumpfile, tmp_dumpfile);
268 verbprintf(debug, "Processing dumpfile %s\n", dmp_pathname);
275 printf("opjitconv: lstat for dumpfile failed (%s).\n", strerror(errno));
280 printf("opjitconv: dumpfile path is corrupt (symbolic links not allowed).\n");
294 verbprintf(debug, "Found JIT dumpfile for process %s\n",
305 printf("opjitconv: dumpfile path is corrupt.\n")
    [all...]

Completed in 49 milliseconds