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

  /src/external/bsd/jemalloc/include/jemalloc/internal/
arena_structs_b.h 115 prof_accum_t prof_accum; member in struct:arena_s
  /src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/
arena_structs_b.h 115 prof_accum_t prof_accum; member in struct:arena_s
  /src/external/bsd/jemalloc.old/include/jemalloc/internal/
arena_structs_b.h 115 prof_accum_t prof_accum; member in struct:arena_s
  /src/external/bsd/jemalloc/dist/src/
stats.c 406 prof_stats_t prof_accum; local
417 CTL_LEAF(prof_stats_mib, 4, "accum", &prof_accum,
423 in_gap = (nslabs == 0 && prof_accum.count == 0);
473 emitter_type_uint64, &prof_accum.req_sum);
475 emitter_type_uint64, &prof_accum.count);
527 prof_accum.req_sum;
528 col_prof_accum_count.uint64_val = prof_accum.count;
620 prof_stats_t prof_accum; local
646 CTL_LEAF(prof_stats_mib, 4, "accum", &prof_accum,
657 emitter_type_uint64, &prof_accum.req_sum)
    [all...]

Completed in 16 milliseconds