Searched refs:tgid (Results 1 - 7 of 7) sorted by relevance

/system/core/libbacktrace/
H A Dthread_utils.c25 int tgkill(int tgid, int tid, int sig) { argument
26 return syscall(__NR_tgkill, tgid, tid, sig);
H A Dthread_utils.h24 int tgkill(int tgid, int tid, int sig);
/system/core/rootdir/
H A Dinit.trace.rc12 chown root shell /sys/kernel/debug/tracing/options/print-tgid
24 chmod 0664 /sys/kernel/debug/tracing/options/print-tgid
/system/extras/simpleperf/
H A Denvironment.h46 pid_t tgid, tid; member in struct:ThreadComm
H A Denvironment.cpp252 static bool ReadThreadNameAndTgid(const std::string& status_file, std::string* comm, pid_t* tgid) { argument
266 } else if (sscanf(line, "Tgid:%d", tgid) == 1) {
287 pid_t tgid; local
288 if (!ReadThreadNameAndTgid(status_file, &comm, &tgid)) {
293 thread.tgid = tgid;
H A Dcmd_record.cpp287 CommRecord record = CreateCommRecord(attr, thread.tgid, thread.tid, thread.comm);
293 if (!GetThreadMmapsInProcess(thread.tgid, &thread_mmaps)) {
302 CreateMmapRecord(attr, false, thread.tgid, thread.tid, thread_mmap.start_addr,
/system/extras/taskstats/
H A Dtaskstats.c40 int tgid; member in struct:TaskStatistics
114 stats->tgid = nla_get_u32(attr);
165 return stats->pid || stats->tgid;
297 " --tgid TGID Print stats for the thread group id TGID\n"
314 {"tgid", required_argument, 0, 0},

Completed in 141 milliseconds