Home
last modified time | relevance | path

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

/external/oprofile/libopagent/
Dopagent.c135 FILE * dumpfile = NULL; in op_open_agent() local
155 dumpfile = fdopen(fd, "w"); in op_open_agent()
156 if (!dumpfile) { in op_open_agent()
177 if (!fwrite(&header, sizeof(header), 1, dumpfile)) { in op_open_agent()
182 dumpfile)) { in op_open_agent()
187 if (pad_cnt && !fwrite(pad_bytes, pad_cnt, 1, dumpfile)) { in op_open_agent()
191 fflush(dumpfile); in op_open_agent()
192 return (op_agent_t)dumpfile; in op_open_agent()
200 FILE * dumpfile = (FILE *) hdl; in op_close_agent() local
201 if (!dumpfile) { in op_close_agent()
[all …]
/external/oprofile/opjitconv/
Dopjitconv.c114 static int mmap_jitdump(char const * dumpfile, in mmap_jitdump() argument
120 dumpfd = open(dumpfile, O_RDONLY); in mmap_jitdump()
185 int copy_dumpfile(char const * dumpfile, char * tmp_dumpfile) in copy_dumpfile() argument
189 sprintf(sys_cmd_buffer, "/bin/cp -p %s %s", dumpfile, tmp_dumpfile); in copy_dumpfile()
/external/llvm/test/Transforms/GVN/
D2007-07-26-PhiErasure.ll10 define i32 @reload(%struct.rtx_def* %first, i32 %global, %struct.FILE* %dumpfile) {