trace.h (136292522e43da46bee4c0fef80b2602f79525a2) | trace.h (d23569979ca1cd139a42c410e0c7b9e6014c3b3a) |
---|---|
1// SPDX-License-Identifier: GPL-2.0 2 3#ifndef _LINUX_KERNEL_TRACE_H 4#define _LINUX_KERNEL_TRACE_H 5 6#include <linux/fs.h> 7#include <linux/atomic.h> 8#include <linux/sched.h> --- 363 unchanged lines hidden (view full) --- 372 bool clear_trace; 373 int buffer_percent; 374 unsigned int n_err_log_entries; 375 struct tracer *current_trace; 376 unsigned int trace_flags; 377 unsigned char trace_flags_index[TRACE_FLAGS_MAX_SIZE]; 378 unsigned int flags; 379 raw_spinlock_t start_lock; | 1// SPDX-License-Identifier: GPL-2.0 2 3#ifndef _LINUX_KERNEL_TRACE_H 4#define _LINUX_KERNEL_TRACE_H 5 6#include <linux/fs.h> 7#include <linux/atomic.h> 8#include <linux/sched.h> --- 363 unchanged lines hidden (view full) --- 372 bool clear_trace; 373 int buffer_percent; 374 unsigned int n_err_log_entries; 375 struct tracer *current_trace; 376 unsigned int trace_flags; 377 unsigned char trace_flags_index[TRACE_FLAGS_MAX_SIZE]; 378 unsigned int flags; 379 raw_spinlock_t start_lock; |
380 const char *system_names; |
|
380 struct list_head err_log; 381 struct dentry *dir; 382 struct dentry *options; 383 struct dentry *percpu_dir; 384 struct eventfs_inode *event_dir; 385 struct trace_options *topts; 386 struct list_head systems; 387 struct list_head events; --- 1681 unchanged lines hidden --- | 381 struct list_head err_log; 382 struct dentry *dir; 383 struct dentry *options; 384 struct dentry *percpu_dir; 385 struct eventfs_inode *event_dir; 386 struct trace_options *topts; 387 struct list_head systems; 388 struct list_head events; --- 1681 unchanged lines hidden --- |