HomeSort by relevance Sort by last modified time
    Searched refs:target_pid (Results 1 - 9 of 9) sorted by null

  /external/linux-tools-perf/util/
top.h 50 pid_t target_pid, target_tid; member in struct:perf_top
evlist.h 70 int perf_evlist__create_maps(struct perf_evlist *evlist, pid_t target_pid,
top.c 139 if (top->target_pid != -1)
140 ret += SNPRINTF(bf + ret, size - ret, " (target_pid: %d",
141 top->target_pid);
evlist.c 406 int perf_evlist__create_maps(struct perf_evlist *evlist, pid_t target_pid,
409 evlist->threads = thread_map__new(target_pid, target_tid);
  /external/linux-tools-perf/
builtin-record.c 56 static pid_t target_pid = -1; variable
226 if (target_pid == -1 && target_tid == -1 && !system_wide) {
570 if (!system_wide && target_tid == -1 && target_pid == -1)
758 OPT_INTEGER('p', "pid", &target_pid,
816 if (!argc && target_pid == -1 && target_tid == -1 &&
857 if (target_pid != -1)
858 target_tid = target_pid;
860 if (perf_evlist__create_maps(evsel_list, target_pid,
builtin-stat.c 187 static pid_t target_pid = -1; variable
287 if (target_pid == -1 && target_tid == -1) {
436 if (target_tid == -1 && target_pid == -1 && !system_wide)
964 if(target_pid == -1 && target_tid == -1) {
968 } else if (target_pid != -1)
969 fprintf(stderr, "process id \'%d", target_pid);
1043 OPT_INTEGER('p', "pid", &target_pid,
1174 if (!argc && target_pid == -1 && target_tid == -1)
1190 if (target_pid != -1)
1191 target_tid = target_pid;
    [all...]
builtin-top.c 87 .target_pid = -1,
1026 OPT_INTEGER('p', "pid", &top.target_pid,
1104 if (top.target_pid != -1)
1105 top.target_tid = top.target_pid;
1107 if (perf_evlist__create_maps(top.evlist, top.target_pid,
  /ndk/sources/android/libthread_db/gdb-6.6/
libthread_db.c 135 int target_pid = proc_handle->pid; local
157 snprintf(path, sizeof path, "/proc/%d/task", target_pid);
173 if (_get_task_permitted_caps(target_pid, tid, &tid_caps) < 0) {
  /ndk/sources/android/libthread_db/gdb-7.1.x/
libthread_db.c 132 int target_pid = ps_getpid(proc_handle); local
154 snprintf(path, sizeof path, "/proc/%d/task", target_pid);
170 if (_get_task_permitted_caps(target_pid, tid, &tid_caps) < 0) {

Completed in 151 milliseconds