Lines Matching refs:sampling
4111 Fix (kinda) for sampling tool breakage. The codeblock sampling tool has become
4113 a ScopeNode appears to now occur before the sampling tool (or possibly the
4117 we shouldn't need to track scopes when we're just sampling opcodes, not
4118 codeblocks. Not retaining Scopes when just opcode sampling will reduce sampling
4120 benefit this patch also gets the opcode sampling going again, albeit in a bit of
4121 a lame way. Will come back later with a proper fix from codeblock sampling.
5563 For convenience, let the sampling flags tool clear multiple flags at once.
16508 have compiled with Opcode sampling where we will continue to require it
19152 Remove unused (sampling only, and derivable) argument to JIT::emitCTICall.
26543 when sampling the v8 tests.
26549 the SamplingTools has begun sampling, reads and writes to / from the
26551 sampling overhead.
26561 HostCallRecord in CTI non-sampling builds, to silence compiler warning.
26578 - Made CodeBlock sampling work with CTI
26579 - Improved accuracy by unifying most sampling data into a single
26637 and to help decode the data. Only access the CodeBlock sampling hash
26638 table if CodeBlock sampling has been enabled, so non-CodeBlock sampling
26651 (JSC::ScopeNode::ScopeNode): Updated for new sampling APIs.
26653 * wtf/Platform.h: Moved sampling #defines here, since our custom is to
37652 Quick & dirty fix to get SamplingTool sampling op_call.
38714 you to aggregate sampling of multiple files (or the same file repeatedly),