Searched refs:mSamplingPercentage (Results 1 – 4 of 4) sorted by relevance
74 mSamplingPercentage(metric.sampling_percentage()) { in EventMetricProducer()231 if (mSamplingPercentage < 100 && !shouldKeepRandomSample(mSamplingPercentage)) { in onMatchedLogEventInternalLocked()
103 const int mSamplingPercentage; variable
107 mSamplingPercentage(metric.sampling_percentage()),556 if (mPullTagId == -1 && mSamplingPercentage < 100 && in onMatchedLogEventInternalLocked()557 !shouldKeepRandomSample(mSamplingPercentage)) { in onMatchedLogEventInternalLocked()
235 const int mSamplingPercentage; variable