Home
last modified time | relevance | path

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

/linux-6.15/tools/perf/util/
H A Ddata-convert-bt.c448 struct bt_ctf_field_type *len_type, *seq_type; in add_bpf_output_values() local
459 len_type = bt_ctf_event_class_get_field_by_name(event_class, "raw_len"); in add_bpf_output_values()
460 len_field = bt_ctf_field_create(len_type); in add_bpf_output_values()
517 bt_ctf_field_type_put(len_type); in add_bpf_output_values()
526 struct bt_ctf_field_type *len_type, *seq_type; in add_callchain_output_values() local
532 len_type = bt_ctf_event_class_get_field_by_name( in add_callchain_output_values()
534 len_field = bt_ctf_field_create(len_type); in add_callchain_output_values()
592 bt_ctf_field_type_put(len_type); in add_callchain_output_values()
1083 struct bt_ctf_field_type *len_type = cw->data.u32; in add_bpf_output_types() local
1088 ret = bt_ctf_event_class_add_field(class, len_type, "raw_len"); in add_bpf_output_types()