ctf_writer         85 tools/perf/util/data-convert-bt.c 	struct ctf_writer	writer;
ctf_writer        137 tools/perf/util/data-convert-bt.c static __maybe_unused int value_set_##_name(struct ctf_writer *cw,	\
ctf_writer        156 tools/perf/util/data-convert-bt.c value_set_string(struct ctf_writer *cw, struct bt_ctf_event *event,
ctf_writer        185 tools/perf/util/data-convert-bt.c get_tracepoint_field_type(struct ctf_writer *cw, struct tep_format_field *field)
ctf_writer        286 tools/perf/util/data-convert-bt.c static int add_tracepoint_field_value(struct ctf_writer *cw,
ctf_writer        396 tools/perf/util/data-convert-bt.c static int add_tracepoint_fields_values(struct ctf_writer *cw,
ctf_writer        414 tools/perf/util/data-convert-bt.c static int add_tracepoint_values(struct ctf_writer *cw,
ctf_writer        586 tools/perf/util/data-convert-bt.c static int add_generic_values(struct ctf_writer *cw,
ctf_writer        681 tools/perf/util/data-convert-bt.c static struct ctf_stream *ctf_stream__create(struct ctf_writer *cw, int cpu)
ctf_writer        744 tools/perf/util/data-convert-bt.c static struct ctf_stream *ctf_stream(struct ctf_writer *cw, int cpu)
ctf_writer        756 tools/perf/util/data-convert-bt.c static int get_sample_cpu(struct ctf_writer *cw, struct perf_sample *sample,
ctf_writer        794 tools/perf/util/data-convert-bt.c 	struct ctf_writer *cw = &c->writer;
ctf_writer        871 tools/perf/util/data-convert-bt.c 	struct ctf_writer *cw = &c->writer;			\
ctf_writer       1011 tools/perf/util/data-convert-bt.c static int add_tracepoint_fields_types(struct ctf_writer *cw,
ctf_writer       1054 tools/perf/util/data-convert-bt.c static int add_tracepoint_types(struct ctf_writer *cw,
ctf_writer       1069 tools/perf/util/data-convert-bt.c static int add_bpf_output_types(struct ctf_writer *cw,
ctf_writer       1088 tools/perf/util/data-convert-bt.c static int add_generic_types(struct ctf_writer *cw, struct evsel *evsel,
ctf_writer       1154 tools/perf/util/data-convert-bt.c static int add_event(struct ctf_writer *cw, struct evsel *evsel)
ctf_writer       1203 tools/perf/util/data-convert-bt.c static int setup_events(struct ctf_writer *cw, struct perf_session *session)
ctf_writer       1227 tools/perf/util/data-convert-bt.c static int add_##_name##_event(struct ctf_writer *cw)		\
ctf_writer       1287 tools/perf/util/data-convert-bt.c static int setup_non_sample_events(struct ctf_writer *cw,
ctf_writer       1327 tools/perf/util/data-convert-bt.c static int setup_streams(struct ctf_writer *cw, struct perf_session *session)
ctf_writer       1350 tools/perf/util/data-convert-bt.c static void free_streams(struct ctf_writer *cw)
ctf_writer       1360 tools/perf/util/data-convert-bt.c static int ctf_writer__setup_env(struct ctf_writer *cw,
ctf_writer       1384 tools/perf/util/data-convert-bt.c static int ctf_writer__setup_clock(struct ctf_writer *cw)
ctf_writer       1437 tools/perf/util/data-convert-bt.c static void ctf_writer__cleanup_data(struct ctf_writer *cw)
ctf_writer       1445 tools/perf/util/data-convert-bt.c static int ctf_writer__init_data(struct ctf_writer *cw)
ctf_writer       1471 tools/perf/util/data-convert-bt.c static void ctf_writer__cleanup(struct ctf_writer *cw)
ctf_writer       1484 tools/perf/util/data-convert-bt.c static int ctf_writer__init(struct ctf_writer *cw, const char *path)
ctf_writer       1556 tools/perf/util/data-convert-bt.c static int ctf_writer__flush_streams(struct ctf_writer *cw)
ctf_writer       1601 tools/perf/util/data-convert-bt.c 	struct ctf_writer *cw = &c.writer;