Searched defs:trace_array (Results 1 – 8 of 8) sorted by relevance
32 void** trace_array; member
32319 struct trace_array { struct32320 struct list_head list;32321 char *name;32322 struct array_buffer array_buffer;32323 struct trace_pid_list *filtered_pids;32324 struct trace_pid_list *filtered_no_pids;32325 arch_spinlock_t max_lock;32326 int buffer_disabled;32327 int sys_refcount_enter;32328 int sys_refcount_exit;[all …]
38006 struct trace_array { struct38007 struct list_head list;38008 char *name;38009 struct array_buffer array_buffer;38010 struct trace_pid_list *filtered_pids;38011 struct trace_pid_list *filtered_no_pids;38012 arch_spinlock_t max_lock;38013 int buffer_disabled;38014 int sys_refcount_enter;38015 int sys_refcount_exit;[all …]
27660 struct trace_array { struct27661 struct list_head list;27662 char *name;27663 struct array_buffer array_buffer;27664 struct trace_pid_list *filtered_pids;27665 struct trace_pid_list *filtered_no_pids;27666 arch_spinlock_t max_lock;27667 int buffer_disabled;27668 int sys_refcount_enter;27669 int sys_refcount_exit;[all …]
32599 struct trace_array { struct32600 struct list_head list;32601 char *name;32602 struct trace_buffer trace_buffer;32603 struct trace_pid_list *filtered_pids;32604 arch_spinlock_t max_lock;32605 int buffer_disabled;32606 int stop_count;32607 int clock_id;32608 int nr_topts;[all …]