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

Public Attributes

int curr_cpu
 
cpu_set_t bind_cpumask
 
int bind_node
 
u8 * process_data
 
int process_nr
 
int thread_nr
 
int task_nr
 
unsigned int loops_done
 
u64 val
 
u64 runtime_ns
 
u64 system_time_ns
 
u64 user_time_ns
 
double speed_gbs
 
pthread_mutex_t * process_lock
 
int nr
 
int pipe_read
 
int pipe_write
 
pthread_t pthread
 
pthread_t pt
 
pid_t tid
 
void * map
 
int ready [2]
 

Detailed Description

Definition at line 52 of file numa.c.

Member Data Documentation

◆ bind_cpumask

cpu_set_t thread_data::bind_cpumask

Definition at line 54 of file numa.c.

◆ bind_node

int thread_data::bind_node

Definition at line 55 of file numa.c.

◆ curr_cpu

int thread_data::curr_cpu

Definition at line 53 of file numa.c.

◆ loops_done

unsigned int thread_data::loops_done

Definition at line 60 of file numa.c.

◆ map

void* thread_data::map

Definition at line 25 of file mmap-thread-lookup.c.

◆ nr

int thread_data::nr

Definition at line 34 of file sched-pipe.c.

◆ pipe_read

int thread_data::pipe_read

Definition at line 35 of file sched-pipe.c.

◆ pipe_write

int thread_data::pipe_write

Definition at line 36 of file sched-pipe.c.

◆ process_data

u8* thread_data::process_data

Definition at line 56 of file numa.c.

◆ process_lock

pthread_mutex_t* thread_data::process_lock

Definition at line 66 of file numa.c.

◆ process_nr

int thread_data::process_nr

Definition at line 57 of file numa.c.

◆ pt

pthread_t thread_data::pt

Definition at line 23 of file mmap-thread-lookup.c.

◆ pthread

pthread_t thread_data::pthread

Definition at line 37 of file sched-pipe.c.

◆ ready

int thread_data::ready[2]

Definition at line 26 of file mmap-thread-lookup.c.

◆ runtime_ns

u64 thread_data::runtime_ns

Definition at line 62 of file numa.c.

◆ speed_gbs

double thread_data::speed_gbs

Definition at line 65 of file numa.c.

◆ system_time_ns

u64 thread_data::system_time_ns

Definition at line 63 of file numa.c.

◆ task_nr

int thread_data::task_nr

Definition at line 59 of file numa.c.

◆ thread_nr

int thread_data::thread_nr

Definition at line 58 of file numa.c.

◆ tid

pid_t thread_data::tid

Definition at line 24 of file mmap-thread-lookup.c.

◆ user_time_ns

u64 thread_data::user_time_ns

Definition at line 64 of file numa.c.

◆ val

u64 thread_data::val

Definition at line 61 of file numa.c.


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