Searched refs:jsonw_int (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/tools/bpf/bpftool/ |
H A D | json_writer.h | 46 void jsonw_int(json_writer_t *self, int64_t number);
|
H A D | json_writer.c | 241 void jsonw_int(json_writer_t *self, int64_t num) in jsonw_int() function 299 jsonw_int(self, num); in jsonw_int_field()
|
H A D | btf_dumper.c | 171 jsonw_int(d->jw, value); in btf_dumper_enum()
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/ |
H A D | json_writer.h | 47 void jsonw_int(json_writer_t *self, int64_t number);
|
H A D | json_writer.c | 241 void jsonw_int(json_writer_t *self, int64_t num) in jsonw_int() function 299 jsonw_int(self, num); in jsonw_int_field()
|
/kernel/linux/linux-6.6/tools/bpf/bpftool/ |
H A D | json_writer.h | 47 void jsonw_int(json_writer_t *self, int64_t number);
|
H A D | json_writer.c | 241 void jsonw_int(json_writer_t *self, int64_t num) in jsonw_int() function 299 jsonw_int(self, num); in jsonw_int_field()
|
H A D | btf_dumper.c | 181 jsonw_int(d->jw, value); in btf_dumper_enum() 207 jsonw_int(d->jw, value); in btf_dumper_enum64()
|
Completed in 9 milliseconds