tools/testing/ktest/examples/bootconfigs/tracing.bconf

Source file repositories/reference/linux-study-clean/tools/testing/ktest/examples/bootconfigs/tracing.bconf

File Facts

System
Linux kernel
Corpus path
tools/testing/ktest/examples/bootconfigs/tracing.bconf
Extension
.bconf
Size
604 bytes
Lines
34
Domain
Support Tooling And Documentation
Bucket
tools
Inferred role
Support Tooling And Documentation: tools
Status
atlas-only

Why This File Exists

Repository support layer: documentation, build tooling, samples, user-space helper tools, generated initramfs support, licenses, and validation utilities.

Dependency Surface

Detected Declarations

Annotated Snippet

probes = "vfs_read $arg2 $arg3";
			}
			myevent2 {
				probes = "vfs_write $arg2 +0($arg2):ustring $arg3";
			}
			myevent3 {
				probes = "initrd_load";
			}
			enable
		}
	}
	instance.foo {
		tracer = function;
		tracing_on = false;
	};
}
kernel {
	ftrace_dump_on_oops = "orig_cpu"
	traceoff_on_warning
}

Annotation

Implementation Notes