Home
last modified time | relevance | path

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

/tools/lib/bpf/
Dbtf_dump.c254 static void btf_dump_emit_type(struct btf_dump *d, __u32 id, __u32 cont_id);
674 static void btf_dump_emit_type(struct btf_dump *d, __u32 id, __u32 cont_id) in btf_dump_emit_type() argument
677 bool top_level_def = cont_id == 0; in btf_dump_emit_type()
698 if (id == cont_id) in btf_dump_emit_type()
746 btf_dump_emit_type(d, t->type, cont_id); in btf_dump_emit_type()
749 btf_dump_emit_type(d, btf_array(t)->type, cont_id); in btf_dump_emit_type()
787 new_cont_id = t->name_off == 0 ? cont_id : id; in btf_dump_emit_type()
790 } else if (!tstate->fwd_emitted && id != cont_id) { in btf_dump_emit_type()
809 btf_dump_emit_type(d, t->type, cont_id); in btf_dump_emit_type()
811 btf_dump_emit_type(d, p->type, cont_id); in btf_dump_emit_type()