Searched refs:dcd_tree (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/util/cs-etm-decoder/ |
H A D | cs-etm-decoder.c | 35 dcd_tree_handle_t dcd_tree; member 60 if (ocsd_dt_add_callback_trcid_mem_acc(decoder->dcd_tree, start, end, in cs_etm_decoder__add_mem_access_cb() 75 dp_ret = ocsd_dt_process_data(decoder->dcd_tree, OCSD_OP_RESET, in cs_etm_decoder__reset() 178 ret = ocsd_def_errlog_set_strprint_cb(decoder->dcd_tree, in cs_etm_decoder__init_def_logger_printing() 205 ocsd_def_errlog_set_strprint_cb(decoder->dcd_tree, in cs_etm_decoder__init_raw_frame_logging() 210 ocsd_dt_set_raw_frame_printer(decoder->dcd_tree, in cs_etm_decoder__init_raw_frame_logging() 229 if (ocsd_dt_create_decoder(decoder->dcd_tree, decoder_name, in cs_etm_decoder__create_packet_printer() 234 if (ocsd_dt_set_pkt_protocol_printer(decoder->dcd_tree, csid, 0)) in cs_etm_decoder__create_packet_printer() 610 if (ocsd_dt_create_decoder(decoder->dcd_tree, in cs_etm_decoder__create_etm_packet_decoder() 616 if (ocsd_dt_set_gen_elem_outfn(decoder->dcd_tree, in cs_etm_decoder__create_etm_packet_decoder() [all...] |
/kernel/linux/linux-6.6/tools/perf/util/cs-etm-decoder/ |
H A D | cs-etm-decoder.c | 46 dcd_tree_handle_t dcd_tree; member 72 if (ocsd_dt_add_callback_trcid_mem_acc(decoder->dcd_tree, start, end, in cs_etm_decoder__add_mem_access_cb() 87 dp_ret = ocsd_dt_process_data(decoder->dcd_tree, OCSD_OP_RESET, in cs_etm_decoder__reset() 236 ret = ocsd_def_errlog_set_strprint_cb(decoder->dcd_tree, in cs_etm_decoder__init_def_logger_printing() 263 ocsd_def_errlog_set_strprint_cb(decoder->dcd_tree, in cs_etm_decoder__init_raw_frame_logging() 268 ocsd_dt_set_raw_frame_printer(decoder->dcd_tree, in cs_etm_decoder__init_raw_frame_logging() 688 if (ocsd_dt_create_decoder(decoder->dcd_tree, in cs_etm_decoder__create_etm_decoder() 694 if (ocsd_dt_set_gen_elem_outfn(decoder->dcd_tree, in cs_etm_decoder__create_etm_decoder() 701 if (ocsd_dt_create_decoder(decoder->dcd_tree, decoder->decoder_name, in cs_etm_decoder__create_etm_decoder() 706 if (ocsd_dt_set_pkt_protocol_printer(decoder->dcd_tree, csi in cs_etm_decoder__create_etm_decoder() [all...] |
Completed in 3 milliseconds