Searched refs:dcd_tree (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/tools/perf/util/cs-etm-decoder/ |
D | cs-etm-decoder.c | 37 dcd_tree_handle_t dcd_tree; member 63 if (ocsd_dt_add_callback_trcid_mem_acc(decoder->dcd_tree, start, end, in cs_etm_decoder__add_mem_access_cb() 78 dp_ret = ocsd_dt_process_data(decoder->dcd_tree, OCSD_OP_RESET, in cs_etm_decoder__reset() 213 ret = ocsd_def_errlog_set_strprint_cb(decoder->dcd_tree, in cs_etm_decoder__init_def_logger_printing() 240 ocsd_def_errlog_set_strprint_cb(decoder->dcd_tree, in cs_etm_decoder__init_raw_frame_logging() 245 ocsd_dt_set_raw_frame_printer(decoder->dcd_tree, in cs_etm_decoder__init_raw_frame_logging() 649 if (ocsd_dt_create_decoder(decoder->dcd_tree, in cs_etm_decoder__create_etm_decoder() 655 if (ocsd_dt_set_gen_elem_outfn(decoder->dcd_tree, in cs_etm_decoder__create_etm_decoder() 662 if (ocsd_dt_create_decoder(decoder->dcd_tree, decoder->decoder_name, in cs_etm_decoder__create_etm_decoder() 667 if (ocsd_dt_set_pkt_protocol_printer(decoder->dcd_tree, csid, 0)) in cs_etm_decoder__create_etm_decoder() [all …]
|