Lines Matching defs:cw

156 static int add_tracepoint_field_value(struct ctf_writer *cw,  in add_tracepoint_field_value()
263 static int add_tracepoint_fields_values(struct ctf_writer *cw, in add_tracepoint_fields_values()
281 static int add_tracepoint_values(struct ctf_writer *cw, in add_tracepoint_values()
300 static int add_generic_values(struct ctf_writer *cw, in add_generic_values()
392 struct ctf_writer *cw = &c->writer; in process_sample_event() local
432 static int add_tracepoint_fields_types(struct ctf_writer *cw, in add_tracepoint_fields_types()
475 static int add_tracepoint_types(struct ctf_writer *cw, in add_tracepoint_types()
490 static int add_generic_types(struct ctf_writer *cw, struct perf_evsel *evsel, in add_generic_types()
550 static int add_event(struct ctf_writer *cw, struct perf_evsel *evsel) in add_event()
593 static int setup_events(struct ctf_writer *cw, struct perf_session *session) in setup_events()
607 static int ctf_writer__setup_env(struct ctf_writer *cw, in ctf_writer__setup_env()
631 static int ctf_writer__setup_clock(struct ctf_writer *cw) in ctf_writer__setup_clock()
678 static void ctf_writer__cleanup_data(struct ctf_writer *cw) in ctf_writer__cleanup_data()
686 static int ctf_writer__init_data(struct ctf_writer *cw) in ctf_writer__init_data()
711 static void ctf_writer__cleanup(struct ctf_writer *cw) in ctf_writer__cleanup()
724 static int ctf_writer__init(struct ctf_writer *cw, const char *path) in ctf_writer__init()
817 struct ctf_writer *cw = &c.writer; in bt_convert__perf2ctf() local