Linux Perf
threads Struct Reference

#include <machine.h>

Collaboration diagram for threads:
Collaboration graph

Public Attributes

struct rb_root entries
 
struct rw_semaphore lock
 
unsigned int nr
 
struct list_head dead
 
struct threadlast_match
 

Detailed Description

Definition at line 31 of file machine.h.

Member Data Documentation

◆ dead

struct list_head threads::dead

Definition at line 35 of file machine.h.

◆ entries

struct rb_root threads::entries

Definition at line 32 of file machine.h.

◆ last_match

struct thread* threads::last_match

Definition at line 36 of file machine.h.

◆ lock

struct rw_semaphore threads::lock

Definition at line 33 of file machine.h.

◆ nr

unsigned int threads::nr

Definition at line 34 of file machine.h.


The documentation for this struct was generated from the following file: