repo.or.cz
/
drm
/
drm-misc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
printf: Remove unused 'bprintf'
[drm/drm-misc.git]
/
tools
/
testing
/
ktest
/
examples
/
bootconfigs
/
functiongraph.bconf
blob
68debfcbda76a2c7c1005b3c5aa9545ce193d324
1
ftrace {
2
tracing_on = 0 # off by default
3
tracer = function_graph
4
event.kprobes {
5
start_event {
6
probes = "pci_proc_init"
7
actions = "traceon"
8
}
9
end_event {
10
probes = "pci_proc_init%return"
11
actions = "traceoff"
12
}
13
}
14
}
15