Log In
source-git
/
systemtap
Clone
Source Code
GIT
Source
Pull Requests
0
Stats
Overview
Files
Commits
Branches
Forks
Releases
Files
Commit:
09a3bb1980e79ce918873cb428e843dc4e87999f
09a3bb1980e79ce918873cb428e843dc4e87999f
testsuite
semok
six.stp
Fork and Edit
Blob
Blame
History
Raw
#! stap -p2 global bar, baz probe begin { tid=0 pid=0 bar[tid] = 4; baz[pid] = "5"; }