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

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

File Facts

System
Linux kernel
Corpus path
tools/testing/ktest/examples/bootconfigs/functiongraph.bconf
Extension
.bconf
Size
239 bytes
Lines
16
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

ftrace {
	tracing_on = 0  # off by default
	tracer = function_graph
	event.kprobes {
		start_event {
			probes = "pci_proc_init"
			actions = "traceon"
		}
		end_event {
			probes = "pci_proc_init%return"
			actions = "traceoff"
		}
	}
}

Annotation

Implementation Notes