Home
last modified time | relevance | path

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

/system/core/libbacktrace/
Dthread_utils.c25 int tgkill(int tgid, int tid, int sig) { in tgkill() argument
26 return syscall(__NR_tgkill, tgid, tid, sig); in tgkill()
Dthread_utils.h24 int tgkill(int tgid, int tid, int sig);
/system/extras/simpleperf/
Denvironment.cpp252 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()
Dcmd_record.cpp287 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()
Denvironment.h46 pid_t tgid, tid; member
/system/core/rootdir/
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/taskstats/
Dtaskstats.c40 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()