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

  /external/linux-tools-perf/util/
top.h 50 pid_t target_pid, target_tid; member in struct:perf_top
  /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.3.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) {
  /ndk/sources/android/libthread_db/gdb-7.6/
libthread_db.c 144 int target_pid = ps_getpid(proc_handle); local
166 snprintf(path, sizeof path, "/proc/%d/task", target_pid);
182 if (_get_task_permitted_caps(target_pid, tid, &tid_caps) < 0) {
  /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...]

Completed in 68 milliseconds