• Join onto the system table trace_events:

    SELECT TE.name, T.*

    FROM trace T -- table that contains the trace results

    JOIN sys.trace_events TE ON T.EventClass = TE.trace_event_id