Home
last modified time | relevance | path

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

/linux-6.15/tools/lib/bpf/
H A Dbtf_dump.c119 struct btf_dump_data *typed_dump; member
1714 return d->typed_dump->compact || d->typed_dump->depth == 0 ? "" : "\n"; in btf_dump_data_newline()
1724 int i, lvl = d->typed_dump->indent_lvl + d->typed_dump->depth; in btf_dump_data_pfx()
1726 if (d->typed_dump->compact) in btf_dump_data_pfx()
2069 d->typed_dump->depth++; in btf_dump_array_data()
2086 d->typed_dump->depth--; in btf_dump_array_data()
2109 d->typed_dump->depth++; in btf_dump_struct_data()
2128 d->typed_dump->depth--; in btf_dump_struct_data()
2340 if (d->typed_dump->emit_zeroes || d->typed_dump->depth == 0 || in btf_dump_type_data_check_zero()
2533 d->typed_dump = &typed_dump; in btf_dump__dump_type_data()
[all …]