Sign in
linux
/
linux
/
kernel
/
git
/
klassert
/
ipsec
/
7997bca6c2b00310161fbcd628dc0161fd3b040c
/
.
/
tools
/
testing
/
ktest
/
examples
/
bootconfigs
/
functiongraph.bconf
blob: 68debfcbda76a2c7c1005b3c5aa9545ce193d324 [
file
]
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"
}
}
}