Searched refs:tgid (Results 1 - 7 of 7) sorted by relevance
/system/core/libbacktrace/ |
H A D | thread_utils.c | 25 int tgkill(int tgid, int tid, int sig) { argument 26 return syscall(__NR_tgkill, tgid, tid, sig);
|
H A D | thread_utils.h | 24 int tgkill(int tgid, int tid, int sig);
|
/system/core/rootdir/ |
H A 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/simpleperf/ |
H A D | environment.h | 46 pid_t tgid, tid; member in struct:ThreadComm
|
H A D | environment.cpp | 252 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 D | cmd_record.cpp | 287 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 D | taskstats.c | 40 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