Searched refs:dumpfile (Results 1 – 3 of 3) sorted by relevance
/external/oprofile/libopagent/ |
D | opagent.c | 135 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/ |
D | opjitconv.c | 114 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/ |
D | 2007-07-26-PhiErasure.ll | 10 define i32 @reload(%struct.rtx_def* %first, i32 %global, %struct.FILE* %dumpfile) {
|