Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/jemalloc/test/unit/
H A Demitter.c102 emitter_kv(emitter, "abc", "ABC", emitter_type_bool, &b_false); in emit_dict()
103 emitter_kv(emitter, "def", "DEF", emitter_type_bool, &b_true); in emit_dict()
107 "note_key2", emitter_type_bool, &b_false); in emit_dict()
212 emitter_kv(emitter, "k1", "K1", emitter_type_bool, &b); in emit_types()
365 def.type = emitter_type_bool; in emit_table_row()
/f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/
H A Demitter.h22 emitter_type_bool, enumerator
163 case emitter_type_bool: in emitter_print_value()
298 emitter_type_bool, NULL); in emitter_kv()
/f-stack/app/redis-5.0.5/deps/jemalloc/src/
H A Dstats.c850 emitter_type_bool, &bv); \ in stats_general_print()
887 #define OPT_WRITE_BOOL(name) OPT_WRITE(name, bv, bsz, emitter_type_bool) in stats_general_print()
889 OPT_WRITE_MUTABLE(name, bv, bv2, bsz, emitter_type_bool, altname) in stats_general_print()
954 "prof.thread_active_init", emitter_type_bool, &bv); in stats_general_print()
957 emitter_kv(emitter, "active", "prof.active", emitter_type_bool, in stats_general_print()
961 emitter_kv(emitter, "gdump", "prof.gdump", emitter_type_bool, in stats_general_print()