Searched refs:emitter_json_array_end (Results 1 – 4 of 4) sorted by relevance
513 emitter_json_array_end(emitter); in prof_log_emit_threads()536 emitter_json_array_end(emitter); in prof_log_emit_traces()542 emitter_json_array_end(emitter); in prof_log_emit_traces()581 emitter_json_array_end(emitter); in prof_log_emit_allocs()
507 emitter_json_array_end(emitter); in prof_recent_alloc_dump_node()524 emitter_json_array_end(emitter); in prof_recent_alloc_dump_node()564 emitter_json_array_end(&emitter); in prof_recent_alloc_dump()
552 emitter_json_array_end(emitter); /* Close "bins". */ in stats_arena_bins_print()687 emitter_json_array_end(emitter); /* Close "lextents". */ in stats_arena_lextents_print()781 emitter_json_array_end(emitter); /* Close "extents". */ in stats_arena_extents_print()1004 emitter_json_array_end(emitter); /* End "nonfull_slabs" */ in stats_arena_hpa_shard_print()1651 emitter_json_array_end(emitter); /* Close "bin". */ in stats_general_print()1673 emitter_json_array_end(emitter); /* Close "lextent". */ in stats_general_print()
305 emitter_json_array_end(emitter_t *emitter) { in emitter_json_array_end() function