---
title: es_event_trace_t
framework: endpointsecurity
role: symbol
role_heading: Structure
path: endpointsecurity/es_event_trace_t
---

# es_event_trace_t

A type for an event that indicates an attempt by one process to attach to another process.

## Declaration

```swift
struct es_event_trace_t
```

## Overview

Overview Endpoint Security may generate this event multiple times for a single trace attempt. This can occur when then targeted process changes parents during the operation.

## Topics

### Inspecting Event Properties

- [target](endpointsecurity/es_event_trace_t/target.md)
- [reserved](endpointsecurity/es_event_trace_t/reserved.md)

### Initializers

- [init(target:reserved:)](endpointsecurity/es_event_trace_t/init(target:reserved:).md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)

## See Also

### Interprocess Events

- [es_event_proc_suspend_resume_t](endpointsecurity/es_event_proc_suspend_resume_t.md)
- [es_event_remote_thread_create_t](endpointsecurity/es_event_remote_thread_create_t.md)
