Searched refs:cw (Results 1 – 1 of 1) sorted by relevance
140 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() argument162 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() argument193 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 …]