Searched defs:proc_info (Results 1 - 13 of 13) sorted by relevance

/external/webrtc/webrtc/base/
H A Dlinux_unittest.cc22 ProcCpuInfo proc_info; local
23 EXPECT_TRUE(proc_info.LoadFromSystem());
26 EXPECT_TRUE(proc_info.GetNumCpus(&out_cpus));
31 EXPECT_TRUE(proc_info.GetNumPhysicalCpus(&out_cpus_phys));
37 EXPECT_TRUE(proc_info.GetCpuFamily(&out_family));
43 EXPECT_TRUE(proc_info.GetSectionStringValue(0, "Processor", &out_processor));
51 EXPECT_TRUE(proc_info.GetSectionIntValue(0, "model", &out_model));
55 EXPECT_TRUE(proc_info.GetSectionIntValue(0, "stepping", &out_stepping));
59 EXPECT_TRUE(proc_info.GetSectionIntValue(0, "processor", &out_processor));
64 EXPECT_TRUE(proc_info
[all...]
/external/libunwind/src/aarch64/
H A DGinit.c70 put_unwind_info (unw_addr_space_t as, unw_proc_info_t *proc_info, void *arg) argument
/external/libunwind/src/hppa/
H A DGinit.c75 put_unwind_info (unw_addr_space_t as, unw_proc_info_t *proc_info, void *arg) argument
/external/libunwind/src/mips/
H A DGinit.c80 put_unwind_info (unw_addr_space_t as, unw_proc_info_t *proc_info, void *arg) argument
/external/libunwind/src/ppc32/
H A DGinit.c98 put_unwind_info (unw_addr_space_t as, unw_proc_info_t *proc_info, void *arg) argument
/external/libunwind/src/ppc64/
H A DGinit.c102 put_unwind_info (unw_addr_space_t as, unw_proc_info_t *proc_info, void *arg) argument
/external/libunwind/src/sh/
H A DGinit.c69 put_unwind_info (unw_addr_space_t as, unw_proc_info_t *proc_info, void *arg) argument
/external/libunwind/src/x86/
H A DGinit.c65 put_unwind_info (unw_addr_space_t as, unw_proc_info_t *proc_info, void *arg) argument
/external/libunwind/src/x86_64/
H A DGinit.c58 put_unwind_info (unw_addr_space_t as, unw_proc_info_t *proc_info, void *arg) argument
/external/libunwind/src/arm/
H A DGex_tables.c541 arm_put_unwind_info (unw_addr_space_t as, unw_proc_info_t *proc_info, void *arg) argument
/external/libunwind/src/ia64/
H A DGinit.c57 put_unwind_info (unw_addr_space_t as, unw_proc_info_t *proc_info, void *arg) argument
/external/toybox/toys/pending/
H A Dlsof.c32 struct proc_info { struct
41 struct proc_info pi;
289 struct file_info *new_file_info(struct proc_info *pi, const char *fd)
305 static void visit_symlink(struct proc_info *pi, char *name, char *path)
329 static void visit_maps(struct proc_info *pi)
363 static void visit_fds(struct proc_info *pi)
386 struct proc_info pi;
/external/ltp/testcases/kernel/sched/process_stress/
H A Dprocess.c89 typedef struct proc_info { struct

Completed in 554 milliseconds