|
Linux Perf
|
#include <auxtrace.h>

Public Attributes | |
| struct list_head | head |
| pid_t | tid |
| int | cpu |
| bool | set |
| void * | priv |
struct auxtrace_queue - a queue of AUX area tracing data buffers. : head of buffer list : in per-thread mode, the tid this queue is associated with : in per-cpu mode, the cpu this queue is associated with : true once this queue has been dedicated to a specific thread or cpu : implementation-specific data
Definition at line 202 of file auxtrace.h.
| int auxtrace_queue::cpu |
Definition at line 205 of file auxtrace.h.
| struct list_head auxtrace_queue::head |
Definition at line 203 of file auxtrace.h.
| void* auxtrace_queue::priv |
Definition at line 207 of file auxtrace.h.
| bool auxtrace_queue::set |
Definition at line 206 of file auxtrace.h.
| pid_t auxtrace_queue::tid |
Definition at line 204 of file auxtrace.h.