HomeSort by relevance Sort by last modified time
    Searched full:tracer (Results 1 - 25 of 54) sorted by null

1 2 3

  /external/blktrace/
btrace.spec 20 Summary: Block IO tracer
blktrace.c 102 * Each tracer will have a tracer_devpath_head that it will add new
119 * For piped output to stdout we will have each tracer thread (one per dev)
126 * dp_entries. (When dp_entries is 0, and a tracer adds an entry it will
130 * adb: It may be better just to have a large buffer per tracer per dev,
163 struct tracer { struct
299 * tracer threads add entries, the main thread takes them off and processes
326 static int (*handle_pfds)(struct tracer *, int, int);
538 static void tracer_wait_unblock(struct tracer *tp)
546 static void tracer_signal_ready(struct tracer *tp,
1456 static inline int net_sendfile_data(struct tracer *tp, struct io_info *iop
    [all...]
  /external/strace/
README 1 This is strace 4.0, a system call tracer for SunOS 4.x, Linux, System
  /dalvik/libcore/xml/src/main/java/org/apache/xml/serializer/
SerializerTraceWriter.java 54 /** The tracer to send events to */
58 * events from being sent to the tracer
95 * @param tracer the tracer to inform that characters are being written
97 public SerializerTraceWriter(Writer out, SerializerTrace tracer)
100 m_tracer = tracer;
  /external/v8/test/cctest/
SConscript 73 'test-log-stack-tracer.cc'
77 'test-log-stack-tracer.cc'],
  /external/v8/
Android.v8common.mk 120 src/regexp-macro-assembler-tracer.cc
  /external/v8/benchmarks/
run.html 114 <li><b>RayTrace</b><br>Ray tracer benchmark based on code by <a href="http://flog.co.nz/">Adam Burmister</a> (<i>935 lines</i>).</li>
raytrace.js 1 // The ray tracer code in this file is written by Adam Burmister. It
9 // JavaScript framework which is used by the ray tracer.
53 // The rest of this file is the actual ray tracer written by Adam
  /external/v8/src/
mark-compact.h 86 static void Prepare(GCTracer* tracer);
110 // bookkeeping information. Return a pointer to that tracer.
111 static GCTracer* tracer() { return tracer_; } function in class:v8::internal::MarkCompactCollector
151 // A pointer to the current stack-allocated GC tracer object during a full
mark-compact.cc 71 // Tell the tracer.
96 // null out the GC tracer.
103 void MarkCompactCollector::Prepare(GCTracer* tracer) {
104 // Rather than passing the tracer around we stash it in a static member
106 tracer_ = tracer;
    [all...]
regexp-macro-assembler-tracer.cc 31 #include "regexp-macro-assembler-tracer.h"
heap.cc 405 { GCTracer tracer; local
407 // The GC count was incremented in the prologue. Tell the tracer about
409 tracer.set_gc_count(gc_count_);
412 // Tell the tracer which collector we've selected.
413 tracer.set_collector(collector);
419 PerformGarbageCollection(space, collector, &tracer);
451 GCTracer tracer; local
452 PerformGarbageCollection(NEW_SPACE, SCAVENGER, &tracer);
557 GCTracer* tracer) {
565 MarkCompact(tracer);
    [all...]
SConscript 203 'objects-debug.cc', 'prettyprinter.cc', 'regexp-macro-assembler-tracer.cc'
  /external/v8/tools/visual_studio/
v8_cctest.vcproj 211 RelativePath="..\..\test\cctest\test-log-stack-tracer.cc"
v8_cctest_x64.vcproj 207 RelativePath="..\..\test\cctest\test-log-stack-tracer.cc"
v8_base.vcproj 744 RelativePath="..\..\src\regexp-macro-assembler-tracer.cc"
748 RelativePath="..\..\src\regexp-macro-assembler-tracer.h"
v8_base_arm.vcproj 748 RelativePath="..\..\src\regexp-macro-assembler-tracer.cc"
752 RelativePath="..\..\src\regexp-macro-assembler-tracer.h"
v8_base_x64.vcproj 745 RelativePath="..\..\src\regexp-macro-assembler-tracer.cc"
749 RelativePath="..\..\src\regexp-macro-assembler-tracer.h"
  /external/kernel-headers/original/asm-x86/
voyager.h 128 __u8 tracer[4]; /* tracer number */ member in struct:voyager_eeprom_hdr
  /bionic/libc/kernel/arch-x86/asm/
voyager.h 118 __u8 tracer[4]; member in struct:voyager_eeprom_hdr
  /ndk/build/platforms/android-5/arch-x86/usr/include/asm/
voyager.h 118 __u8 tracer[4]; member in struct:voyager_eeprom_hdr
  /ndk/build/platforms/android-8/arch-x86/usr/include/asm/
voyager.h 118 __u8 tracer[4]; member in struct:voyager_eeprom_hdr
  /external/v8/tools/v8.xcodeproj/
project.pbxproj 44 890A14030EE9C4B500E49346 /* regexp-macro-assembler-tracer.cc in Sources */ = {isa = PBXBuildFile; fileRef = 89A15C770EE466D000B48DEB /* regexp-macro-assembler-tracer.cc */; };
71 89A15C8A0EE467D100B48DEB /* regexp-macro-assembler-tracer.cc in Sources */ = {isa = PBXBuildFile; fileRef = 89A15C770EE466D000B48DEB /* regexp-macro-assembler-tracer.cc */; };
    [all...]
  /external/webkit/SunSpider/tests/v8-v4/
v8-raytrace.js 1 // The ray tracer code in this file is written by Adam Burmister. It
9 // JavaScript framework which is used by the ray tracer.
48 // The rest of this file is the actual ray tracer written by Adam
  /external/v8/tools/gyp/
v8.gyp 341 '../../src/regexp-macro-assembler-tracer.cc',
342 '../../src/regexp-macro-assembler-tracer.h',

Completed in 86 milliseconds

1 2 3