Searched refs:procfs (Results 1 – 11 of 11) sorted by relevance
/external/perfetto/src/traced/probes/ftrace/ |
D | ftrace_controller_unittest.cc | 221 MockFtraceProcfs* procfs() { return procfs_; } in procfs() function in perfetto::TestFtraceController 326 EXPECT_CALL(*controller->procfs(), WriteToFile(kFooEnablePath, "1")); in TEST() 327 EXPECT_CALL(*controller->procfs(), WriteToFile("/root/buffer_size_kb", _)); in TEST() 331 EXPECT_CALL(*controller->procfs(), WriteToFile("/root/tracing_on", "1")); in TEST() 334 EXPECT_CALL(*controller->procfs(), WriteToFile("/root/buffer_size_kb", "0")); in TEST() 335 EXPECT_CALL(*controller->procfs(), ClearFile("/root/trace")) in TEST() 337 EXPECT_CALL(*controller->procfs(), in TEST() 340 EXPECT_CALL(*controller->procfs(), WriteToFile(kFooEnablePath, "0")); in TEST() 341 EXPECT_CALL(*controller->procfs(), WriteToFile("/root/tracing_on", "0")); in TEST() 342 EXPECT_CALL(*controller->procfs(), WriteToFile("/root/events/enable", "0")); in TEST() [all …]
|
/external/webrtc/webrtc/base/ |
D | linux.cc | 38 ConfigParser procfs; in LoadFromSystem() local 39 if (!procfs.Open(kCpuInfoFile)) { in LoadFromSystem() 42 return procfs.Parse(§ions_); in LoadFromSystem()
|
/external/google-breakpad/src/common/android/include/sys/ |
D | procfs.h | 35 #include_next <sys/procfs.h>
|
/external/perfetto/ |
D | perfetto.rc | 32 # Clean up procfs configuration even if traced_probes crashes
|
/external/iptables/extensions/ |
D | libxt_quota2.man | 3 The value of the counter can be read and reset through procfs, thereby making
|
/external/libunwind/ |
D | configure.ac | 44 sys/procfs.h sys/ptrace.h byteswap.h elf.h sys/elf.h link.h sys/link.h) 58 # include <sys/procfs.h>
|
/external/google-breakpad/src/common/ |
D | common.gyp | 50 'android/include/sys/procfs.h',
|
/external/strace/ |
D | ChangeLog | 49073 Remove README-freebsd, README-sunos4, README-svr4, m4/procfs.m4. 50647 Exclude tcp->pfd from non-procfs systems. 52277 * m4/procfs.m4: New file, with definitions of AC_MP_PROCFS,
|
/external/toolchain-utils/dejagnu/gdb_baseline/ |
D | armv7a-cros-linux-gnueabi | 2527 PASS: gdb.base/default.exp: target procfs
|
D | x86_64-cros-linux-gnu | 2720 PASS: gdb.base/default.exp: target procfs
|
D | i686-pc-linux-gnu | 2486 PASS: gdb.base/default.exp: target procfs
|