Home
last modified time | relevance | path

Searched refs:emitter_output_table (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Demitter.h9 emitter_output_table enumerator
329 if (emitter->output == emitter_output_table) { in emitter_table_dict_begin()
338 if (emitter->output == emitter_output_table) { in emitter_table_dict_end()
348 if (emitter->output == emitter_output_table) { in emitter_table_kv_note()
376 if (emitter->output == emitter_output_table) { in emitter_table_printf()
386 if (emitter->output != emitter_output_table) { in emitter_table_row()
/freebsd/contrib/jemalloc/src/
H A Dstats.c1440 json ? emitter_output_json : emitter_output_table, write_cb, in stats_print()