Home
last modified time | relevance | path

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

/tools/perf/util/
Ddata-convert-bt.c441 struct bt_ctf_field_type *len_type, *seq_type; in add_bpf_output_values() local
471 seq_type = bt_ctf_event_class_get_field_by_name(event_class, "raw_data"); in add_bpf_output_values()
472 seq_field = bt_ctf_field_create(seq_type); in add_bpf_output_values()
506 bt_ctf_field_type_put(seq_type); in add_bpf_output_values()
519 struct bt_ctf_field_type *len_type, *seq_type; in add_callchain_output_values() local
545 seq_type = bt_ctf_event_class_get_field_by_name( in add_callchain_output_values()
547 seq_field = bt_ctf_field_create(seq_type); in add_callchain_output_values()
581 bt_ctf_field_type_put(seq_type); in add_callchain_output_values()
1077 struct bt_ctf_field_type *seq_type; in add_bpf_output_types() local
1084 seq_type = bt_ctf_field_type_sequence_create(seq_base_type, "raw_len"); in add_bpf_output_types()
[all …]