Home
last modified time | relevance | path

Searched refs:pt_insn_alloc_decoder (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/processor-trace/libipt/test/src/
H A Dptunit-insn_decoder.c99 decoder = pt_insn_alloc_decoder(NULL); in alloc_decoder_null()
/freebsd/contrib/processor-trace/libipt/include/
H A Dintel-pt.h2004 pt_insn_alloc_decoder(const struct pt_config *config);
H A Dintel-pt.h.in2004 pt_insn_alloc_decoder(const struct pt_config *config);
/freebsd/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DLibiptDecoder.cpp103 pt_insn_decoder *decoder_ptr = pt_insn_alloc_decoder(&*config); in CreateInstructionDecoder()
/freebsd/contrib/processor-trace/libipt/src/
H A Dpt_insn_decoder.c155 struct pt_insn_decoder *pt_insn_alloc_decoder(const struct pt_config *config) in pt_insn_alloc_decoder() function