/
usr
/
share
/
systemtap
/
tapset
/
File Upload :
llllll
Current File: //usr/share/systemtap/tapset/input.stp
@__private30 global _line = "" probe input.char = procfs("__stdin").write { char = $value } probe input.line = procfs("__stdin").write { _line .= $value if ($value != "\n") next line = _line _line = "" }
Copyright ©2k19 -
Hexid
|
Tex7ure