OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:startMethodTracingFd
(Results
1 - 2
of
2
) sorted by null
/libcore/dalvik/src/main/java/dalvik/system/
VMDebug.java
179
startMethodTracingFd
(traceFileName, fd, checkBufferSize(bufferSize), flags, samplingEnabled, intervalUs);
203
private static native void
startMethodTracingFd
(String traceFileName, FileDescriptor fd, int bufferSize, int flags, boolean samplingEnabled, int intervalUs);
/art/runtime/native/
dalvik_system_VMDebug.cc
502
NATIVE_METHOD(VMDebug,
startMethodTracingFd
, "(Ljava/lang/String;Ljava/io/FileDescriptor;IIZI)V"),
Completed in 495 milliseconds