Searched refs:tgid (Results 1 – 7 of 7) sorted by relevance
/system/core/libbacktrace/ |
D | thread_utils.c | 25 int tgkill(int tgid, int tid, int sig) { in tgkill() argument 26 return syscall(__NR_tgkill, tgid, tid, sig); in tgkill()
|
D | thread_utils.h | 24 int tgkill(int tgid, int tid, int sig);
|
/system/extras/simpleperf/ |
D | environment.cpp | 252 static bool ReadThreadNameAndTgid(const std::string& status_file, std::string* comm, pid_t* tgid) { in ReadThreadNameAndTgid() argument 266 } else if (sscanf(line, "Tgid:%d", tgid) == 1) { in ReadThreadNameAndTgid() 287 pid_t tgid; in GetThreadComm() local 288 if (!ReadThreadNameAndTgid(status_file, &comm, &tgid)) { in GetThreadComm() 293 thread.tgid = tgid; in GetThreadComm()
|
D | cmd_record.cpp | 287 CommRecord record = CreateCommRecord(attr, thread.tgid, thread.tid, thread.comm); in DumpThreadCommAndMmaps() 293 if (!GetThreadMmapsInProcess(thread.tgid, &thread_mmaps)) { in DumpThreadCommAndMmaps() 302 CreateMmapRecord(attr, false, thread.tgid, thread.tid, thread_mmap.start_addr, in DumpThreadCommAndMmaps()
|
D | environment.h | 46 pid_t tgid, tid; member
|
/system/core/rootdir/ |
D | init.trace.rc | 12 chown root shell /sys/kernel/debug/tracing/options/print-tgid 24 chmod 0664 /sys/kernel/debug/tracing/options/print-tgid
|
/system/extras/taskstats/ |
D | taskstats.c | 40 int tgid; member 114 stats->tgid = nla_get_u32(attr); in parse_aggregate_task_stats() 165 return stats->pid || stats->tgid; in query_task_stats()
|