summaryrefslogtreecommitdiffstats
path: root/testsuite/semko/procfs05.stp
blob: f7861f2c83bed3ac578ee9bdc71e691f334530e7 (plain)
1
2
3
4
5
6
7
#! stap -p2

# read from $value in a procfs read probe
probe procfs.read {
      x = $value
      printf("%s\n", x)
}