HomeSort by relevance Sort by last modified time
    Searched refs:THREAD (Results 1 - 25 of 27) sorted by null

1 2

  /system/core/debuggerd/
utility.h 45 // The tid of the thread that crashed.
47 // The tid of the thread we are currently working with.
60 THREAD,
tombstone.cpp 385 // Return true if some thread is not detached cleanly
407 // The main thread at fault has been handled individually
414 // Skip this thread if cannot ptrace it
425 _LOG(log, logtype::THREAD, "--- --- --- --- --- --- --- --- --- --- --- --- --- --- --- ---\n");
  /external/oprofile/libop/
op_xml_out.h 32 THREAD, THREAD_ID,
  /external/chromium_org/tools/telemetry/telemetry/web_perf/
timeline_interaction_record.py 28 """Exception that can be thrown when computing overlapped thread time range
33 """Exception that can be thrown if there is not sufficient thread time data
34 to compute the overlapped thread time range."""
157 'Start thread of this record\'s async event is not the same as its '
158 'end thread')
180 """Get the thread duration of timeline_slice that overlaps with this record.
184 Case 1: timeline_slice runs in the same thread as the record.
187 THREAD 1 | | |
190 (relative order in thread time)
192 As the thread timestamps in timeline_slice and record are consistent, w
    [all...]
  /external/compiler-rt/test/asan/TestCases/
stack-overflow.cc 104 #ifdef THREAD
  /external/oprofile/libpp/
xml_utils.cpp 737 // propagate summaries to process/thread
891 out << open_element(THREAD, true);
895 out << close_element(THREAD);
991 // build the process/thread/module hierarchy that will allow us later
1000 // build the structure representing the process/thread/module hierarchy
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
earley-boyer.js     [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v4/
v8-earley-boyer.js     [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v5/
v8-earley-boyer.js     [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v6/
v8-earley-boyer.js     [all...]
  /external/chromium_org/v8/benchmarks/
earley-boyer.js     [all...]
  /external/chromium-trace/
script.js 5 window.FLATTENED["tracing.trace_model.object_instance"]=!0;window.FLATTENED["tracing.trace_model.time_to_object_instance_map"]=!0;window.FLATTENED["tracing.trace_model.object_collection"]=!0;window.FLATTENED["tracing.trace_model.async_slice"]=!0;window.FLATTENED["tracing.trace_model.async_slice_group"]=!0;window.FLATTENED["tracing.trace_model.sample"]=!0;window.FLATTENED["tracing.trace_model.slice_group"]=!0;window.FLATTENED["tracing.trace_model.thread"]=!0;window.FLATTENED["base.settings"]=!0;
45 d.prototype={__proto__:a.prototype,cpufreqSlice:function(a,e,f,b){f=this.importer.getOrCreatePseudoThread("cpufreq");f.openSlice=e;a=new tracing.trace_model.Slice("",f.openSlice,tracing.getStringColorId(f.openSlice),a,b,0);f.thread.sliceGroup.pushSlice(a)},cpufreqBoostSlice:function(a,e,f){var b=this.importer.getOrCreatePseudoThread("cpufreq_boost");b.openSlice=e;a=new tracing.trace_model.Slice("",b.openSlice,tracing.getStringColorId(b.openSlice),a,f,0);b.thread.sliceGroup.pushSlice(a)},cpufreqUpDownEvent:function(a,
49 openAsyncSlice:function(a,c,e,f,b,h){e=this.importer.getOrCreateKernelThread(c+":"+e,f);a=new tracing.trace_model.AsyncSlice(c,h,tracing.getStringColorId(h),a);a.startThread=e.thread;e.openAsyncSlices||(e.openAsyncSlices={});e.openAsyncSlices[b]=a},closeAsyncSlice:function(a,c,e,f,b,h){e=this.importer.getOrCreateKernelThread(c+":"+e,f);e.openAsyncSlices&&(f=e.openAsyncSlices[b])&&(f.duration=a-f.start,f.args=h,f.endThread=e.thread,f.subSlices=[new tracing.trace_model.Slice(c,f.title,f.colorId,f.start,
50 f.args,f.duration)],e.thread.asyncSliceGroup.push(f),delete e.openAsyncSlices[b])},f2fsWriteBeginEvent:function(a,c,e,b,g){var h=/dev = \((\d+,\d+)\), ino = (\d+), pos = (\d+), len = (\d+), flags = (\d+)/.exec(g.details);if(!h)return!1;a=h[1];c=parseInt(h[2]);e=parseInt(h[3]);h=parseInt(h[4]);this.openAsyncSlice(b,"f2fs",g.threadName,g.pid,a+"-"+c+"-"+e+"-"+h,"f2fs_write");return!0},f2fsWriteEndEvent:function(a,c,e,b,g){var h=/dev = \((\d+,\d+)\), ino = (\d+), pos = (\d+), len = (\d+), copied = (\d+)/.exec(g.details);
57 base.exportTo("tracing.importer.linux_perf",function(){function d(a){b.call(this,a);a.registerEventHandler("drm_vblank_event",d.prototype.vblankEvent.bind(this))}var b=tracing.importer.linux_perf.Parser;d.prototype={__proto__:b.prototype,drmVblankSlice:function(a,c,e){var b=this.importer.getOrCreatePseudoThread("drm_vblank");b.openSlice=c;a=new tracing.trace_model.Slice("",b.openSlice,tracing.getStringColorId(b.openSlice),a,e,0);b.thread.sliceGroup.pushSlice(a)},vblankEvent:function(a,c,e,b,g){c=
60 exynosFlipOpenSlice:function(a,c){var e=this.importer.getOrCreatePseudoThread("exynos_flip");e.openSliceTS=a;e.openSlice="flip:"+c},exynosFlipCloseSlice:function(a,c){var e=this.importer.getOrCreatePseudoThread("exynos_flip");if(e.openSlice){var b=new tracing.trace_model.Slice("",e.openSlice,tracing.getStringColorId(e.openSlice),e.openSliceTS,c,a-e.openSliceTS);e.thread.sliceGroup.pushSlice(b)}e.openSlice (…)
    [all...]
  /prebuilts/devtools/tools/lib/
ddmlib.jar 
  /prebuilts/gradle-plugin/com/android/tools/ddms/ddmlib/22.2.0/
ddmlib-22.2.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/ddms/ddmlib/22.4.0/
ddmlib-22.4.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/ddms/ddmlib/22.4.2/
ddmlib-22.4.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/ddms/ddmlib/22.5.0/
ddmlib-22.5.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/ddms/ddmlib/22.5.1/
ddmlib-22.5.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/ddms/ddmlib/22.5.3/
ddmlib-22.5.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/ddms/ddmlib/22.7.0/
ddmlib-22.7.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/ddms/ddmlib/22.7.1/
ddmlib-22.7.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/ddms/ddmlib/22.7.3/
ddmlib-22.7.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/ddms/ddmlib/22.8.0/
ddmlib-22.8.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/ddms/ddmlib/22.9.2/
ddmlib-22.9.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/ddms/ddmlib/23.0.1/
ddmlib-23.0.1.jar 

Completed in 543 milliseconds

1 2