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