|
Linux Perf
|
#include <thread.h>

Public Attributes | |
| union { | |
| struct rb_node rb_node | |
| struct list_head node | |
| }; | |
| struct map_groups * | mg |
| pid_t | pid_ |
| pid_t | tid |
| pid_t | ppid |
| int | cpu |
| refcount_t | refcnt |
| bool | comm_set |
| int | comm_len |
| bool | dead |
| struct list_head | namespaces_list |
| struct rw_semaphore | namespaces_lock |
| struct list_head | comm_list |
| struct rw_semaphore | comm_lock |
| u64 | db_id |
| void * | priv |
| struct thread_stack * | ts |
| struct nsinfo * | nsinfo |
| union { ... } |
| struct rw_semaphore thread::comm_lock |
| struct map_groups* thread::mg |
| struct rw_semaphore thread::namespaces_lock |
| struct thread_stack* thread::ts |