Symbol: ctf_writer
tools/perf/util/data-convert-bt.c
1033
static int add_tracepoint_fields_types(struct ctf_writer *cw,
tools/perf/util/data-convert-bt.c
1076
static int add_tracepoint_types(struct ctf_writer *cw,
tools/perf/util/data-convert-bt.c
1092
static int add_bpf_output_types(struct ctf_writer *cw,
tools/perf/util/data-convert-bt.c
1111
static int add_generic_types(struct ctf_writer *cw, struct evsel *evsel,
tools/perf/util/data-convert-bt.c
1177
static int add_event(struct ctf_writer *cw, struct evsel *evsel)
tools/perf/util/data-convert-bt.c
1226
static int setup_events(struct ctf_writer *cw, struct perf_session *session)
tools/perf/util/data-convert-bt.c
1250
static int add_##_name##_event(struct ctf_writer *cw) \
tools/perf/util/data-convert-bt.c
1310
static int setup_non_sample_events(struct ctf_writer *cw,
tools/perf/util/data-convert-bt.c
1351
static int setup_streams(struct ctf_writer *cw, struct perf_session *session)
tools/perf/util/data-convert-bt.c
1374
static void free_streams(struct ctf_writer *cw)
tools/perf/util/data-convert-bt.c
1384
static int ctf_writer__setup_env(struct ctf_writer *cw,
tools/perf/util/data-convert-bt.c
1413
struct ctf_writer *cw = &c->writer;
tools/perf/util/data-convert-bt.c
1454
static int ctf_writer__setup_clock(struct ctf_writer *cw,
tools/perf/util/data-convert-bt.c
151
static __maybe_unused int value_set_##_name(struct ctf_writer *cw, \
tools/perf/util/data-convert-bt.c
1522
static void ctf_writer__cleanup_data(struct ctf_writer *cw)
tools/perf/util/data-convert-bt.c
1530
static int ctf_writer__init_data(struct ctf_writer *cw)
tools/perf/util/data-convert-bt.c
1556
static void ctf_writer__cleanup(struct ctf_writer *cw)
tools/perf/util/data-convert-bt.c
1569
static int ctf_writer__init(struct ctf_writer *cw, const char *path,
tools/perf/util/data-convert-bt.c
1642
static int ctf_writer__flush_streams(struct ctf_writer *cw)
tools/perf/util/data-convert-bt.c
1672
struct ctf_writer *cw = &c.writer;
tools/perf/util/data-convert-bt.c
170
value_set_string(struct ctf_writer *cw, struct bt_ctf_event *event,
tools/perf/util/data-convert-bt.c
199
get_tracepoint_field_type(struct ctf_writer *cw, struct tep_format_field *field)
tools/perf/util/data-convert-bt.c
300
static int add_tracepoint_field_value(struct ctf_writer *cw,
tools/perf/util/data-convert-bt.c
412
static int add_tracepoint_fields_values(struct ctf_writer *cw,
tools/perf/util/data-convert-bt.c
430
static int add_tracepoint_values(struct ctf_writer *cw,
tools/perf/util/data-convert-bt.c
603
static int add_generic_values(struct ctf_writer *cw,
tools/perf/util/data-convert-bt.c
698
static struct ctf_stream *ctf_stream__create(struct ctf_writer *cw, int cpu)
tools/perf/util/data-convert-bt.c
761
static struct ctf_stream *ctf_stream(struct ctf_writer *cw, int cpu)
tools/perf/util/data-convert-bt.c
773
static int get_sample_cpu(struct ctf_writer *cw, struct perf_sample *sample,
tools/perf/util/data-convert-bt.c
811
struct ctf_writer *cw = &c->writer;
tools/perf/util/data-convert-bt.c
893
struct ctf_writer *cw = &c->writer; \
tools/perf/util/data-convert-bt.c
94
struct ctf_writer writer;