Home | History | Annotate | Download | only in cachegrind

Lines Matching defs:sres

1260    SysRes  sres;
1272 sres = VG_(open)(cachegrind_out_file, VKI_O_CREAT|VKI_O_TRUNC|VKI_O_WRONLY,
1274 if (sr_isError(sres)) {
1283 fd = sr_Res(sres);