Searched defs:trace_array (Results 1 – 2 of 2) sorted by relevance
29562 struct trace_array { struct29563 struct list_head list;29564 char *name;29565 struct array_buffer array_buffer;29566 struct trace_pid_list __attribute__((btf_type_tag("rcu"))) *filtered_pids;29567 struct trace_pid_list __attribute__((btf_type_tag("rcu"))) *filtered_no_pids;29568 arch_spinlock_t max_lock;29569 int buffer_disabled;29570 int stop_count;29571 int clock_id;[all …]
39556 struct trace_array { struct39557 struct list_head list;39558 char *name;39559 struct array_buffer array_buffer;39560 struct trace_pid_list __attribute__((btf_type_tag("rcu"))) *filtered_pids;39561 struct trace_pid_list __attribute__((btf_type_tag("rcu"))) *filtered_no_pids;39562 arch_spinlock_t max_lock;39563 int buffer_disabled;39564 int stop_count;39565 int clock_id;[all …]