Lines Matching refs:PID
10 PID=${OUTPUT% *}
13 rm -f /tmp/jit-${PID}.dump 2> /dev/null
71 # extract PID of the target process from the data
72 PID=$(perf report -i "${PERF_DATA}" --stdio -F pid -q -g none | \
74 if [ -z "${PID}" ]; then
75 echo "Failed to get PID, retrying..."
78 ALL_PIDS="${ALL_PIDS} ${PID}"
84 for F in /tmp/jitted-${PID}-*.so; do
92 for F in /tmp/jitted-${PID}-*.so; do
95 rm -f /tmp/jitted-${PID}-*.so /tmp/jit-${PID}.dump 2>/dev/null