Searched refs:d_params (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.1/tools/perf/util/cs-etm-decoder/ |
D | cs-etm-decoder.c | 186 cs_etm_decoder__init_def_logger_printing(struct cs_etm_decoder_params *d_params, in cs_etm_decoder__init_def_logger_printing() argument 191 if (d_params->packet_printer == NULL) in cs_etm_decoder__init_def_logger_printing() 194 decoder->packet_printer = d_params->packet_printer; in cs_etm_decoder__init_def_logger_printing() 224 cs_etm_decoder__init_raw_frame_logging(struct cs_etm_decoder_params *d_params, in cs_etm_decoder__init_raw_frame_logging() argument 228 if (d_params->operation == CS_ETM_OPERATION_PRINT) { in cs_etm_decoder__init_raw_frame_logging() 252 struct cs_etm_decoder_params *d_params __maybe_unused, in cs_etm_decoder__init_raw_frame_logging() 615 cs_etm_decoder__create_etm_decoder(struct cs_etm_decoder_params *d_params, in cs_etm_decoder__create_etm_decoder() argument 648 if (d_params->operation == CS_ETM_OPERATION_DECODE) { in cs_etm_decoder__create_etm_decoder() 661 } else if (d_params->operation == CS_ETM_OPERATION_PRINT) { in cs_etm_decoder__create_etm_decoder() 677 cs_etm_decoder__new(int decoders, struct cs_etm_decoder_params *d_params, in cs_etm_decoder__new() argument [all …]
|
D | cs-etm-decoder.h | 94 struct cs_etm_decoder_params *d_params,
|
/Linux-v6.1/tools/perf/util/ |
D | cs-etm.c | 506 static int cs_etm__init_decoder_params(struct cs_etm_decoder_params *d_params, in cs_etm__init_decoder_params() argument 516 d_params->packet_printer = cs_etm__packet_dump; in cs_etm__init_decoder_params() 517 d_params->operation = mode; in cs_etm__init_decoder_params() 518 d_params->data = etmq; in cs_etm__init_decoder_params() 519 d_params->formatted = formatted; in cs_etm__init_decoder_params() 520 d_params->fsyncs = false; in cs_etm__init_decoder_params() 521 d_params->hsyncs = false; in cs_etm__init_decoder_params() 522 d_params->frame_aligned = true; in cs_etm__init_decoder_params() 753 struct cs_etm_decoder_params d_params; in cs_etm__alloc_queue() local 780 if (cs_etm__init_decoder_params(&d_params, etmq, in cs_etm__alloc_queue() [all …]
|