Home
last modified time | relevance | path

Searched refs:emitter_output_json (Results 1 – 3 of 3) sorted by relevance

/f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/
H A Demitter.h8 emitter_output_json, enumerator
225 if (emitter->output == emitter_output_json) { in emitter_indent()
244 if (emitter->output == emitter_output_json) { in emitter_begin()
256 if (emitter->output == emitter_output_json) { in emitter_end()
272 if (emitter->output == emitter_output_json) { in emitter_kv_note()
304 if (emitter->output == emitter_output_json) { in emitter_json_kv()
320 if (emitter->output == emitter_output_json) { in emitter_dict_begin()
333 if (emitter->output == emitter_output_json) { in emitter_dict_end()
346 if (emitter->output == emitter_output_json) { in emitter_json_dict_begin()
353 if (emitter->output == emitter_output_json) { in emitter_json_dict_end()
[all …]
/f-stack/app/redis-5.0.5/deps/jemalloc/test/unit/
H A Demitter.c78 emitter_init(&emitter, emitter_output_json, &forwarding_cb, in assert_emit_output()
/f-stack/app/redis-5.0.5/deps/jemalloc/src/
H A Dstats.c1020 if (emitter->output == emitter_output_json) { in stats_general_print()
1047 if (emitter->output == emitter_output_json) { in stats_general_print()
1269 json ? emitter_output_json : emitter_output_table, write_cb, in stats_print()