File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1104
1104
scriptParts := []string {
1105
1105
"processwatch -c" ,
1106
1106
}
1107
- // if no PID specified, increase the sampling interval (defaults to 10 ,000) to reduce overhead
1107
+ // if no PID specified, increase the sampling interval (defaults to 100 ,000) to reduce overhead
1108
1108
if params .PID == 0 {
1109
1109
scriptParts = append (scriptParts , fmt .Sprintf ("-s %d" , 1000000 ))
1110
1110
} else {
Original file line number Diff line number Diff line change @@ -167,8 +167,9 @@ processwatch:
167
167
ifeq ("$(wildcard processwatch) ","")
168
168
git clone --recursive https://github.com/intel/processwatch.git
169
169
else
170
- cd processwatch && git checkout master && git pull
170
+ cd processwatch && git checkout main && git pull
171
171
endif
172
+ cd processwatch && git checkout c394065 # this commit id has been tested
172
173
cd processwatch && ./build.sh
173
174
mkdir -p bin
174
175
cp processwatch/processwatch bin/
You can’t perform that action at this time.
0 commit comments