summaryrefslogtreecommitdiffstats
path: root/testsuite/buildok/pr10678.stp
blob: 4ce8fb999c0899f28ed41e2d6626ddb83dabdb5e (plain)
1
2
3
4
#! stap -p4

# The ne2k_pci module dwarf refers to both kernel and 8390 module symbols
probe module("ne2k_pci").function("ne2k_pci_open") { log($$parms); }