trace_array
Regular
4.4
: ✅struct trace_array {
struct list_head list;
char *name;
struct trace_buffer trace_buffer;
struct trace_buffer max_buffer;
bool allocated_snapshot;
long unsigned int max_latency;
struct trace_pid_list *filtered_pids;
arch_spinlock_t max_lock;
int buffer_disabled;
int sys_refcount_enter;
int sys_refcount_exit;
struct trace_event_file * enter_syscall_files[546];
struct trace_event_file * exit_syscall_files[546];
int stop_count;
int clock_id;
int nr_topts;
struct tracer *current_trace;
unsigned int trace_flags;
unsigned char trace_flags_index[32];
unsigned int flags;
raw_spinlock_t start_lock;
struct dentry *dir;
struct dentry *options;
struct dentry *percpu_dir;
struct dentry *event_dir;
struct trace_options *topts;
struct list_head systems;
struct list_head events;
cpumask_var_t tracing_cpumask;
int ref;
struct ftrace_ops *ops;
int function_enabled;
};
4.8
: ✅struct trace_array {
struct list_head list;
char *name;
struct trace_buffer trace_buffer;
struct trace_buffer max_buffer;
bool allocated_snapshot;
long unsigned int max_latency;
struct trace_pid_list *filtered_pids;
arch_spinlock_t max_lock;
int buffer_disabled;
int sys_refcount_enter;
int sys_refcount_exit;
struct trace_event_file * enter_syscall_files[548];
struct trace_event_file * exit_syscall_files[548];
int stop_count;
int clock_id;
int nr_topts;
struct tracer *current_trace;
unsigned int trace_flags;
unsigned char trace_flags_index[32];
unsigned int flags;
raw_spinlock_t start_lock;
struct dentry *dir;
struct dentry *options;
struct dentry *percpu_dir;
struct dentry *event_dir;
struct trace_options *topts;
struct list_head systems;
struct list_head events;
cpumask_var_t tracing_cpumask;
int ref;
struct ftrace_ops *ops;
struct trace_pid_list *function_pids;
int function_enabled;
};
4.10
: ✅struct trace_array {
struct list_head list;
char *name;
struct trace_buffer trace_buffer;
struct trace_buffer max_buffer;
bool allocated_snapshot;
long unsigned int max_latency;
struct trace_pid_list *filtered_pids;
arch_spinlock_t max_lock;
int buffer_disabled;
int sys_refcount_enter;
int sys_refcount_exit;
struct trace_event_file * enter_syscall_files[548];
struct trace_event_file * exit_syscall_files[548];
int stop_count;
int clock_id;
int nr_topts;
struct tracer *current_trace;
unsigned int trace_flags;
unsigned char trace_flags_index[32];
unsigned int flags;
raw_spinlock_t start_lock;
struct dentry *dir;
struct dentry *options;
struct dentry *percpu_dir;
struct dentry *event_dir;
struct trace_options *topts;
struct list_head systems;
struct list_head events;
cpumask_var_t tracing_cpumask;
int ref;
struct ftrace_ops *ops;
struct trace_pid_list *function_pids;
int function_enabled;
};
4.13
: ✅struct trace_array {
struct list_head list;
char *name;
struct trace_buffer trace_buffer;
struct trace_buffer max_buffer;
bool allocated_snapshot;
long unsigned int max_latency;
struct trace_pid_list *filtered_pids;
arch_spinlock_t max_lock;
int buffer_disabled;
int sys_refcount_enter;
int sys_refcount_exit;
struct trace_event_file * enter_syscall_files[548];
struct trace_event_file * exit_syscall_files[548];
int stop_count;
int clock_id;
int nr_topts;
struct tracer *current_trace;
unsigned int trace_flags;
unsigned char trace_flags_index[32];
unsigned int flags;
raw_spinlock_t start_lock;
struct dentry *dir;
struct dentry *options;
struct dentry *percpu_dir;
struct dentry *event_dir;
struct trace_options *topts;
struct list_head systems;
struct list_head events;
cpumask_var_t tracing_cpumask;
int ref;
struct ftrace_ops *ops;
struct trace_pid_list *function_pids;
struct list_head func_probes;
struct list_head mod_trace;
struct list_head mod_notrace;
int function_enabled;
};
4.15
: ✅struct trace_array {
struct list_head list;
char *name;
struct trace_buffer trace_buffer;
struct trace_buffer max_buffer;
bool allocated_snapshot;
long unsigned int max_latency;
struct trace_pid_list *filtered_pids;
arch_spinlock_t max_lock;
int buffer_disabled;
int sys_refcount_enter;
int sys_refcount_exit;
struct trace_event_file * enter_syscall_files[548];
struct trace_event_file * exit_syscall_files[548];
int stop_count;
int clock_id;
int nr_topts;
bool clear_trace;
struct tracer *current_trace;
unsigned int trace_flags;
unsigned char trace_flags_index[32];
unsigned int flags;
raw_spinlock_t start_lock;
struct dentry *dir;
struct dentry *options;
struct dentry *percpu_dir;
struct dentry *event_dir;
struct trace_options *topts;
struct list_head systems;
struct list_head events;
cpumask_var_t tracing_cpumask;
int ref;
struct ftrace_ops *ops;
struct trace_pid_list *function_pids;
struct list_head func_probes;
struct list_head mod_trace;
struct list_head mod_notrace;
int function_enabled;
};
4.18
: ✅struct trace_array {
struct list_head list;
char *name;
struct trace_buffer trace_buffer;
struct trace_buffer max_buffer;
bool allocated_snapshot;
long unsigned int max_latency;
struct trace_pid_list *filtered_pids;
arch_spinlock_t max_lock;
int buffer_disabled;
int sys_refcount_enter;
int sys_refcount_exit;
struct trace_event_file * enter_syscall_files[548];
struct trace_event_file * exit_syscall_files[548];
int stop_count;
int clock_id;
int nr_topts;
bool clear_trace;
struct tracer *current_trace;
unsigned int trace_flags;
unsigned char trace_flags_index[32];
unsigned int flags;
raw_spinlock_t start_lock;
struct dentry *dir;
struct dentry *options;
struct dentry *percpu_dir;
struct dentry *event_dir;
struct trace_options *topts;
struct list_head systems;
struct list_head events;
struct trace_event_file *trace_marker_file;
cpumask_var_t tracing_cpumask;
int ref;
struct ftrace_ops *ops;
struct trace_pid_list *function_pids;
struct list_head func_probes;
struct list_head mod_trace;
struct list_head mod_notrace;
int function_enabled;
int time_stamp_abs_ref;
struct list_head hist_vars;
};
5.0
: ✅struct trace_array {
struct list_head list;
char *name;
struct trace_buffer trace_buffer;
struct trace_buffer max_buffer;
bool allocated_snapshot;
long unsigned int max_latency;
struct trace_pid_list *filtered_pids;
arch_spinlock_t max_lock;
int buffer_disabled;
int sys_refcount_enter;
int sys_refcount_exit;
struct trace_event_file * enter_syscall_files[548];
struct trace_event_file * exit_syscall_files[548];
int stop_count;
int clock_id;
int nr_topts;
bool clear_trace;
int buffer_percent;
struct tracer *current_trace;
unsigned int trace_flags;
unsigned char trace_flags_index[32];
unsigned int flags;
raw_spinlock_t start_lock;
struct dentry *dir;
struct dentry *options;
struct dentry *percpu_dir;
struct dentry *event_dir;
struct trace_options *topts;
struct list_head systems;
struct list_head events;
struct trace_event_file *trace_marker_file;
cpumask_var_t tracing_cpumask;
int ref;
struct ftrace_ops *ops;
struct trace_pid_list *function_pids;
struct list_head func_probes;
struct list_head mod_trace;
struct list_head mod_notrace;
int function_enabled;
int time_stamp_abs_ref;
struct list_head hist_vars;
};
5.3
: ✅struct trace_array {
struct list_head list;
char *name;
struct trace_buffer trace_buffer;
struct trace_buffer max_buffer;
bool allocated_snapshot;
long unsigned int max_latency;
struct trace_pid_list *filtered_pids;
arch_spinlock_t max_lock;
int buffer_disabled;
int sys_refcount_enter;
int sys_refcount_exit;
struct trace_event_file * enter_syscall_files[548];
struct trace_event_file * exit_syscall_files[548];
int stop_count;
int clock_id;
int nr_topts;
bool clear_trace;
int buffer_percent;
unsigned int n_err_log_entries;
struct tracer *current_trace;
unsigned int trace_flags;
unsigned char trace_flags_index[32];
unsigned int flags;
raw_spinlock_t start_lock;
struct list_head err_log;
struct dentry *dir;
struct dentry *options;
struct dentry *percpu_dir;
struct dentry *event_dir;
struct trace_options *topts;
struct list_head systems;
struct list_head events;
struct trace_event_file *trace_marker_file;
cpumask_var_t tracing_cpumask;
int ref;
struct ftrace_ops *ops;
struct trace_pid_list *function_pids;
struct list_head func_probes;
struct list_head mod_trace;
struct list_head mod_notrace;
int function_enabled;
int time_stamp_abs_ref;
struct list_head hist_vars;
struct cond_snapshot *cond_snapshot;
};
5.4
: ✅struct trace_array {
struct list_head list;
char *name;
struct trace_buffer trace_buffer;
struct trace_buffer max_buffer;
bool allocated_snapshot;
long unsigned int max_latency;
struct trace_pid_list *filtered_pids;
arch_spinlock_t max_lock;
int buffer_disabled;
int sys_refcount_enter;
int sys_refcount_exit;
struct trace_event_file * enter_syscall_files[436];
struct trace_event_file * exit_syscall_files[436];
int stop_count;
int clock_id;
int nr_topts;
bool clear_trace;
int buffer_percent;
unsigned int n_err_log_entries;
struct tracer *current_trace;
unsigned int trace_flags;
unsigned char trace_flags_index[32];
unsigned int flags;
raw_spinlock_t start_lock;
struct list_head err_log;
struct dentry *dir;
struct dentry *options;
struct dentry *percpu_dir;
struct dentry *event_dir;
struct trace_options *topts;
struct list_head systems;
struct list_head events;
struct trace_event_file *trace_marker_file;
cpumask_var_t tracing_cpumask;
int ref;
struct ftrace_ops *ops;
struct trace_pid_list *function_pids;
struct list_head func_probes;
struct list_head mod_trace;
struct list_head mod_notrace;
int function_enabled;
int time_stamp_abs_ref;
struct list_head hist_vars;
struct cond_snapshot *cond_snapshot;
};
5.8
: ✅struct trace_array {
struct list_head list;
char *name;
struct array_buffer array_buffer;
struct array_buffer max_buffer;
bool allocated_snapshot;
long unsigned int max_latency;
struct dentry *d_max_latency;
struct work_struct fsnotify_work;
struct irq_work fsnotify_irqwork;
struct trace_pid_list *filtered_pids;
struct trace_pid_list *filtered_no_pids;
arch_spinlock_t max_lock;
int buffer_disabled;
int sys_refcount_enter;
int sys_refcount_exit;
struct trace_event_file * enter_syscall_files[440];
struct trace_event_file * exit_syscall_files[440];
int stop_count;
int clock_id;
int nr_topts;
bool clear_trace;
int buffer_percent;
unsigned int n_err_log_entries;
struct tracer *current_trace;
unsigned int trace_flags;
unsigned char trace_flags_index[32];
unsigned int flags;
raw_spinlock_t start_lock;
struct list_head err_log;
struct dentry *dir;
struct dentry *options;
struct dentry *percpu_dir;
struct dentry *event_dir;
struct trace_options *topts;
struct list_head systems;
struct list_head events;
struct trace_event_file *trace_marker_file;
cpumask_var_t tracing_cpumask;
int ref;
int trace_ref;
struct ftrace_ops *ops;
struct trace_pid_list *function_pids;
struct trace_pid_list *function_no_pids;
struct list_head func_probes;
struct list_head mod_trace;
struct list_head mod_notrace;
int function_enabled;
int time_stamp_abs_ref;
struct list_head hist_vars;
struct cond_snapshot *cond_snapshot;
};
5.11
: ✅struct trace_array {
struct list_head list;
char *name;
struct array_buffer array_buffer;
struct array_buffer max_buffer;
bool allocated_snapshot;
long unsigned int max_latency;
struct dentry *d_max_latency;
struct work_struct fsnotify_work;
struct irq_work fsnotify_irqwork;
struct trace_pid_list *filtered_pids;
struct trace_pid_list *filtered_no_pids;
arch_spinlock_t max_lock;
int buffer_disabled;
int sys_refcount_enter;
int sys_refcount_exit;
struct trace_event_file * enter_syscall_files[442];
struct trace_event_file * exit_syscall_files[442];
int stop_count;
int clock_id;
int nr_topts;
bool clear_trace;
int buffer_percent;
unsigned int n_err_log_entries;
struct tracer *current_trace;
unsigned int trace_flags;
unsigned char trace_flags_index[32];
unsigned int flags;
raw_spinlock_t start_lock;
struct list_head err_log;
struct dentry *dir;
struct dentry *options;
struct dentry *percpu_dir;
struct dentry *event_dir;
struct trace_options *topts;
struct list_head systems;
struct list_head events;
struct trace_event_file *trace_marker_file;
cpumask_var_t tracing_cpumask;
int ref;
int trace_ref;
struct ftrace_ops *ops;
struct trace_pid_list *function_pids;
struct trace_pid_list *function_no_pids;
struct list_head func_probes;
struct list_head mod_trace;
struct list_head mod_notrace;
int function_enabled;
int time_stamp_abs_ref;
struct list_head hist_vars;
struct cond_snapshot *cond_snapshot;
};
5.13
: ✅struct trace_array {
struct list_head list;
char *name;
struct array_buffer array_buffer;
struct array_buffer max_buffer;
bool allocated_snapshot;
long unsigned int max_latency;
struct dentry *d_max_latency;
struct work_struct fsnotify_work;
struct irq_work fsnotify_irqwork;
struct trace_pid_list *filtered_pids;
struct trace_pid_list *filtered_no_pids;
arch_spinlock_t max_lock;
int buffer_disabled;
int sys_refcount_enter;
int sys_refcount_exit;
struct trace_event_file * enter_syscall_files[447];
struct trace_event_file * exit_syscall_files[447];
int stop_count;
int clock_id;
int nr_topts;
bool clear_trace;
int buffer_percent;
unsigned int n_err_log_entries;
struct tracer *current_trace;
unsigned int trace_flags;
unsigned char trace_flags_index[32];
unsigned int flags;
raw_spinlock_t start_lock;
struct list_head err_log;
struct dentry *dir;
struct dentry *options;
struct dentry *percpu_dir;
struct dentry *event_dir;
struct trace_options *topts;
struct list_head systems;
struct list_head events;
struct trace_event_file *trace_marker_file;
cpumask_var_t tracing_cpumask;
int ref;
int trace_ref;
struct ftrace_ops *ops;
struct trace_pid_list *function_pids;
struct trace_pid_list *function_no_pids;
struct list_head func_probes;
struct list_head mod_trace;
struct list_head mod_notrace;
int function_enabled;
int no_filter_buffering_ref;
struct list_head hist_vars;
struct cond_snapshot *cond_snapshot;
struct trace_func_repeats *last_func_repeats;
};
5.15
: ✅struct trace_array {
struct list_head list;
char *name;
struct array_buffer array_buffer;
struct array_buffer max_buffer;
bool allocated_snapshot;
long unsigned int max_latency;
struct dentry *d_max_latency;
struct work_struct fsnotify_work;
struct irq_work fsnotify_irqwork;
struct trace_pid_list *filtered_pids;
struct trace_pid_list *filtered_no_pids;
arch_spinlock_t max_lock;
int buffer_disabled;
int sys_refcount_enter;
int sys_refcount_exit;
struct trace_event_file * enter_syscall_files[449];
struct trace_event_file * exit_syscall_files[449];
int stop_count;
int clock_id;
int nr_topts;
bool clear_trace;
int buffer_percent;
unsigned int n_err_log_entries;
struct tracer *current_trace;
unsigned int trace_flags;
unsigned char trace_flags_index[32];
unsigned int flags;
raw_spinlock_t start_lock;
struct list_head err_log;
struct dentry *dir;
struct dentry *options;
struct dentry *percpu_dir;
struct dentry *event_dir;
struct trace_options *topts;
struct list_head systems;
struct list_head events;
struct trace_event_file *trace_marker_file;
cpumask_var_t tracing_cpumask;
int ref;
int trace_ref;
struct ftrace_ops *ops;
struct trace_pid_list *function_pids;
struct trace_pid_list *function_no_pids;
struct list_head func_probes;
struct list_head mod_trace;
struct list_head mod_notrace;
int function_enabled;
int no_filter_buffering_ref;
struct list_head hist_vars;
struct cond_snapshot *cond_snapshot;
struct trace_func_repeats *last_func_repeats;
};
5.19
: ✅struct trace_array {
struct list_head list;
char *name;
struct array_buffer array_buffer;
struct array_buffer max_buffer;
bool allocated_snapshot;
long unsigned int max_latency;
struct dentry *d_max_latency;
struct work_struct fsnotify_work;
struct irq_work fsnotify_irqwork;
struct trace_pid_list *filtered_pids;
struct trace_pid_list *filtered_no_pids;
arch_spinlock_t max_lock;
int buffer_disabled;
int sys_refcount_enter;
int sys_refcount_exit;
struct trace_event_file * enter_syscall_files[451];
struct trace_event_file * exit_syscall_files[451];
int stop_count;
int clock_id;
int nr_topts;
bool clear_trace;
int buffer_percent;
unsigned int n_err_log_entries;
struct tracer *current_trace;
unsigned int trace_flags;
unsigned char trace_flags_index[32];
unsigned int flags;
raw_spinlock_t start_lock;
struct list_head err_log;
struct dentry *dir;
struct dentry *options;
struct dentry *percpu_dir;
struct dentry *event_dir;
struct trace_options *topts;
struct list_head systems;
struct list_head events;
struct trace_event_file *trace_marker_file;
cpumask_var_t tracing_cpumask;
int ref;
int trace_ref;
struct ftrace_ops *ops;
struct trace_pid_list *function_pids;
struct trace_pid_list *function_no_pids;
struct list_head func_probes;
struct list_head mod_trace;
struct list_head mod_notrace;
int function_enabled;
int no_filter_buffering_ref;
struct list_head hist_vars;
struct cond_snapshot *cond_snapshot;
struct trace_func_repeats *last_func_repeats;
};
6.2
: ✅struct trace_array {
struct list_head list;
char *name;
struct array_buffer array_buffer;
struct array_buffer max_buffer;
bool allocated_snapshot;
long unsigned int max_latency;
struct dentry *d_max_latency;
struct work_struct fsnotify_work;
struct irq_work fsnotify_irqwork;
struct trace_pid_list *filtered_pids;
struct trace_pid_list *filtered_no_pids;
arch_spinlock_t max_lock;
int buffer_disabled;
int sys_refcount_enter;
int sys_refcount_exit;
struct trace_event_file * enter_syscall_files[451];
struct trace_event_file * exit_syscall_files[451];
int stop_count;
int clock_id;
int nr_topts;
bool clear_trace;
int buffer_percent;
unsigned int n_err_log_entries;
struct tracer *current_trace;
unsigned int trace_flags;
unsigned char trace_flags_index[32];
unsigned int flags;
raw_spinlock_t start_lock;
struct list_head err_log;
struct dentry *dir;
struct dentry *options;
struct dentry *percpu_dir;
struct dentry *event_dir;
struct trace_options *topts;
struct list_head systems;
struct list_head events;
struct trace_event_file *trace_marker_file;
cpumask_var_t tracing_cpumask;
int ref;
int trace_ref;
struct ftrace_ops *ops;
struct trace_pid_list *function_pids;
struct trace_pid_list *function_no_pids;
struct list_head func_probes;
struct list_head mod_trace;
struct list_head mod_notrace;
int function_enabled;
int no_filter_buffering_ref;
struct list_head hist_vars;
struct cond_snapshot *cond_snapshot;
struct trace_func_repeats *last_func_repeats;
};
6.5
: ✅struct trace_array {
struct list_head list;
char *name;
struct array_buffer array_buffer;
struct array_buffer max_buffer;
bool allocated_snapshot;
long unsigned int max_latency;
struct dentry *d_max_latency;
struct work_struct fsnotify_work;
struct irq_work fsnotify_irqwork;
struct trace_pid_list *filtered_pids;
struct trace_pid_list *filtered_no_pids;
arch_spinlock_t max_lock;
int buffer_disabled;
int sys_refcount_enter;
int sys_refcount_exit;
struct trace_event_file * enter_syscall_files[452];
struct trace_event_file * exit_syscall_files[452];
int stop_count;
int clock_id;
int nr_topts;
bool clear_trace;
int buffer_percent;
unsigned int n_err_log_entries;
struct tracer *current_trace;
unsigned int trace_flags;
unsigned char trace_flags_index[32];
unsigned int flags;
raw_spinlock_t start_lock;
struct list_head err_log;
struct dentry *dir;
struct dentry *options;
struct dentry *percpu_dir;
struct dentry *event_dir;
struct trace_options *topts;
struct list_head systems;
struct list_head events;
struct trace_event_file *trace_marker_file;
cpumask_var_t tracing_cpumask;
cpumask_var_t pipe_cpumask;
int ref;
int trace_ref;
struct ftrace_ops *ops;
struct trace_pid_list *function_pids;
struct trace_pid_list *function_no_pids;
struct list_head func_probes;
struct list_head mod_trace;
struct list_head mod_notrace;
int function_enabled;
int no_filter_buffering_ref;
struct list_head hist_vars;
struct cond_snapshot *cond_snapshot;
struct trace_func_repeats *last_func_repeats;
};
6.8
: ✅struct trace_array {
struct list_head list;
char *name;
struct array_buffer array_buffer;
struct array_buffer max_buffer;
bool allocated_snapshot;
long unsigned int max_latency;
struct dentry *d_max_latency;
struct work_struct fsnotify_work;
struct irq_work fsnotify_irqwork;
struct trace_pid_list *filtered_pids;
struct trace_pid_list *filtered_no_pids;
arch_spinlock_t max_lock;
int buffer_disabled;
int sys_refcount_enter;
int sys_refcount_exit;
struct trace_event_file * enter_syscall_files[462];
struct trace_event_file * exit_syscall_files[462];
int stop_count;
int clock_id;
int nr_topts;
bool clear_trace;
int buffer_percent;
unsigned int n_err_log_entries;
struct tracer *current_trace;
unsigned int trace_flags;
unsigned char trace_flags_index[32];
unsigned int flags;
raw_spinlock_t start_lock;
const char *system_names;
struct list_head err_log;
struct dentry *dir;
struct dentry *options;
struct dentry *percpu_dir;
struct eventfs_inode *event_dir;
struct trace_options *topts;
struct list_head systems;
struct list_head events;
struct trace_event_file *trace_marker_file;
cpumask_var_t tracing_cpumask;
cpumask_var_t pipe_cpumask;
int ref;
int trace_ref;
struct ftrace_ops *ops;
struct trace_pid_list *function_pids;
struct trace_pid_list *function_no_pids;
struct list_head func_probes;
struct list_head mod_trace;
struct list_head mod_notrace;
int function_enabled;
int no_filter_buffering_ref;
struct list_head hist_vars;
struct cond_snapshot *cond_snapshot;
struct trace_func_repeats *last_func_repeats;
bool ring_buffer_expanded;
};
arm64
: ✅struct trace_array {
struct list_head list;
char *name;
struct trace_buffer trace_buffer;
struct trace_buffer max_buffer;
bool allocated_snapshot;
long unsigned int max_latency;
struct trace_pid_list *filtered_pids;
arch_spinlock_t max_lock;
int buffer_disabled;
int sys_refcount_enter;
int sys_refcount_exit;
struct trace_event_file * enter_syscall_files[436];
struct trace_event_file * exit_syscall_files[436];
int stop_count;
int clock_id;
int nr_topts;
bool clear_trace;
int buffer_percent;
unsigned int n_err_log_entries;
struct tracer *current_trace;
unsigned int trace_flags;
unsigned char trace_flags_index[32];
unsigned int flags;
raw_spinlock_t start_lock;
struct list_head err_log;
struct dentry *dir;
struct dentry *options;
struct dentry *percpu_dir;
struct dentry *event_dir;
struct trace_options *topts;
struct list_head systems;
struct list_head events;
struct trace_event_file *trace_marker_file;
cpumask_var_t tracing_cpumask;
int ref;
struct ftrace_ops *ops;
struct trace_pid_list *function_pids;
struct list_head func_probes;
struct list_head mod_trace;
struct list_head mod_notrace;
int function_enabled;
int time_stamp_abs_ref;
struct list_head hist_vars;
struct cond_snapshot *cond_snapshot;
};
armhf
: ✅struct trace_array {
struct list_head list;
char *name;
struct trace_buffer trace_buffer;
struct trace_buffer max_buffer;
bool allocated_snapshot;
long unsigned int max_latency;
struct trace_pid_list *filtered_pids;
arch_spinlock_t max_lock;
int buffer_disabled;
int sys_refcount_enter;
int sys_refcount_exit;
struct trace_event_file * enter_syscall_files[436];
struct trace_event_file * exit_syscall_files[436];
int stop_count;
int clock_id;
int nr_topts;
bool clear_trace;
int buffer_percent;
unsigned int n_err_log_entries;
struct tracer *current_trace;
unsigned int trace_flags;
unsigned char trace_flags_index[32];
unsigned int flags;
raw_spinlock_t start_lock;
struct list_head err_log;
struct dentry *dir;
struct dentry *options;
struct dentry *percpu_dir;
struct dentry *event_dir;
struct trace_options *topts;
struct list_head systems;
struct list_head events;
struct trace_event_file *trace_marker_file;
cpumask_var_t tracing_cpumask;
int ref;
struct ftrace_ops *ops;
struct trace_pid_list *function_pids;
struct list_head func_probes;
struct list_head mod_trace;
struct list_head mod_notrace;
int function_enabled;
int time_stamp_abs_ref;
struct list_head hist_vars;
struct cond_snapshot *cond_snapshot;
};
ppc64el
: ✅struct trace_array {
struct list_head list;
char *name;
struct trace_buffer trace_buffer;
struct trace_buffer max_buffer;
bool allocated_snapshot;
long unsigned int max_latency;
struct trace_pid_list *filtered_pids;
arch_spinlock_t max_lock;
int buffer_disabled;
int sys_refcount_enter;
int sys_refcount_exit;
struct trace_event_file * enter_syscall_files[436];
struct trace_event_file * exit_syscall_files[436];
int stop_count;
int clock_id;
int nr_topts;
bool clear_trace;
int buffer_percent;
unsigned int n_err_log_entries;
struct tracer *current_trace;
unsigned int trace_flags;
unsigned char trace_flags_index[32];
unsigned int flags;
raw_spinlock_t start_lock;
struct list_head err_log;
struct dentry *dir;
struct dentry *options;
struct dentry *percpu_dir;
struct dentry *event_dir;
struct trace_options *topts;
struct list_head systems;
struct list_head events;
struct trace_event_file *trace_marker_file;
cpumask_var_t tracing_cpumask;
int ref;
struct ftrace_ops *ops;
struct trace_pid_list *function_pids;
struct list_head func_probes;
struct list_head mod_trace;
struct list_head mod_notrace;
int function_enabled;
int time_stamp_abs_ref;
struct list_head hist_vars;
struct cond_snapshot *cond_snapshot;
};
riscv64
: ✅struct trace_array {
struct list_head list;
char *name;
struct trace_buffer trace_buffer;
struct trace_buffer max_buffer;
bool allocated_snapshot;
long unsigned int max_latency;
struct trace_pid_list *filtered_pids;
arch_spinlock_t max_lock;
int buffer_disabled;
int sys_refcount_enter;
int sys_refcount_exit;
struct trace_event_file * enter_syscall_files[436];
struct trace_event_file * exit_syscall_files[436];
int stop_count;
int clock_id;
int nr_topts;
bool clear_trace;
int buffer_percent;
unsigned int n_err_log_entries;
struct tracer *current_trace;
unsigned int trace_flags;
unsigned char trace_flags_index[32];
unsigned int flags;
raw_spinlock_t start_lock;
struct list_head err_log;
struct dentry *dir;
struct dentry *options;
struct dentry *percpu_dir;
struct dentry *event_dir;
struct trace_options *topts;
struct list_head systems;
struct list_head events;
struct trace_event_file *trace_marker_file;
cpumask_var_t tracing_cpumask;
int ref;
struct ftrace_ops *ops;
struct trace_pid_list *function_pids;
struct list_head func_probes;
struct list_head mod_trace;
struct list_head mod_notrace;
int function_enabled;
int time_stamp_abs_ref;
struct list_head hist_vars;
struct cond_snapshot *cond_snapshot;
};
aws
: ✅struct trace_array {
struct list_head list;
char *name;
struct trace_buffer trace_buffer;
struct trace_buffer max_buffer;
bool allocated_snapshot;
long unsigned int max_latency;
struct trace_pid_list *filtered_pids;
arch_spinlock_t max_lock;
int buffer_disabled;
int sys_refcount_enter;
int sys_refcount_exit;
struct trace_event_file * enter_syscall_files[436];
struct trace_event_file * exit_syscall_files[436];
int stop_count;
int clock_id;
int nr_topts;
bool clear_trace;
int buffer_percent;
unsigned int n_err_log_entries;
struct tracer *current_trace;
unsigned int trace_flags;
unsigned char trace_flags_index[32];
unsigned int flags;
raw_spinlock_t start_lock;
struct list_head err_log;
struct dentry *dir;
struct dentry *options;
struct dentry *percpu_dir;
struct dentry *event_dir;
struct trace_options *topts;
struct list_head systems;
struct list_head events;
struct trace_event_file *trace_marker_file;
cpumask_var_t tracing_cpumask;
int ref;
struct ftrace_ops *ops;
struct trace_pid_list *function_pids;
struct list_head func_probes;
struct list_head mod_trace;
struct list_head mod_notrace;
int function_enabled;
int time_stamp_abs_ref;
struct list_head hist_vars;
struct cond_snapshot *cond_snapshot;
};
azure
: ✅struct trace_array {
struct list_head list;
char *name;
struct trace_buffer trace_buffer;
struct trace_buffer max_buffer;
bool allocated_snapshot;
long unsigned int max_latency;
struct trace_pid_list *filtered_pids;
arch_spinlock_t max_lock;
int buffer_disabled;
int sys_refcount_enter;
int sys_refcount_exit;
struct trace_event_file * enter_syscall_files[436];
struct trace_event_file * exit_syscall_files[436];
int stop_count;
int clock_id;
int nr_topts;
bool clear_trace;
int buffer_percent;
unsigned int n_err_log_entries;
struct tracer *current_trace;
unsigned int trace_flags;
unsigned char trace_flags_index[32];
unsigned int flags;
raw_spinlock_t start_lock;
struct list_head err_log;
struct dentry *dir;
struct dentry *options;
struct dentry *percpu_dir;
struct dentry *event_dir;
struct trace_options *topts;
struct list_head systems;
struct list_head events;
struct trace_event_file *trace_marker_file;
cpumask_var_t tracing_cpumask;
int ref;
struct ftrace_ops *ops;
struct trace_pid_list *function_pids;
struct list_head func_probes;
struct list_head mod_trace;
struct list_head mod_notrace;
int function_enabled;
int time_stamp_abs_ref;
struct list_head hist_vars;
struct cond_snapshot *cond_snapshot;
};
gcp
: ✅struct trace_array {
struct list_head list;
char *name;
struct trace_buffer trace_buffer;
struct trace_buffer max_buffer;
bool allocated_snapshot;
long unsigned int max_latency;
struct trace_pid_list *filtered_pids;
arch_spinlock_t max_lock;
int buffer_disabled;
int sys_refcount_enter;
int sys_refcount_exit;
struct trace_event_file * enter_syscall_files[436];
struct trace_event_file * exit_syscall_files[436];
int stop_count;
int clock_id;
int nr_topts;
bool clear_trace;
int buffer_percent;
unsigned int n_err_log_entries;
struct tracer *current_trace;
unsigned int trace_flags;
unsigned char trace_flags_index[32];
unsigned int flags;
raw_spinlock_t start_lock;
struct list_head err_log;
struct dentry *dir;
struct dentry *options;
struct dentry *percpu_dir;
struct dentry *event_dir;
struct trace_options *topts;
struct list_head systems;
struct list_head events;
struct trace_event_file *trace_marker_file;
cpumask_var_t tracing_cpumask;
int ref;
struct ftrace_ops *ops;
struct trace_pid_list *function_pids;
struct list_head func_probes;
struct list_head mod_trace;
struct list_head mod_notrace;
int function_enabled;
int time_stamp_abs_ref;
struct list_head hist_vars;
struct cond_snapshot *cond_snapshot;
};
lowlatency
: ✅struct trace_array {
struct list_head list;
char *name;
struct trace_buffer trace_buffer;
struct trace_buffer max_buffer;
bool allocated_snapshot;
long unsigned int max_latency;
struct trace_pid_list *filtered_pids;
arch_spinlock_t max_lock;
int buffer_disabled;
int sys_refcount_enter;
int sys_refcount_exit;
struct trace_event_file * enter_syscall_files[436];
struct trace_event_file * exit_syscall_files[436];
int stop_count;
int clock_id;
int nr_topts;
bool clear_trace;
int buffer_percent;
unsigned int n_err_log_entries;
struct tracer *current_trace;
unsigned int trace_flags;
unsigned char trace_flags_index[32];
unsigned int flags;
raw_spinlock_t start_lock;
struct list_head err_log;
struct dentry *dir;
struct dentry *options;
struct dentry *percpu_dir;
struct dentry *event_dir;
struct trace_options *topts;
struct list_head systems;
struct list_head events;
struct trace_event_file *trace_marker_file;
cpumask_var_t tracing_cpumask;
int ref;
struct ftrace_ops *ops;
struct trace_pid_list *function_pids;
struct list_head func_probes;
struct list_head mod_trace;
struct list_head mod_notrace;
int function_enabled;
int time_stamp_abs_ref;
struct list_head hist_vars;
struct cond_snapshot *cond_snapshot;
};
Regular
4.4
and 4.8
⚠️struct trace_pid_list *function_pids
struct trace_event_file * enter_syscall_files[546]
➡️ struct trace_event_file * enter_syscall_files[548]
struct trace_event_file * exit_syscall_files[546]
➡️ struct trace_event_file * exit_syscall_files[548]
4.8
and 4.10
✅
4.10
and 4.13
⚠️struct list_head func_probes
struct list_head mod_trace
struct list_head mod_notrace
4.13
and 4.15
⚠️bool clear_trace
4.15
and 4.18
⚠️struct trace_event_file *trace_marker_file
int time_stamp_abs_ref
struct list_head hist_vars
4.18
and 5.0
⚠️int buffer_percent
5.0
and 5.3
⚠️unsigned int n_err_log_entries
struct list_head err_log
struct cond_snapshot *cond_snapshot
5.3
and 5.4
⚠️struct trace_event_file * enter_syscall_files[548]
➡️ struct trace_event_file * enter_syscall_files[436]
struct trace_event_file * exit_syscall_files[548]
➡️ struct trace_event_file * exit_syscall_files[436]
5.4
and 5.8
⚠️struct array_buffer array_buffer
struct dentry *d_max_latency
struct work_struct fsnotify_work
struct irq_work fsnotify_irqwork
struct trace_pid_list *filtered_no_pids
int trace_ref
struct trace_pid_list *function_no_pids
struct trace_buffer trace_buffer
struct trace_buffer max_buffer
➡️ struct array_buffer max_buffer
struct trace_event_file * enter_syscall_files[436]
➡️ struct trace_event_file * enter_syscall_files[440]
struct trace_event_file * exit_syscall_files[436]
➡️ struct trace_event_file * exit_syscall_files[440]
5.8
and 5.11
⚠️struct trace_event_file * enter_syscall_files[440]
➡️ struct trace_event_file * enter_syscall_files[442]
struct trace_event_file * exit_syscall_files[440]
➡️ struct trace_event_file * exit_syscall_files[442]
5.11
and 5.13
⚠️int no_filter_buffering_ref
struct trace_func_repeats *last_func_repeats
int time_stamp_abs_ref
struct trace_event_file * enter_syscall_files[442]
➡️ struct trace_event_file * enter_syscall_files[447]
struct trace_event_file * exit_syscall_files[442]
➡️ struct trace_event_file * exit_syscall_files[447]
5.13
and 5.15
⚠️struct trace_event_file * enter_syscall_files[447]
➡️ struct trace_event_file * enter_syscall_files[449]
struct trace_event_file * exit_syscall_files[447]
➡️ struct trace_event_file * exit_syscall_files[449]
5.15
and 5.19
⚠️struct trace_event_file * enter_syscall_files[449]
➡️ struct trace_event_file * enter_syscall_files[451]
struct trace_event_file * exit_syscall_files[449]
➡️ struct trace_event_file * exit_syscall_files[451]
5.19
and 6.2
✅
6.2
and 6.5
⚠️cpumask_var_t pipe_cpumask
struct trace_event_file * enter_syscall_files[451]
➡️ struct trace_event_file * enter_syscall_files[452]
struct trace_event_file * exit_syscall_files[451]
➡️ struct trace_event_file * exit_syscall_files[452]
6.5
and 6.8
⚠️const char *system_names
bool ring_buffer_expanded
struct trace_event_file * enter_syscall_files[452]
➡️ struct trace_event_file * enter_syscall_files[462]
struct trace_event_file * exit_syscall_files[452]
➡️ struct trace_event_file * exit_syscall_files[462]
struct dentry *event_dir
➡️ struct eventfs_inode *event_dir
amd64
and arm64
✅
amd64
and armhf
✅
amd64
and ppc64el
✅
amd64
and riscv64
✅
generic
and aws
✅
generic
and azure
✅
generic
and gcp
✅
generic
and lowlatency
✅