MCPcopy Index your code
hub / github.com/nodejs/node / _SampleEventBodyDesc

Method _SampleEventBodyDesc

deps/v8/tools/profiling/ll_prof.py:672–678  ·  view source on GitHub ↗
(self, sample_type)

Source from the content-addressed store, hash-verified

670 # self.trace.close()
671
672 def _SampleEventBodyDesc(self, sample_type):
673 assert (sample_type & PERF_SAMPLE_READ) == 0, \
674 "Can't hande read format in samples"
675 fields = [(field, format)
676 for (field, format, bit) in PERF_SAMPLE_EVENT_BODY_FIELDS
677 if (bit & sample_type) != 0]
678 return Descriptor(fields)
679
680
681OBJDUMP_SECTION_HEADER_RE = re.compile(

Callers 1

__init__Method · 0.95

Calls 1

DescriptorClass · 0.70

Tested by

no test coverage detected