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

16 lines
239 B
Plaintext
Raw Normal View History

2024-07-22 17:22:30 +08:00
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"
}
}
}