linux-zen-desktop/tools/testing/ktest/examples/bootconfigs/functiongraph.bconf

16 lines
239 B
Plaintext
Raw Normal View History

2023-08-30 17:31:07 +02: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"
}
}
}