summaryrefslogtreecommitdiffstats
path: root/testsuite/parseok/seventeen.stp
blob: 395b29aae48ede501504d8383d3a2f1c717abdfe (plain)
1
2
3
4
5
6
7
8
#! stap -p1

# Make sure you can use keywords in target symbol structure
# references (Bugzilla 2193).

probe kernel.function("add_timer_on") {
    printf("%x\n", $timer->function)
}