JustOS/linux-6.13/tools/testing/ktest/examples/bootconfigs/functiongraph.bconf
justuser 02e73b8cd9 up
2025-01-24 17:00:19 +03:00

16 lines
239 B
Plaintext

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