Framework for collecting and transmitting LLVM tool telemetry.

Types

Name

Description

Config

Configuration for the Manager class.

Destination

This class presents a data sink to which the Telemetry framework sends data.

EntryKind

Kind tags used by TelemetryInfo for isa and dyn_cast.

Manager

Main interaction point between an LLVM tool and the telemetry framework.

Serializer

Abstract serializer for writing keyed telemetry fields.

TelemetryInfo

TelemetryInfo is the data courier, used to move instrumented data from the tool being monitored to the Telemetry framework.

Type Aliases

Name

Description

KindType

For isa, dyn_cast, etc operations on TelemetryInfo.

Created with MrDocs