HomeSort by relevance Sort by last modified time
    Searched full:tgid (Results 51 - 75 of 91) sorted by null

1 23 4

  /external/kernel-headers/original/linux/
taskstats.h 115 TASKSTATS_TYPE_AGGR_TGID, /* contains tgid + stats */
  /external/oprofile/doc/
opreport.1.in 76 .BI "--merge / -m [lib,cpu,tid,tgid,unitmask,all]"
  /external/oprofile/libpp/
profile_spec.cpp 69 parse_table["tgid"] = &profile_spec::parse_tgid;
173 tgid.set(str);
295 if (!comma_match(tgid, spec.tgid))
profile_spec.h 133 comma_list<pid_t> tgid; member in class:profile_spec
  /external/oprofile/module/
compat22.h 33 /* on 2.2 we use pid as tgid, thread seperation is possible but
oprofile.c 109 fill_op_entry(struct op_sample * ops, long eip, pid_t pid, pid_t tgid, int ctr)
113 ops->tgid = tgid;
121 pid_t const tgid = op_get_tgid(); local
126 fill_op_entry(samples, eip, pid, tgid, ctr);
  /external/oprofile/pp/
opannotate_options.cpp 78 "comma separated list", "cpu,tid,tgid,unitmask,all"),
  /development/ndk/sources/android/libportable/arch-mips/
syscall.c 547 pid_t tgid; local
553 tgid = va_arg(ap, pid_t);
559 ret = WRAP(rt_tgsigqueueinfo)(tgid, pid, sig, uinfo);
signal.c 867 int WRAP(tgkill)(int tgid, int tid, int portable_signum)
874 ALOGV("%s(tgid:%d, tid:%d, portable_signum:%d:'%s') {", __func__,
875 tgid, tid, portable_signum, portable_signame);
882 rv = REAL(tgkill)(tgid, tid, mips_signum);
    [all...]
  /external/oprofile/daemon/liblegacy/
opd_kernel.c 425 image = opd_get_kernel_image(vmlinux, app_name, proc->tid, proc->tgid);
454 image = opd_get_kernel_image(module_name, app_name, proc->tid, proc->tgid);
init.c 226 opd_handle_exec(note->pid, note->tgid);
  /external/oprofile/daemon/
opd_ibs_trans.c 599 trans->app_cookie, trans->cookie, trans->cpu, trans->tgid, trans->tid, (unsigned int)trans->pc,
639 trans->tgid,
opd_ibs.c 222 (long)trans->tgid,
304 trans->tgid,
652 fprintf (memaccess_log, "# Format: app_cookie,cookie,cpu,tgid,tid,pc,branch-target-address,\n");
667 fprintf (bta_log, "# Format: app_cookie,cookie,cpu,tgid,tid,pc,branch-target-address\n\n");
  /development/ndk/sources/android/libportable/common/include/
signal_portable.h 189 extern __hidden int WRAP(rt_tgsigqueueinfo)(pid_t tgid, pid_t pid, int sig,
  /external/oprofile/
TODO 15 o opreport tgid:<tgid> doesn't work even if .jo files with that pid
18 warning: [vdso] (tgid:9236 range:0x7fff98ffd000-0x7fff98fff000) could not be found.
24 o decide on -m tgid semantics for anon regions
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
fuse.h 79 __u32 pid; /* tgid */
taskstats.h 184 TASKSTATS_TYPE_AGGR_TGID, /* contains tgid + stats */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
fuse.h 79 __u32 pid; /* tgid */
taskstats.h 184 TASKSTATS_TYPE_AGGR_TGID, /* contains tgid + stats */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
fuse.h 79 __u32 pid; /* tgid */
taskstats.h 184 TASKSTATS_TYPE_AGGR_TGID, /* contains tgid + stats */
  /sdk/emulator/qtools/
trace_reader_base.h 41 int tgid; // thread group id member in struct:PidEvent
trace_reader.h 123 tgid = 0;
179 int tgid; member in class:TraceReader::ProcessState
    [all...]
  /external/qemu/
trace.c     [all...]
  /bionic/linker/
debugger.cpp 40 extern "C" int tgkill(int tgid, int tid, int sig);

Completed in 972 milliseconds

1 23 4