HomeSort by relevance Sort by last modified time
    Searched full:starttrace (Results 1 - 22 of 22) sorted by null

  /prebuilts/go/darwin-x86/src/runtime/trace/
trace.go 23 if err := runtime.StartTrace(); err != nil {
  /prebuilts/go/linux-x86/src/runtime/trace/
trace.go 23 if err := runtime.StartTrace(); err != nil {
  /packages/services/Telephony/src/com/android/phone/
CallTime.java 106 startTrace();
193 void startTrace() {
217 log("startTrace");
  /prebuilts/go/darwin-x86/pkg/darwin_amd64/runtime/
trace.a 24 $runtime.StartTrace?""".Start.func1·f?
  /prebuilts/go/linux-x86/pkg/linux_amd64/runtime/
trace.a 24 $runtime.StartTrace?""".Start.func1·f?
  /prebuilts/go/darwin-x86/src/runtime/
trace.go 150 // StartTrace enables tracing for the current process.
152 // StartTrace returns an error if tracing is already enabled.
154 // -test.trace flag instead of calling StartTrace directly.
155 func StartTrace() error {
219 // See the comment in StartTrace.
271 // The lock protects us from races with StartTrace/StopTrace because they do stop-the-world.
450 // This protects from races between traceEvent and StartTrace/StopTrace.
456 // Exitsyscall can run even during stopTheWorld. The race with StartTrace/StopTrace
runtime2.go 246 sysblocktraced bool // StartTrace has emitted EvGoInSyscall about this goroutine
  /prebuilts/go/linux-x86/src/runtime/
trace.go 150 // StartTrace enables tracing for the current process.
152 // StartTrace returns an error if tracing is already enabled.
154 // -test.trace flag instead of calling StartTrace directly.
155 func StartTrace() error {
219 // See the comment in StartTrace.
271 // The lock protects us from races with StartTrace/StopTrace because they do stop-the-world.
450 // This protects from races between traceEvent and StartTrace/StopTrace.
456 // Exitsyscall can run even during stopTheWorld. The race with StartTrace/StopTrace
runtime2.go 246 sysblocktraced bool // StartTrace has emitted EvGoInSyscall about this goroutine
  /prebuilts/go/darwin-x86/pkg/darwin_amd64_race/runtime/
trace.a 24 $runtime.StartTrace?
  /prebuilts/go/linux-x86/pkg/linux_amd64_race/runtime/
trace.a 24 $runtime.StartTrace?
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
evntrace.h 791 #define StartTrace StartTraceW
811 #define StartTrace StartTraceA
  /frameworks/native/cmds/atrace/
atrace.cpp 806 static bool startTrace()
    [all...]
  /prebuilts/sdk/tools/jacks/
jack-2.28.RELEASE.jar 
  /prebuilts/go/darwin-x86/doc/
go1.5.html     [all...]
  /prebuilts/go/linux-x86/doc/
go1.5.html     [all...]
  /prebuilts/go/darwin-x86/api/
go1.5.txt     [all...]
  /prebuilts/go/linux-x86/api/
go1.5.txt     [all...]
  /prebuilts/go/darwin-x86/pkg/darwin_amd64/
runtime.a 57 func @"".StartTrace () (? error)
    [all...]
  /prebuilts/go/darwin-x86/pkg/darwin_amd64_race/
runtime.a 68 func @"".StartTrace () (? error)
    [all...]
  /prebuilts/go/linux-x86/pkg/linux_amd64/
runtime.a 57 func @"".StartTrace () (? error)
    [all...]
  /prebuilts/go/linux-x86/pkg/linux_amd64_race/
runtime.a 68 func @"".StartTrace () (? error)
    [all...]

Completed in 2500 milliseconds