Searched refs:pid (Results 176 - 200 of 217) sorted by relevance

123456789

/system/core/liblog/
H A Dlogprint.c468 entry->pid = buf->pid;
767 entry->pid = buf->pid;
1387 "%c(%s%5d) ", priChar, uid, entry->pid);
1391 "%c(%s%5d:%5d) ", priChar, uid, entry->pid, entry->tid);
1404 uid, entry->pid);
1415 uid, entry->pid, entry->tid, priChar, entry->tag);
1422 timeBuf, uid, entry->pid, entry->tid, priChar, entry->tag);
1430 "%c/%-8s(%s%5d): ", priChar, entry->tag, uid, entry->pid);
[all...]
H A Dlogd_reader.c440 if (logger_list->pid) {
441 snprintf(cp, remaining, " pid=%u", logger_list->pid);
555 if (logger_list->pid) {
556 ret = snprintf(cp, remaining, " pid=%u", logger_list->pid);
H A Dlogger.h104 pid_t pid; member in struct:android_log_logger_list
H A Dpmsg_writer.c145 pmsgHeader.pid = getpid();
/system/core/init/
H A Dperfboot.py239 return re.compile(r'(?P<pid>[0-9]+) +[0-9]+ I (?P<tag>%s): (?P<time>\d+)' %
382 pid = m.group('pid')
383 record[(tag, pid)] = event_time
385 tag, pid, event_time)
H A Dbuiltins.cpp165 * not allow init to scan /proc/<pid> files which the utility function
507 pid_t pid; local
519 pid = fork();
520 if (pid > 0) {
522 int wp_ret = TEMP_FAILURE_RETRY(waitpid(pid, &status, 0));
533 } else if (pid == 0) {
747 if (s->pid() != 0 && (s->flags() & SVC_CONSOLE) == 0) {
H A Ddevices.cpp877 pid_t pid; local
886 pid = fork();
887 if (!pid) {
890 } else if (pid < 0) {
/system/connectivity/apmanager/
H A Dservice_unittest.cc97 LOG(INFO) << "DummyProcess: " << service_->hostapd_process_->pid();
/system/connectivity/shill/
H A Dppp_daemon_unittest.cc76 MOCK_METHOD2(DeathCallback, void(pid_t pid, int status));
/system/connectivity/shill/vpn/
H A Dl2tp_ipsec_driver.h146 void OnL2TPIPSecVPNDied(pid_t pid, int status);
/system/core/adb/
H A Dadb.h228 int is_adb_interface(int vid, int pid, int usb_class, int usb_subclass, int usb_protocol);
H A Dusb_linux.cpp143 unsigned vid, pid; local
176 pid = device->idProduct;
177 DBGX("[ %s is V:%04x P:%04x ]\n", dev_name.c_str(), vid, pid);
208 is_adb_interface(vid, pid, interface->bInterfaceClass,
/system/vold/
H A DUtils.cpp330 pid_t pid = fork(); local
331 if (pid == 0) {
343 if (pid == -1) {
348 return pid;
/system/core/gatekeeperd/
H A Dgatekeeperd.cpp301 const int pid = ipc->getCallingPid(); local
303 if (!PermissionCache::checkPermission(DUMP_PERMISSION, pid, uid)) {
/system/extras/tests/workloads/
H A Ddefs.sh225 # Hmm. sf symbols may not be there... get the pid
226 pid=$(${ADB}pidof /system/bin/surfaceflinger | tr "[ ]" "[ ]")
228 f=$(grep " <...>-$pid.*tracing_mark_write.*$_app" $traceout 2>/dev/null |
/system/extras/simpleperf/
H A Dcmd_report.cpp128 return sample1.thread->pid - sample2.thread->pid;
132 return android::base::StringPrintf("%d", sample.thread->pid);
260 " --pid pid1,pid2,...\n"
264 " include pid, tid, comm, dso, symbol, dso_from, dso_to, symbol_from\n"
266 " used with -b option. Default keys are \"comm,pid,tid,dso,symbol\"\n"
357 std::vector<std::string> sort_keys = {"comm", "pid", "tid", "dso", "symbol"};
470 if (key == "pid") {
548 sample_tree_->AddBranchSample(r.tid_data.pid, r.tid_data.tid, item.from, item.to,
554 SampleEntry* sample = sample_tree_->AddSample(r.tid_data.pid,
[all...]
/system/extras/perfprofd/quipper/
H A Dperf_reader.cc150 sizeof(event.header.size) + sizeof(event.pid) +
190 new_event->pid = kDefaultBuildIDEventPid;
386 // { u32 pid, tid; } && PERF_SAMPLE_TID
389 sample->pid = MaybeSwap(val32[0], swap_bytes);
513 // { u32 pid, tid; } && PERF_SAMPLE_TID
515 val32[0] = sample.pid;
1180 ByteSwap(&event->pid);
1415 ByteSwap(&event_copy->mmap.pid);
1422 ByteSwap(&event_copy->mmap2.pid);
1434 ByteSwap(&event_copy->fork.pid);
[all...]
/system/connectivity/shill/net/
H A Drtnl_message.cc58 uint32_t pid,
65 pid_(pid),
54 RTNLMessage(Type type, Mode mode, unsigned int flags, uint32_t seq, uint32_t pid, int interface_index, IPAddress::Family family) argument
/system/bt/stack/avct/
H A Davct_api.c165 else if (avct_lcb_has_pid(p_lcb, p_cc->pid))
H A Davct_int.h159 extern tAVCT_CCB *avct_lcb_has_pid(tAVCT_LCB *p_lcb, UINT16 pid);
/system/connectivity/shill/pppoe/
H A Dpppoe_service.cc213 void PPPoEService::OnPPPDied(pid_t pid, int exit) { argument
/system/core/crash_reporter/
H A Dcrash_reporter.cc256 DEFINE_string(user, "", "User crash info (pid:signal:exec_name)");
264 DEFINE_string(pid, "", "PID of crashing process");
/system/core/libsysutils/src/
H A DSocketClient.cpp42 mPid = creds.pid;
/system/core/logcat/
H A Dlogcat.cpp332 " --pid=<pid> Only prints logs from the given pid.\n"
558 size_t pid = 0; local
575 static const char pid_str[] = "pid";
618 if (!getSizeTArg(optarg, &pid, 1)) {
1016 logger_list = android_logger_list_alloc_time(mode, tail_time, pid);
1018 logger_list = android_logger_list_alloc(mode, tail_lines, pid);
/system/extras/tests/binder/benchmarks/
H A DbinderAddInts.cpp308 switch (pid_t pid = fork()) {

Completed in 865 milliseconds

123456789