Searched refs:dcd_tree (Results 1 – 1 of 1) sorted by relevance
| /Linux-v4.19/tools/perf/util/cs-etm-decoder/ |
| D | cs-etm-decoder.c | 40 dcd_tree_handle_t dcd_tree; member 70 if (ocsd_dt_add_callback_mem_acc(decoder->dcd_tree, start, end, in cs_etm_decoder__add_mem_access_cb() 84 dp_ret = ocsd_dt_process_data(decoder->dcd_tree, OCSD_OP_RESET, in cs_etm_decoder__reset() 173 ret = ocsd_def_errlog_set_strprint_cb(decoder->dcd_tree, in cs_etm_decoder__init_def_logger_printing() 200 ocsd_def_errlog_set_strprint_cb(decoder->dcd_tree, in cs_etm_decoder__init_raw_frame_logging() 205 ocsd_dt_set_raw_frame_printer(decoder->dcd_tree, in cs_etm_decoder__init_raw_frame_logging() 224 if (ocsd_dt_create_decoder(decoder->dcd_tree, decoder_name, in cs_etm_decoder__create_packet_printer() 229 if (ocsd_dt_set_pkt_protocol_printer(decoder->dcd_tree, csid, 0)) in cs_etm_decoder__create_packet_printer() 415 if (ocsd_dt_create_decoder(decoder->dcd_tree, in cs_etm_decoder__create_etm_packet_decoder() 421 if (ocsd_dt_set_gen_elem_outfn(decoder->dcd_tree, in cs_etm_decoder__create_etm_packet_decoder() [all …]
|