thesis/linux-6.8.1/tools/testing/ktest/examples/bootconfigs/functiongraph.bconf
2025-03-19 13:44:23 +01:00

15 lines
239 B
Text

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"
}
}
}