HomeSort by: relevance | last modified time | path
    Searched refs:map_output (Results 1 - 4 of 4) sorted by relevancy

  /src/usr.bin/nbperf/
nbperf.h 38 FILE *map_output; member in struct:nbperf
nbperf.c 116 .map_output = NULL,
173 if (nbperf.map_output)
174 fclose(nbperf.map_output);
175 nbperf.map_output = fopen(optarg, "w");
176 if (nbperf.map_output == NULL)
nbperf-chm.c 219 if (nbperf->map_output != NULL) {
221 fprintf(nbperf->map_output, "%" PRIu32 "\n", i);
nbperf-bdz.c 259 if (nbperf->map_output != NULL) {
261 fprintf(nbperf->map_output, "%" PRIu32 "\n",

Completed in 13 milliseconds