Searched refs:emitter_json_array_kv_begin (Results 1 – 4 of 4) sorted by relevance
| /src/contrib/jemalloc/src/ |
| H A D | prof_log.c | 494 emitter_json_array_kv_begin(emitter, "threads"); in prof_log_emit_threads() 518 emitter_json_array_kv_begin(emitter, "stack_traces"); in prof_log_emit_traces() 547 emitter_json_array_kv_begin(emitter, "allocations"); in prof_log_emit_allocs()
|
| H A D | prof_recent.c | 505 emitter_json_array_kv_begin(emitter, "alloc_trace"); in prof_recent_alloc_dump_node() 522 emitter_json_array_kv_begin(emitter, "dalloc_trace"); in prof_recent_alloc_dump_node() 559 emitter_json_array_kv_begin(&emitter, "recent_alloc"); in prof_recent_alloc_dump()
|
| H A D | stats.c | 382 emitter_json_array_kv_begin(emitter, "bins"); in stats_arena_bins_print() 601 emitter_json_array_kv_begin(emitter, "lextents"); in stats_arena_lextents_print() 718 emitter_json_array_kv_begin(emitter, "extents"); in stats_arena_extents_print() 948 emitter_json_array_kv_begin(emitter, "nonfull_slabs"); in stats_arena_hpa_shard_print() 1626 emitter_json_array_kv_begin(emitter, "bin"); in stats_general_print() 1660 emitter_json_array_kv_begin(emitter, "lextent"); in stats_general_print()
|
| /src/contrib/jemalloc/include/jemalloc/internal/ |
| H A D | emitter.h | 299 emitter_json_array_kv_begin(emitter_t *emitter, const char *json_key) { in emitter_json_array_kv_begin() function
|