Home
last modified time | relevance | path

Searched refs:BIOTRACE (Results 1 – 6 of 6) sorted by relevance

/developtools/profiler/hiebpf/include/
Dhiebpf_types.h153 BIOTRACE, enumerator
/developtools/profiler/hiebpf/src/
Dbpf_event_receiver.cpp51 case BIOTRACE: { in DoWork()
360 item->tracer_ = BIOTRACE; in EncodeBIOTraceEvent()
407 …if (item->srcTracer_ == BIOTRACE || (item->srcTracer_ == FSTRACE && item->srcType_ == SYS_CLOSE)) { in EncodeSTRTraceEvent()
Dhiebpf.bpf.c586 case BIOTRACE: { in emit_strtrace_event()
733 emit_strtrace_event(bio_se->stime, bio_se->type, BPF_CORE_READ(rq, bio), BIOTRACE); in handle_blk_issue()
782 cmplt_event->tracer = BIOTRACE; in BPF_PROG()
Dbpf_controller.cpp794 case BIOTRACE: return DumpBIOTraceEvent(bpfctlr, data, dataSize); in DumpEvent()
/developtools/profiler/device/plugins/hiebpf_plugin/tools/include/
Debpf_std_type.h162 BIOTRACE, enumerator
/developtools/profiler/device/plugins/hiebpf_plugin/tools/src/
Debpf_converter.cpp110 case BIOTRACE: { in StartParsing()