HomeSort by: relevance | last modified time | path
    Searched defs:old_ctrs (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/profile/
GCDAProfiling.c 379 uint64_t *old_ctrs = NULL; local in function:llvm_gcda_emit_arcs
404 old_ctrs = malloc(sizeof(uint64_t) * num_counters);
406 old_ctrs[i] = read_64bit_value();
415 counters[i] += (old_ctrs ? old_ctrs[i] : 0);
419 free(old_ctrs);
GCDAProfiling.c 379 uint64_t *old_ctrs = NULL; local in function:llvm_gcda_emit_arcs
404 old_ctrs = malloc(sizeof(uint64_t) * num_counters);
406 old_ctrs[i] = read_64bit_value();
415 counters[i] += (old_ctrs ? old_ctrs[i] : 0);
419 free(old_ctrs);
GCDAProfiling.c 379 uint64_t *old_ctrs = NULL; local in function:llvm_gcda_emit_arcs
404 old_ctrs = malloc(sizeof(uint64_t) * num_counters);
406 old_ctrs[i] = read_64bit_value();
415 counters[i] += (old_ctrs ? old_ctrs[i] : 0);
419 free(old_ctrs);

Completed in 37 milliseconds