/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
cn_proc.h | 39 * parent process ID = parent->tgid 41 * child process ID = child->tgid
|
auto_fs4.h | 78 __u32 tgid; member in struct:autofs_v5_packet
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
cn_proc.h | 39 * parent process ID = parent->tgid 41 * child process ID = child->tgid
|
auto_fs4.h | 78 __u32 tgid; member in struct:autofs_v5_packet
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
cn_proc.h | 39 * parent process ID = parent->tgid 41 * child process ID = child->tgid
|
auto_fs4.h | 78 __u32 tgid; member in struct:autofs_v5_packet
|
/external/oprofile/libop/ |
op_mangle.h | 46 pid_t tgid; member in struct:mangle_values
|
/external/oprofile/libpp/ |
parse_filename.h | 31 std::string tgid; member in struct:parsed_filename
|
arrange_profiles.h | 30 bool tgid; member in struct:merge_option 43 std::string tgid; member in struct:profile_template 139 * It's only used when classifying by CPU, tgid etc. so the 204 * tgid:404, tgid:301, etc.
|
filename_spec.h | 78 generic_spec<pid_t> tgid; member in class:filename_spec
|
xml_utils.cpp | 971 string cur_tgid = classes.v[start].ptemplate.tgid; 974 i < nr_classes && classes.v[i].ptemplate.tgid == cur_tgid; 997 size_t tgid = 0; local 1004 size_t next_tgid = get_next_tgid_pclass(tgid); 1005 string const tgid_str = classes.v[tgid].ptemplate.tgid; 1007 process_info * p = processes_root.add_process(tgid_str, tgid, next_tgid-1); 1016 tgid = next_tgid; 1017 } while (tgid != nr_classes);
|
/external/oprofile/module/ |
compat24.h | 19 return current->tgid;
|
/external/qemu/memcheck/ |
memcheck_proc_management.c | 466 memcheck_fork(uint32_t tgid, uint32_t new_pid) 471 /* tgid may match new_pid, in which case current process is the 472 * one that's being forked, otherwise tgid identifies process 474 if (new_pid == tgid) { 477 parent_proc = get_process_from_tid(tgid); 482 tgid, new_pid, current_tid); 488 tgid, new_pid, parent_proc->image_path, parent_proc->pid, 501 T(PROC_FORK, "memcheck: FORK(tgid=%u, new_pid=%u) by %s[pid=%u] (tid=%u)\n", 502 tgid, new_pid, parent_proc->image_path, parent_proc->pid, current_tid); 506 memcheck_clone(uint32_t tgid, uint32_t new_tid [all...] |
memcheck.h | 118 * tgid - TODO: Clarify that! 121 void memcheck_fork(uint32_t tgid, uint32_t new_pid); 127 * tgid - TODO: Clarify that! 130 void memcheck_clone(uint32_t tgid, uint32_t new_tid);
|
/external/oprofile/daemon/liblegacy/ |
opd_sample_files.c | 81 values.tgid = image->tgid;
|
/bionic/libc/bionic/ |
pthread_kill.cpp | 35 extern "C" int tgkill(int tgid, int tid, int sig);
|
/external/oprofile/daemon/ |
opd_trans.h | 55 pid_t tgid; member in struct:transient
|
opd_mangling.c | 61 snprintf(name, 1024, "%u.0x%llx.0x%llx", (unsigned int)anon->tgid, 99 values.tgid = sf->tgid;
|
opd_sfile.h | 47 pid_t tgid; member in struct:sfile
|
/external/linux-tools-perf/util/ |
event.c | 65 pid_t tgid = 0; local 93 } else if (memcmp(bf, "Tgid:", 5) == 0) { 97 tgid = event->comm.pid = atoi(tgids); 141 return tgid; 145 pid_t pid, pid_t tgid, 213 event->mmap.pid = tgid; 287 pid_t tgid = perf_event__synthesize_comm(comm_event, pid, 1, process, local 289 if (tgid == -1) 291 return perf_event__synthesize_mmap_events(mmap_event, pid, tgid,
|
/external/oprofile/pp/ |
oparchive_options.cpp | 95 merge_by.tgid = true;
|
opgprof_options.cpp | 65 merge_by.tgid = true;
|
/external/chromium-trace/trace-viewer/src/importer/ |
linux_perf_importer.js | 108 // Matches the trace record in 3.2 and later with the print-tgid option: 111 // A TGID (Thread Group ID) is basically what the Linux kernel calls what 124 var tgid = groups[3]; 125 if (tgid[0] === '-') 126 tgid = undefined; 131 tgid: tgid, 194 * kernels can optionally trace the TGID.
|
/external/oprofile/doc/ |
oprofile.1.in | 131 .BI "tgid:"pidlist 142 tgid: to restrict the results to particular threads within a process.
|
/system/core/libcorkscrew/ |
backtrace.c | 44 extern int tgkill(int tgid, int tid, int sig); 57 static int tgkill(int tgid, int tid, int sig) { 58 return syscall(__NR_tgkill, tgid, tid, sig);
|