Home
last modified time | relevance | path

Searched refs:pid (Results 1 – 25 of 3046) sorted by relevance

12345678910>>...122

/external/webrtc/modules/video_coding/
Drtp_frame_reference_finder_unittest.cc75 int64_t pid = frame->id.picture_id; in OnCompleteFrame() local
77 auto frame_it = frames_from_callback_.find(std::make_pair(pid, sidx)); in OnCompleteFrame()
79 ADD_FAILURE() << "Already received frame with (pid:sidx): (" << pid << ":" in OnCompleteFrame()
85 std::make_pair(std::make_pair(pid, sidx), std::move(frame))); in OnCompleteFrame()
101 int32_t pid = kNoPictureId, in InsertVp8() argument
106 vp8_header.pictureId = pid % (1 << 15); in InsertVp8()
120 int32_t pid = kNoPictureId, in InsertVp9Gof() argument
129 vp9_header.picture_id = pid % (1 << 15); in InsertVp9Gof()
149 int32_t pid = kNoPictureId, in InsertVp9Flex() argument
157 vp9_header.picture_id = pid % (1 << 15); in InsertVp9Flex()
[all …]
Dframe_buffer2_unittest.cc259 uint16_t pid = Rand(); in TEST_F() local
263 InsertFrame(pid, 0, ts, false, true, kFrameSize); in TEST_F()
265 CheckFrame(0, pid, 0); in TEST_F()
269 uint16_t pid = Rand(); in TEST_F() local
272 InsertFrame(pid, 0, ts, false, false, kFrameSize); in TEST_F()
273 InsertFrame(pid, 1, ts, true, true, kFrameSize); in TEST_F()
276 CheckFrame(0, pid, 1); in TEST_F()
295 uint16_t pid = Rand(); in TEST_F() local
299 InsertFrame(pid, 1, ts, true, true, kFrameSize); in TEST_F()
300 InsertFrame(pid, 0, ts, false, false, kFrameSize); in TEST_F()
[all …]
/external/curl/tests/
Dftp.pm78 my $pid = 0;
81 $pid = 0 + <PIDFH>;
83 $pid = 0 unless($pid > 0);
85 return $pid;
95 my $pid = $_[0];
97 if($pid > 0) {
99 if ($pid > 65536 && os_is_win()) {
100 $pid -= 65536;
102 my $filter = "PID eq $pid";
104 if(index($result, "$pid") != -1) {
[all …]
/external/strace/tests-mx32/
Dptrace.c48 do_ptrace(unsigned long request, unsigned long pid, in do_ptrace() argument
51 long rc = syscall(__NR_ptrace, request, pid, addr, data); in do_ptrace()
57 test_peeksiginfo(unsigned long pid, const unsigned long bad_request) in test_peeksiginfo() argument
59 do_ptrace(PTRACE_PEEKSIGINFO, pid, 0, bad_request); in test_peeksiginfo()
61 (unsigned) pid, bad_request, errstr); in test_peeksiginfo()
73 do_ptrace(PTRACE_PEEKSIGINFO, pid, (unsigned long) psi, bad_request); in test_peeksiginfo()
76 (unsigned) pid, psi->off, psi->nr, bad_request, errstr); in test_peeksiginfo()
78 pid = fork(); in test_peeksiginfo()
79 if ((pid_t) pid < 0) in test_peeksiginfo()
82 if (!pid) { in test_peeksiginfo()
[all …]
Dwait4.c89 do_wait4(pid_t pid, int *wstatus, int options, struct rusage *ru) in do_wait4() argument
95 pid_t rc = wait4(pid, wstatus, options, ru); in do_wait4()
109 pid_t pid; in main() local
110 pid = fork(); in main()
111 if (pid < 0) in main()
114 if (!pid) { in main()
124 if (wait4(pid, s, WNOHANG|__WALL, NULL)) in main()
126 tprintf("wait4(%d, %p, WNOHANG|__WALL, NULL) = 0\n", pid, s); in main()
129 if (wait4(pid, s, WNOHANG|__WALL, rusage)) in main()
131 tprintf("wait4(%d, %p, WNOHANG|__WALL, %p) = 0\n", pid, s, rusage); in main()
[all …]
/external/strace/tests/
Dptrace.c48 do_ptrace(unsigned long request, unsigned long pid, in do_ptrace() argument
51 long rc = syscall(__NR_ptrace, request, pid, addr, data); in do_ptrace()
57 test_peeksiginfo(unsigned long pid, const unsigned long bad_request) in test_peeksiginfo() argument
59 do_ptrace(PTRACE_PEEKSIGINFO, pid, 0, bad_request); in test_peeksiginfo()
61 (unsigned) pid, bad_request, errstr); in test_peeksiginfo()
73 do_ptrace(PTRACE_PEEKSIGINFO, pid, (unsigned long) psi, bad_request); in test_peeksiginfo()
76 (unsigned) pid, psi->off, psi->nr, bad_request, errstr); in test_peeksiginfo()
78 pid = fork(); in test_peeksiginfo()
79 if ((pid_t) pid < 0) in test_peeksiginfo()
82 if (!pid) { in test_peeksiginfo()
[all …]
Dwait4.c89 do_wait4(pid_t pid, int *wstatus, int options, struct rusage *ru) in do_wait4() argument
95 pid_t rc = wait4(pid, wstatus, options, ru); in do_wait4()
109 pid_t pid; in main() local
110 pid = fork(); in main()
111 if (pid < 0) in main()
114 if (!pid) { in main()
124 if (wait4(pid, s, WNOHANG|__WALL, NULL)) in main()
126 tprintf("wait4(%d, %p, WNOHANG|__WALL, NULL) = 0\n", pid, s); in main()
129 if (wait4(pid, s, WNOHANG|__WALL, rusage)) in main()
131 tprintf("wait4(%d, %p, WNOHANG|__WALL, %p) = 0\n", pid, s, rusage); in main()
[all …]
/external/strace/tests-m32/
Dptrace.c48 do_ptrace(unsigned long request, unsigned long pid, in do_ptrace() argument
51 long rc = syscall(__NR_ptrace, request, pid, addr, data); in do_ptrace()
57 test_peeksiginfo(unsigned long pid, const unsigned long bad_request) in test_peeksiginfo() argument
59 do_ptrace(PTRACE_PEEKSIGINFO, pid, 0, bad_request); in test_peeksiginfo()
61 (unsigned) pid, bad_request, errstr); in test_peeksiginfo()
73 do_ptrace(PTRACE_PEEKSIGINFO, pid, (unsigned long) psi, bad_request); in test_peeksiginfo()
76 (unsigned) pid, psi->off, psi->nr, bad_request, errstr); in test_peeksiginfo()
78 pid = fork(); in test_peeksiginfo()
79 if ((pid_t) pid < 0) in test_peeksiginfo()
82 if (!pid) { in test_peeksiginfo()
[all …]
Dwait4.c89 do_wait4(pid_t pid, int *wstatus, int options, struct rusage *ru) in do_wait4() argument
95 pid_t rc = wait4(pid, wstatus, options, ru); in do_wait4()
109 pid_t pid; in main() local
110 pid = fork(); in main()
111 if (pid < 0) in main()
114 if (!pid) { in main()
124 if (wait4(pid, s, WNOHANG|__WALL, NULL)) in main()
126 tprintf("wait4(%d, %p, WNOHANG|__WALL, NULL) = 0\n", pid, s); in main()
129 if (wait4(pid, s, WNOHANG|__WALL, rusage)) in main()
131 tprintf("wait4(%d, %p, WNOHANG|__WALL, %p) = 0\n", pid, s, rusage); in main()
[all …]
/external/cpuinfo/test/dmesg/
Dhuawei-mate-9.log1 [ 0.000000s][pid:0,cpu0,swapper]Booting Linux on physical CPU 0x0
2 [ 0.000000s][pid:0,cpu0,swapper]Initializing cgroup subsys cpuset
3 [ 0.000000s][pid:0,cpu0,swapper]Initializing cgroup subsys cpu
4 [ 0.000000s][pid:0,cpu0,swapper]Initializing cgroup subsys cpuacct
5 [ 0.000000s][pid:0,cpu0,swapper]Linux version 4.1.18-g782b0b9 (android@localhost) (gcc version 4…
6 [ 0.000000s][pid:0,cpu0,swapper]CPU: AArch64 Processor [410fd034] revision 4
7 [ 0.000000s][pid:0,cpu0,swapper]Detected VIPT I-cache on CPU0
8 [ 0.000000s][pid:0,cpu0,swapper]alternatives: enabling workaround for ARM erratum 845719
9 [ 0.000000s][pid:0,cpu0,swapper]runmode is normal, runmode_factory = 0
10 [ 0.000000s][pid:0,cpu0,swapper]early_parse_logctl_cmdline: p: 0, logctl: 0
[all …]
Dhuawei-mate-8.log1 [ 0.000000s][pid:0,cpu0,swapper]Booting Linux on physical CPU 0x0
2 [ 0.000000s][pid:0,cpu0,swapper]Initializing cgroup subsys cpuset
3 [ 0.000000s][pid:0,cpu0,swapper]Initializing cgroup subsys cpu
4 [ 0.000000s][pid:0,cpu0,swapper]Initializing cgroup subsys cpuacct
5 [ 0.000000s][pid:0,cpu0,swapper]Linux version 4.1.18-g9c91e7c (android@localhost) (gcc version 4…
6 [ 0.000000s][pid:0,cpu0,swapper]CPU: AArch64 Processor [410fd034] revision 4
7 [ 0.000000s][pid:0,cpu0,swapper]Detected VIPT I-cache on CPU0
8 [ 0.000000s][pid:0,cpu0,swapper]alternatives: enabling workaround for ARM erratum 845719
9 [ 0.000000s][pid:0,cpu0,swapper]runmode is normal, runmode_factory = 0
10 [ 0.000000s][pid:0,cpu0,swapper]early_parse_logctl_cmdline: p: 0, logctl: 0
[all …]
Dhuawei-p9-lite.log1 [ 0.000000s][pid:0,cpu0,swapper]Initializing cgroup subsys cpuset
2 [ 0.000000s][pid:0,cpu0,swapper]Initializing cgroup subsys cpu
3 [ 0.000000s][pid:0,cpu0,swapper]Initializing cgroup subsys cpuacct
4 [ 0.000000s][pid:0,cpu0,swapper]Linux version 3.10.90-ge124f87 (android@localhost) (gcc version …
5 [ 0.000000s][pid:0,cpu0,swapper]CPU: AArch64 Processor [410fd034] revision 4
6 [ 0.000000s][pid:0,cpu0,swapper]Machine: hi6250
7 [ 0.000000s][pid:0,cpu0,swapper]runmode is normal, runmode_factory = 0
8 [ 0.000000s][pid:0,cpu0,swapper][I/HWLOG_TAG] early_parse_logctl_cmdline: p: 0, logctl: 0
9 [ 0.000000s][pid:0,cpu0,swapper]enter recovery p:0, enter_recovery_flag :0
10 [ 0.000000s][pid:0,cpu0,swapper]power down charge p:normal, pd_charge_flag :0
[all …]
/external/llvm-project/lldb/tools/debugserver/source/
DDNB.h54 nub_process_t DNBProcessAttach(nub_process_t pid, struct timespec *timeout,
75 nub_bool_t DNBProcessResume(nub_process_t pid,
78 nub_bool_t DNBProcessHalt(nub_process_t pid) DNB_EXPORT;
79 nub_bool_t DNBProcessDetach(nub_process_t pid) DNB_EXPORT;
80 nub_bool_t DNBProcessSignal(nub_process_t pid, int signal) DNB_EXPORT;
81 nub_bool_t DNBProcessInterrupt(nub_process_t pid) DNB_EXPORT;
82 nub_bool_t DNBProcessKill(nub_process_t pid) DNB_EXPORT;
83 nub_bool_t DNBProcessSendEvent(nub_process_t pid, const char *event) DNB_EXPORT;
84 nub_size_t DNBProcessMemoryRead(nub_process_t pid, nub_addr_t addr,
86 uint64_t DNBProcessMemoryReadInteger(nub_process_t pid, nub_addr_t addr,
[all …]
DDNB.cpp85 static nub_bool_t AddProcessToMap(nub_process_t pid, MachProcessSP &procSP) { in AddProcessToMap() argument
88 process_map->insert(std::make_pair(pid, procSP)); in AddProcessToMap()
112 static nub_bool_t GetProcessSP(nub_process_t pid, MachProcessSP &procSP) { in GetProcessSP() argument
115 ProcessMapIter pos = process_map->find(pid); in GetProcessSP()
163 const pid_t pid = (pid_t)death_event.ident; in kqueue_thread() local
164 const pid_t child_pid = waitpid(pid, &status, 0); in kqueue_thread()
180 if (child_pid == abs(pid)) { in kqueue_thread()
217 static bool spawn_kqueue_thread(pid_t pid) { in spawn_kqueue_thread() argument
223 DNBLogError("Could not get kqueue for pid = %i.", pid); in spawn_kqueue_thread()
229 EV_SET(&reg_event, pid, EVFILT_PROC, EV_ADD, in spawn_kqueue_thread()
[all …]
/external/ltp/testcases/kernel/controllers/cpuctl_fj/
Drun_cpuctl_test_fj.sh132 ps -eo pid,rtprio > /tmp/pids_file1 &
138 while read pid
140 task=`cat $CPUCTL/tasks | grep "\b$pid\b"`
285 pid=$!
287 echo $pid > $CPUCTL/tmp/tasks
289 /bin/kill -s SIGUSR1 $pid
291 /bin/kill -s SIGUSR1 $pid
292 wait $pid
313 pid=$!
315 echo $pid > $CPUCTL/tmp/tasks
[all …]
/external/perfetto/test/trace_processor/graphics/
Dg2d_metrics.textproto6 pid: 237
8 pid: 237
16 pid: 237
18 pid: 237
26 pid: 237
28 pid: 237
36 pid: 237
38 pid: 237
46 pid: 237
48 pid: 237
[all …]
Dandroid_jank.py22 trace.add_atrace_begin(ts=ts, tid=PID, pid=PID, buf=buf)
23 trace.add_atrace_end(ts=ts_end, tid=PID, pid=PID)
27 trace.add_atrace_begin(ts=ts, tid=RTID, pid=PID, buf=buf)
28 trace.add_atrace_end(ts=ts_end, tid=RTID, pid=PID)
42 trace.add_process(pid=1000, ppid=1, cmdline="com.android.systemui", uid=10001)
46 pid=2000, ppid=1, cmdline="com.google.android.inputmethod.latin", uid=10002)
55 ts=1_000_000, tid=1000, pid=1000, buf='Choreographer#doFrame')
56 trace.add_atrace_begin(ts=1_000_100, tid=1000, pid=1000, buf='traversal')
57 trace.add_atrace_begin(ts=1_000_500, tid=1000, pid=1000, buf='measure')
58 trace.add_atrace_end(ts=4_000_000, tid=1000, pid=1000)
[all …]
Dcomposer_execution.py32 trace.add_atrace_begin(ts=100, tid=10335, pid=10335, buf="onMessageRefresh")
33 trace.add_atrace_begin(ts=200, tid=10335, pid=10335, buf="HwcPresentOrValidateDisplay")
34 trace.add_atrace_end(ts=300, tid=10335, pid=10335)
35 trace.add_atrace_begin(ts=400, tid=10335, pid=10335, buf="HwcPresentDisplay")
36 trace.add_atrace_end(ts=500, tid=10335, pid=10335)
37 trace.add_atrace_end(ts=600, tid=10335, pid=10335)
40 trace.add_atrace_begin(ts=1_100, tid=10335, pid=10335, buf="onMessageRefresh")
41 trace.add_atrace_begin(ts=1_200, tid=10335, pid=10335, buf="HwcPresentOrValidateDisplay")
42 trace.add_atrace_end(ts=1_300, tid=10335, pid=10335)
43 trace.add_atrace_end(ts=1_400, tid=10335, pid=10335)
[all …]
/external/ltp/testcases/kernel/numa/
Dnuma01.sh33 local pid=$1
36 echo $(numastat -p $pid |awk '/^Total/ {print $'$node'}')
41 local pid=$1
43 local state=$(awk '{print $3}' /proc/$pid/stat)
79 pid=$!
81 TST_RETRY_FUNC "check_for_support_numa $pid" 0
83 Mem_curr=$(echo "$(extract_numastat_p $pid $node) * $MB" |bc)
87 kill -CONT $pid >/dev/null 2>&1
91 kill -CONT $pid >/dev/null 2>&1
113 pid=$!
[all …]
/external/perfetto/test/trace_processor/startup/
Dandroid_startup_attribution.py55 pid=SYSTEM_SERVER_PID,
59 ts=LAUNCH_START_TS + 1, tid=SYSTEM_SERVER_TID, pid=SYSTEM_SERVER_PID)
64 pid=SYSTEM_SERVER_PID,
70 ts=150, pid=APP_PID, tid=APP_TID, buf='OpenDexFilesFromOat(something)')
71 trace.add_atrace_end(ts=165, pid=APP_PID, tid=APP_TID)
74 ts=170, pid=APP_PID, tid=APP_TID, buf='OpenDexFilesFromOat(something else)')
75 trace.add_atrace_end(ts=175, pid=APP_PID, tid=APP_TID)
79 ts=5, pid=APP_PID, tid=APP_TID, buf='OpenDexFilesFromOat(nothing)')
80 trace.add_atrace_end(ts=35, pid=APP_PID, tid=APP_TID)
85 pid=SYSTEM_SERVER_PID,
[all …]
Dandroid_startup_breakdown.py37 pid=2,
39 trace.add_atrace_end(ts=to_s(103), tid=2, pid=2)
42 ts=to_s(110), tid=2, pid=2, buf='launching: com.google.android.calendar')
45 ts=to_s(120), tid=2, pid=2, buf='Start proc: com.google.android.calendar')
46 trace.add_atrace_end(ts=to_s(155), tid=2, pid=2)
49 trace.add_atrace_begin(ts=to_s(125), tid=1, pid=1, buf='bindApplication')
50 trace.add_atrace_end(ts=to_s(195), tid=1, pid=1)
52 trace.add_atrace_begin(ts=to_s(185), tid=3, pid=3, buf='bindApplication')
56 pid=3,
58 trace.add_atrace_begin(ts=to_s(188), tid=3, pid=3, buf='inflate')
[all …]
/external/ltp/testcases/kernel/sched/hyperthreading/ht_affinity/
Dht_affinity.c43 #define sched_setaffinity(pid, cpusetsize, mask) syscall(__NR_sched_setaffinity, pid, cpusetsize, m… argument
44 #define sched_getaffinity(pid, cpusetsize, mask) syscall(__NR_sched_getaffinity, pid, cpusetsize, m… argument
52 pid_t pid; in HT_SetAffinity() local
56 pid = getpid(); in HT_SetAffinity()
70 sched_setaffinity(pid, sizeof(unsigned long), &mask); in HT_SetAffinity()
82 if (get_current_cpu(pid) != i) in HT_SetAffinity()
98 sched_setaffinity(pid, sizeof(unsigned long), &mask); in HT_SetAffinity()
110 cpuid = get_current_cpu(pid); in HT_SetAffinity()
129 unsigned long get_porc_affinity(pid_t pid) in get_porc_affinity() argument
133 sprintf(buf, "%s%d/%s%c", PROCFS_PATH, pid, AFFINITY_NAME, 0); in get_porc_affinity()
[all …]
/external/strace/
Dstrace-graph48 my ($pid, $call, $args, $result, $time, $time_spent);
53 $pid = $1;
67 $unfinished{$pid} = $_;
72 unless (exists $unfinished{$pid}) {
76 $_ = $unfinished{$pid} . $_;
77 delete $unfinished{$pid};
88 handle_killed($pid, $time);
107 handle_trace($pid, $call, $args, $result, $time);
226 my ($pid, $call, $args, $result, $time) = @_;
227 my $pid_fqname = $pid . "-" . $time;
[all …]
/external/bcc/tools/
Dsslsniff.py122 if args.pid:
123 prog = prog.replace('FILTER', 'if (pid != %d) { return 0; }' % args.pid)
141 pid=args.pid or -1)
143 pid=args.pid or -1)
145 fn_name="probe_SSL_read_exit", pid=args.pid or -1)
149 fn_name="probe_SSL_write", pid=args.pid or -1)
151 fn_name="probe_SSL_read_enter", pid=args.pid or -1)
153 fn_name="probe_SSL_read_exit", pid=args.pid or -1)
157 pid=args.pid or -1)
159 pid=args.pid or -1)
[all …]
/external/perfetto/test/trace_processor/parsing/
Dsched_waking_raw_compact_sched.out3 250978451591891,"sched_waking",0,"pid",8,"[NULL]"
8 250978451609131,"sched_waking",0,"pid",17473,"[NULL]"
13 250978596565656,"sched_waking",0,"pid",17438,"[NULL]"
18 250978600598417,"sched_waking",0,"pid",17438,"[NULL]"
23 250978600639042,"sched_waking",0,"pid",6,"[NULL]"
28 250978604651907,"sched_waking",0,"pid",6,"[NULL]"
33 250978604739980,"sched_waking",0,"pid",17438,"[NULL]"
38 250978608903886,"sched_waking",0,"pid",17438,"[NULL]"
43 250978608942220,"sched_waking",0,"pid",6,"[NULL]"
48 250978612887272,"sched_waking",0,"pid",6,"[NULL]"
[all …]

12345678910>>...122