HomeSort by relevance Sort by last modified time
    Searched defs:process_name (Results 1 - 8 of 8) sorted by null

  /bionic/linker/
linker_logger.cpp 79 std::string process_name = (process_name_end != nullptr) ? local
83 std::string property_name = std::string("debug.ld.app.") + process_name;
  /test/vts/utils/python/systrace/
systrace_controller.py 38 process_name: string, process name to trace. The value can be empty.
41 def __init__(self, android_vts_path, device_serial, process_name=''):
50 self.process_name = process_name
69 def process_name(self): member in class:SystraceController
73 @process_name.setter
74 def process_name(self, process_name): member in class:SystraceController
76 self._process_name = process_name
113 self.process_name)
    [all...]
  /system/core/debuggerd/libdebuggerd/
backtrace.cpp 41 static void dump_process_header(log_t* log, pid_t pid, const char* process_name) {
49 if (process_name) {
50 _LOG(log, logtype::BACKTRACE, "Cmd line: %s\n", process_name);
76 void dump_backtrace(int fd, BacktraceMap* map, pid_t pid, pid_t tid, const std::string& process_name,
82 dump_process_header(&log, pid, process_name.c_str());
122 char process_name[128]; local
123 read_with_default("/proc/self/cmdline", process_name, sizeof(process_name), "<unknown>");
124 dump_process_header(&log, getpid(), process_name);
tombstone.cpp 272 static void dump_thread_info(log_t* log, pid_t pid, pid_t tid, const char* process_name,
281 process_name);
500 static void dump_thread(log_t* log, pid_t pid, pid_t tid, const std::string& process_name,
507 dump_thread_info(log, pid, tid, process_name.c_str(), thread_name.c_str());
663 pid_t tid, const std::string& process_name,
673 dump_thread(log, pid, tid, process_name, threads.find(tid)->second, map, abort_msg_address, true);
683 dump_thread(log, pid, thread_tid, process_name, thread_name, map, 0, false);
751 pid_t pid, pid_t tid, const std::string& process_name,
759 dump_crash(&log, map, open_files, pid, tid, process_name, threads, abort_msg_address);
774 char process_name[128] local
    [all...]
  /external/toybox/toys/pending/
bootchartd.c 271 char *process_name[] = {"bootchartd", NULL}; local
273 names_to_pid(process_name, push_pids_in_list);
  /system/core/debuggerd/
crash_dump.cpp 340 std::string process_name = get_process_name(main_tid); local
408 dump_backtrace(output_fd.get(), backtrace_map.get(), target, main_tid, process_name, threads, 0);
412 process_name, threads, abort_address, fatal_signal ? &amfd_data : nullptr);
  /frameworks/base/core/jni/
android_util_Binder.cpp 1117 char process_name[40]; local
1118 getprocname(getpid(), process_name, sizeof(process_name)); local
    [all...]
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.jdt.core_3.11.0.v20150602-1242.jar 

Completed in 430 milliseconds