Linux Kernel
3.7.1
|
Data Fields | |
struct entry * | next |
void * | timer |
void * | start_func |
void * | expire_func |
pid_t | pid |
unsigned long | count |
unsigned int | timer_flag |
char | comm [TASK_COMM_LEN+1] |
Definition at line 53 of file timer_stats.c.
char comm[TASK_COMM_LEN+1] |
Definition at line 77 of file timer_stats.c.
unsigned long count |
Definition at line 70 of file timer_stats.c.
void* expire_func |
Definition at line 64 of file timer_stats.c.
Definition at line 57 of file timer_stats.c.
Definition at line 65 of file timer_stats.c.
void* start_func |
Definition at line 63 of file timer_stats.c.
Definition at line 62 of file timer_stats.c.
unsigned int timer_flag |
Definition at line 71 of file timer_stats.c.