Home
last modified time | relevance | path

Searched defs:buf_name (Results 1 – 4 of 4) sorted by relevance

/external/perfetto/src/trace_processor/importers/ftrace/
Dv4l2_tracker.cc84 base::StackString<64> buf_name( in ParseV4l2Event() local
125 base::StackString<64> buf_name( in ParseV4l2Event() local
171 base::StackString<64> buf_name("vb2_v4l2_buf_queue minor=%" PRIu32 in ParseV4l2Event() local
202 base::StackString<64> buf_name("vb2_v4l2_buf_done minor=%" PRIu32 in ParseV4l2Event() local
233 base::StackString<64> buf_name("vb2_v4l2_qbuf minor=%" PRIu32 in ParseV4l2Event() local
264 base::StackString<64> buf_name("vb2_v4l2_qbuf minor=%" PRIu32 in ParseV4l2Event() local
/external/tpm2-tss/src/tss2-mu/
Dtpml-types.c25 #define TPML_MARSHAL(type, marshal_func, buf_name, op) \ argument
87 #define TPML_UNMARSHAL(type, unmarshal_func, buf_name) \ argument
Dtpm2b-types.c89 #define TPM2B_UNMARSHAL(type, buf_name) \ argument
/external/trace-cmd/lib/trace-cmd/
Dtrace-input.c5251 struct tracecmd_output *out_handle, const char *buf_name) in copy_trace_latency()