jsonw_printf
jsonw_printf(d->jw, "\"%p\"", (void *)value);
jsonw_printf(d->jw, "%lu", value);
jsonw_printf(jw, "0x%llx", lower_num);
jsonw_printf(jw, "0x%llx%016llx", upper_num, lower_num);
jsonw_printf(jw, "\"0x%llx\"", lower_num);
jsonw_printf(jw, "\"0x%llx%016llx\"", upper_num, lower_num);
jsonw_printf(jw, "%llu", *(__u64 *)data);
jsonw_printf(jw, "%u", *(__u32 *)data);
jsonw_printf(jw, "%hu", *(__u16 *)data);
jsonw_printf(jw, "%hhu", *(__u8 *)data);
jsonw_printf(jw, "%lld", *(long long *)data);
jsonw_printf(jw, "%d", *(int *)data);
jsonw_printf(jw, "%hd", *(short *)data);
jsonw_printf(jw, "%hhd", *(char *)data);
jsonw_printf(jw, "\"%c\"", *(char *)data);
jsonw_printf(jw, "0x%hhx", *(char *)data);
jsonw_printf(jw, "\"\\u00%02hhx\"",
jsonw_printf(d->jw, "(unknown)");
jsonw_printf(d->jw, "(fwd-kind-invalid)");
jsonw_printf(d->jw, "(unsupported-kind)");
jsonw_printf(json_wtr, "%d", data[i]);
jsonw_printf(json_wtr, "\"0x%02hhx\"", data[i]);
jsonw_printf(json_wtr, "\"0x%x\"", pc);
jsonw_printf(json_wtr, "\"0x%02hhx\"",
jsonw_printf(self, "%s", val ? "true" : "false");
jsonw_printf(self, "null");
jsonw_printf(self, fmt, num);
jsonw_printf(self, "%g", num);
jsonw_printf(self, "%hu", num);
jsonw_printf(self, "%"PRIu64, num);
jsonw_printf(self, "%llu", num);
jsonw_printf(self, "%"PRId64, num);
void __printf(2, 3) jsonw_printf(json_writer_t *self, const char *fmt, ...);
jsonw_printf(json_wtr, "\"%s\"", BPFTOOL_VERSION);
jsonw_printf(json_wtr, "\"%d.%d.%d\"", BPFTOOL_MAJOR_VERSION,
jsonw_printf(json_wtr, "\"%u.%u\"",
jsonw_printf(wtr, "%u", info->map_flags);
jsonw_printf(json_wtr, "\"" BPF_TAG_FMT "\"",
jsonw_printf(json_wtr, "%s", buf);
jsonw_printf(json_wtr, "\"0x%02hhx\"", insn[i].code);
jsonw_printf(json_wtr, "\"0x%hhx\"", insn[i].src_reg);
jsonw_printf(json_wtr, "\"0x%hhx\"", insn[i].dst_reg);
jsonw_printf(self, "%s", val ? "true" : "false");
jsonw_printf(self, "null");
jsonw_printf(self, fmt, num);
jsonw_printf(self, "%g", num);
jsonw_printf(self, "%hu", num);
jsonw_printf(self, "%"PRIu64, num);
jsonw_printf(self, "%llu", num);
jsonw_printf(self, "%"PRId64, num);
void __attribute__((format(printf, 2, 3))) jsonw_printf(json_writer_t *self,
jsonw_printf(json_wtr, SRC_VERSION);
jsonw_printf(self, "%s", val ? "true" : "false");
jsonw_printf(self, "null");
jsonw_printf(self, fmt, num);
jsonw_printf(self, "%g", num);
jsonw_printf(self, "%hu", num);
jsonw_printf(self, "%"PRIu64, num);
jsonw_printf(self, "%llu", num);
jsonw_printf(self, "%"PRId64, num);
void __printf(2, 3) jsonw_printf(json_writer_t *self, const char *fmt, ...);