Searched refs:tracecmd_tsync_protos (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/trace-cmd/lib/trace-cmd/include/private/ |
H A D | trace-cmd-private.h | 401 struct tracecmd_tsync_protos { struct 435 struct tracecmd_tsync_protos *protos); 439 struct tracecmd_tsync_protos **protos); 499 int tracecmd_tsync_proto_getall(struct tracecmd_tsync_protos **protos, const char *clock, int role); 503 const struct tracecmd_tsync_protos *tsync_protos,
|
/aosp_15_r20/external/trace-cmd/lib/trace-cmd/ |
H A D | trace-msg.c | 907 struct tracecmd_tsync_protos *protos) in make_trace_req_protos() 984 struct tracecmd_tsync_protos *protos) in make_trace_req() 1009 struct tracecmd_tsync_protos *protos) in tracecmd_msg_send_trace_req() 1023 struct tracecmd_tsync_protos **protos) in get_trace_req_protos() 1025 struct tracecmd_tsync_protos *plist = NULL; in get_trace_req_protos() 1038 plist = calloc(1, sizeof(struct tracecmd_tsync_protos)); in get_trace_req_protos() 1124 struct tracecmd_tsync_protos **protos) in tracecmd_msg_recv_trace_req()
|
H A D | trace-timesync.c | 205 tsync_proto_select(const struct tracecmd_tsync_protos *protos, in tsync_proto_select() 254 int tracecmd_tsync_proto_getall(struct tracecmd_tsync_protos **protos, const char *clock, int role) in tracecmd_tsync_proto_getall() 256 struct tracecmd_tsync_protos *plist = NULL; in tracecmd_tsync_proto_getall() 272 plist = calloc(1, sizeof(struct tracecmd_tsync_protos)); in tracecmd_tsync_proto_getall() 965 const struct tracecmd_tsync_protos *tsync_protos, in tracecmd_tsync_with_host()
|
/aosp_15_r20/external/trace-cmd/tracecmd/ |
H A D | trace-agent.c | 127 struct tracecmd_tsync_protos *tsync_protos = NULL; in agent_handle()
|
H A D | trace-record.c | 4059 struct tracecmd_tsync_protos *protos = NULL; in connect_to_agent()
|
/aosp_15_r20/external/trace-cmd/tracecmd/include/ |
H A D | trace-local.h | 355 const char *tracecmd_guest_tsync(struct tracecmd_tsync_protos *tsync_protos,
|