Searched refs:TraceProcessorProbeContext (Results 1 – 1 of 1) sorted by relevance
41 def __init__(self, traces: Union[Iterable[Run], TraceProcessorProbeContext]): argument51 if isinstance(traces, TraceProcessorProbeContext):163 def get_context(self, run: Run) -> TraceProcessorProbeContext:164 return TraceProcessorProbeContext(self, run)278 class TraceProcessorProbeContext(ProbeContext[TraceProcessorProbe]): class