HomeSort by relevance Sort by last modified time
    Searched refs:PID (Results 1 - 25 of 123) sorted by null

1 2 3 4 5

  /external/linux-kselftest/tools/testing/selftests/ftrace/samples/
unresolved.tc 4 kill -INT $PID
  /device/google/marlin/
init.foreground.sh 6 PID=`pgrep -x spi6`
7 echo -n $PID > /dev/cpuset/foreground/tasks
9 PID=`pgrep -x nanohub`
10 echo -n $PID > /dev/cpuset/foreground/tasks
  /external/autotest/client/site_tests/platform_DaemonsRespawn/
test_respawn.sh 7 PID=0
12 # Verifies that the given job is running and returns the pid.
20 PID=0
30 # Now make sure that upstart has the pid that we would expect for this job
33 echo "Upstart not able to track pid for job: $upstart_job"
47 PID=$upstart_pid
60 if [ $PID -le 0 ] ; then
65 OLD_PID=$PID
66 kill -KILL $PID
72 if [ $PID -gt 0 ] ; the
    [all...]
  /external/iputils/ninfod/
ninfod.sh.in 4 PID=/var/run/ninfod.pid
20 kill `cat $PID`
26 kill `cat $PID`
  /external/ltp/testcases/kernel/hotplug/cpu_hotplug/include/
cpuhotplug_testsuite.sh 57 # pid_is_valid(PID)
59 # Checks if the given $PID is still running. Returns a true value if
64 PID=$1
65 ps --pid ${PID} --no-header | grep ${PID}
69 # kill_pid(PID)
76 PID=$1
77 disown $PID
78 kill -9 $PID > /dev/null 2>&
    [all...]
  /system/extras/ANRdaemon/
ANRdaemon_get_trace.sh 12 PID=$(adb $DEVICE shell "ps | grep anrd")
19 PID=$(echo "$PID" | awk '{ print $2 }')
20 adb $DEVICE shell "kill -s SIGUSR1 $PID"
26 adb $DEVICE shell "lsof -p $PID" | grep $TRACE_FILE > /dev/null
30 adb $DEVICE shell "lsof -p $PID" | grep "$TRACE_FILE" > /dev/null
  /tools/loganalysis/src/com/android/loganalysis/item/
LowMemoryKillerItem.java 32 public static final String PID = "PID";
39 PID, PROCESS_NAME, ADJUSTMENT));
49 * Get the pid of the killed process.
52 return (int) getAttribute(PID);
56 * Set the pid of the killed process.
58 public void setPid(int pid) {
59 setAttribute(PID, pid);
TracesItem.java 35 public static final String PID = "PID";
42 PID, APP, STACK));
52 * Get the PID of the event.
55 return (Integer) getAttribute(PID);
59 * Set the PID of the event.
61 public void setPid(Integer pid) {
62 setAttribute(PID, pid);
  /development/scripts/
gdbclient 44 local PID=$1
46 if [ -z "$PID" ]; then
47 echo "Usage: gdbclient <pid|processname> [port number]"
89 # check if user specified a name -> resolve to pid
90 if [[ ! "$PID" =~ ^[0-9]+$ ]] ; then
91 PROCESS_NAME=$PID
92 PID=$(pid --exact $PROCESS_NAME)
93 if [ -z "$PID" ]; then
94 echo "Error: couldn't resolve pid by process name: $PROCESS_NAME
    [all...]
  /external/strace/
strace-log-merge 8 Finds all STRACE_LOG.PID files, adds PID prefix to every line,
31 pid=$(printf "%-5s" $suffix)
35 sed "s/^/$pid /" < "$file"
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic6x/
attr-pid-directive-1.d 2 #name: C6X PID attribute, directives 1
4 #source: attr-pid-directive-1.s
attr-pid-opts-mpid-no.d 2 #name: C6X PID attribute, -mpid=no
attr-pid-directive-2.d 2 #name: C6X PID attribute, directives 2
4 #source: attr-pid-directive-2.s
attr-pid-opts-mpid-far.d 2 #name: C6X PID attribute, -mpid=far
attr-pid-opts-mpid-near.d 2 #name: C6X PID attribute, -mpid=near
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-tic6x/
attr-pid-00.d 1 #name: C6X PID attribute merging, 0 0
4 #source: attr-pid-0.s
5 #source: attr-pid-0.s
attr-pid-01.d 1 #name: C6X PID attribute merging, 0 1
4 #source: attr-pid-0.s
5 #source: attr-pid-1.s
attr-pid-02.d 1 #name: C6X PID attribute merging, 0 2
4 #source: attr-pid-0.s
5 #source: attr-pid-2.s
attr-pid-10.d 1 #name: C6X PID attribute merging, 1 0
4 #source: attr-pid-1.s
5 #source: attr-pid-0.s
attr-pid-20.d 1 #name: C6X PID attribute merging, 2 0
4 #source: attr-pid-2.s
5 #source: attr-pid-0.s
  /external/ltp/testcases/network/rpc/basic_tests/rup/
rup01 56 PID=0
81 PID=`rsh -n $RHOST ps -ewf | grep rstatd | awk '{print $2 }'`
139 if [ "$PID" != 0 ]; then
141 rsh -n $RHOST kill -15 $PID
  /external/ltp/testcases/network/rpc/basic_tests/rusers/
rusers01 57 PID=0
82 PID=`rsh -n $RHOST ps -ewf | grep rusersd | awk '{print $2 }'`
133 if [ "$PID" != 0 ]; then
135 rsh -n $RHOST kill -9 $PID
  /external/skia/platform_tools/android/bin/
android_gdb_app 44 PID=$($ADB shell ps | grep ${activityShort} | awk '{print $2}')
45 echo "Attaching to pid: $PID"
46 $ADB $DEVICE_SERIAL shell /data/local/tmp/gdbserver :$PORT --attach $PID &
  /external/elfutils/tests/
run-stack-d-test.sh 78 PID 13654 - core
88 PID 13654 - core
99 PID 13654 - core
108 PID 13654 - core
  /external/openssh/
opensshd.init.in 16 PIDFILE=$piddir/sshd.pid
47 PID=`${CAT} ${PIDFILE}`
49 if [ ${PID:=0} -gt 1 -a ! "X$PID" = "X " ]; then
50 ${KILL} ${PID}
52 echo "Unable to read PID file"

Completed in 633 milliseconds

1 2 3 4 5