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

  /external/linux-tools-perf/util/
util.c 35 FILE *from_fp = fopen(from, "r"), *to_fp; local
40 to_fp = fopen(to, "w");
41 if (to_fp == NULL)
45 if (fputs(line, to_fp) == EOF)
49 fclose(to_fp);
  /external/oprofile/events/i386/nehalem/
unit_masks 305 0x01 to_fp Counts the first floating-point instruction following any MMX instruction
  /external/oprofile/events/i386/westmere/
unit_masks 91 0x01 to_fp Transitions from MMX to Floating Point instructions

Completed in 1312 milliseconds