Linux Perf
task_desc Struct Reference
Collaboration diagram for task_desc:
Collaboration graph

Public Attributes

unsigned long nr
 
unsigned long pid
 
char comm [COMM_LEN]
 
unsigned long nr_events
 
unsigned long curr_event
 
struct sched_atom ** atoms
 
pthread_t thread
 
sem_t sleep_sem
 
sem_t ready_for_work
 
sem_t work_done_sem
 
u64 cpu_usage
 

Detailed Description

Definition at line 49 of file builtin-sched.c.

Member Data Documentation

◆ atoms

struct sched_atom** task_desc::atoms

Definition at line 56 of file builtin-sched.c.

◆ comm

char task_desc::comm[COMM_LEN]

Definition at line 52 of file builtin-sched.c.

◆ cpu_usage

u64 task_desc::cpu_usage

Definition at line 64 of file builtin-sched.c.

◆ curr_event

unsigned long task_desc::curr_event

Definition at line 55 of file builtin-sched.c.

◆ nr

unsigned long task_desc::nr

Definition at line 50 of file builtin-sched.c.

◆ nr_events

unsigned long task_desc::nr_events

Definition at line 54 of file builtin-sched.c.

◆ pid

unsigned long task_desc::pid

Definition at line 51 of file builtin-sched.c.

◆ ready_for_work

sem_t task_desc::ready_for_work

Definition at line 61 of file builtin-sched.c.

◆ sleep_sem

sem_t task_desc::sleep_sem

Definition at line 59 of file builtin-sched.c.

◆ thread

pthread_t task_desc::thread

Definition at line 58 of file builtin-sched.c.

◆ work_done_sem

sem_t task_desc::work_done_sem

Definition at line 62 of file builtin-sched.c.


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