Home
last modified time | relevance | path

Searched defs:task_path (Results 1 – 7 of 7) sorted by relevance

/external/cronet/stable/base/process/
Dinternal_linux.h159 FilePath task_path = fd_path.Append(tid_str); in ForEachProcessTask() local
Dprocess_metrics_linux.cc122 [&cpu_per_thread](PlatformThreadId tid, const FilePath& task_path) { in GetCumulativeCPUUsagePerThread()
/external/cronet/tot/base/process/
Dinternal_linux.h159 FilePath task_path = fd_path.Append(tid_str); in ForEachProcessTask() local
Dprocess_metrics_linux.cc122 [&cpu_per_thread](PlatformThreadId tid, const FilePath& task_path) { in GetCumulativeCPUUsagePerThread()
/external/google-breakpad/src/client/linux/minidump_writer/
Dlinux_ptrace_dumper.cc360 char task_path[NAME_MAX]; in EnumerateThreads() local
/external/perfetto/src/traced/probes/ps/
Dprocess_stats_data_source.cc237 base::StackString<128> task_path("/proc/%d/task", pid); in WriteAllProcesses() local
/external/strace/
Dstrace.c1060 static const char task_path[] = "/proc/%d/task"; in attach_tcb() local