Home
last modified time | relevance | path

Searched refs:map_output (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/usr.bin/nbperf/
H A Dnbperf.c116 .map_output = NULL, in main()
173 if (nbperf.map_output) in main()
174 fclose(nbperf.map_output); in main()
175 nbperf.map_output = fopen(optarg, "w"); in main()
176 if (nbperf.map_output == NULL) in main()
H A Dnbperf.h38 FILE *map_output; member
H A Dnbperf-chm.c219 if (nbperf->map_output != NULL) { in print_hash()
221 fprintf(nbperf->map_output, "%" PRIu32 "\n", i); in print_hash()
H A Dnbperf-bdz.c259 if (nbperf->map_output != NULL) { in print_hash()
261 fprintf(nbperf->map_output, "%" PRIu32 "\n", in print_hash()