Home
last modified time | relevance | path

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

/tools/perf/util/
Ddata-convert-bt.c140 static __maybe_unused int value_set_##_name(struct ctf_writer *cw, \
145 struct bt_ctf_field_type *type = cw->data._name; \
159 value_set_string(struct ctf_writer *cw, struct bt_ctf_event *event, in value_set_string() argument
162 struct bt_ctf_field_type *type = cw->data.string; in value_set_string()
188 get_tracepoint_field_type(struct ctf_writer *cw, struct tep_format_field *field) in get_tracepoint_field_type() argument
193 return cw->data.string; in get_tracepoint_field_type()
198 return cw->data.u64_hex; in get_tracepoint_field_type()
203 return cw->data.s64; in get_tracepoint_field_type()
205 return cw->data.s32; in get_tracepoint_field_type()
209 return cw->data.u64; in get_tracepoint_field_type()
[all …]