Searched refs:jw (Results 1 – 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/tools/bpf/bpftool/ |
D | btf_dumper.c | 91 jsonw_string(d->jw, prog_str); in dump_prog_id_as_func_ptr() 120 jsonw_printf(d->jw, "%p", (void *)value); in btf_dumper_ptr() 122 jsonw_printf(d->jw, "%lu", value); in btf_dumper_ptr() 164 jsonw_string(d->jw, in btf_dumper_enum() 171 jsonw_int(d->jw, value); in btf_dumper_enum() 221 jsonw_string(d->jw, data); in btf_dumper_array() 229 jsonw_start_array(d->jw); in btf_dumper_array() 237 jsonw_end_array(d->jw); in btf_dumper_array() 241 static void btf_int128_print(json_writer_t *jw, const void *data, in btf_int128_print() argument 263 jsonw_printf(jw, "0x%llx", lower_num); in btf_int128_print() [all …]
|
D | map.c | 105 jsonw_start_object(d->jw); in do_dump_btf() 108 jsonw_name(d->jw, "key"); in do_dump_btf() 119 jsonw_name(d->jw, "value"); in do_dump_btf() 124 jsonw_name(d->jw, "values"); in do_dump_btf() 125 jsonw_start_array(d->jw); in do_dump_btf() 129 jsonw_start_object(d->jw); in do_dump_btf() 130 jsonw_int_field(d->jw, "cpu", i); in do_dump_btf() 131 jsonw_name(d->jw, "value"); in do_dump_btf() 133 jsonw_end_object(d->jw); in do_dump_btf() 137 jsonw_end_array(d->jw); in do_dump_btf() [all …]
|
D | main.h | 229 json_writer_t *jw; member
|
D | struct_ops.c | 431 d.jw = wtr; in do_dump()
|
D | prog.c | 280 .jw = json_wtr, in show_prog_metadata() 328 d.jw = btf_wtr, in show_prog_metadata()
|
/kernel/linux/linux-5.10/kernel/rcu/ |
D | tree_stall.h | 695 unsigned long jw; in show_rcu_gp_kthreads() local 703 jw = j - data_race(rcu_state.gp_wake_time); in show_rcu_gp_kthreads() 707 ja, jr, jw, (long)data_race(rcu_state.gp_wake_seq), in show_rcu_gp_kthreads()
|