Home
last modified time | relevance | path

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

/Linux-v6.1/tools/perf/util/
Ddata-convert-bt.c443 struct bt_ctf_field_type *len_type, *seq_type; in add_bpf_output_values() local
454 len_type = bt_ctf_event_class_get_field_by_name(event_class, "raw_len"); in add_bpf_output_values()
455 len_field = bt_ctf_field_create(len_type); in add_bpf_output_values()
512 bt_ctf_field_type_put(len_type); in add_bpf_output_values()
521 struct bt_ctf_field_type *len_type, *seq_type; in add_callchain_output_values() local
527 len_type = bt_ctf_event_class_get_field_by_name( in add_callchain_output_values()
529 len_field = bt_ctf_field_create(len_type); in add_callchain_output_values()
587 bt_ctf_field_type_put(len_type); in add_callchain_output_values()
1077 struct bt_ctf_field_type *len_type = cw->data.u32; in add_bpf_output_types() local
1082 ret = bt_ctf_event_class_add_field(class, len_type, "raw_len"); in add_bpf_output_types()
/Linux-v6.1/drivers/net/wireless/intersil/orinoco/
Dhermes.h339 __le16 len_type; member