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

1 2

  /build/soong/ui/tracer/
microfactory.go 15 package tracer package
ninja.go 15 package tracer package
tracer.go 20 package tracer package
43 type Tracer interface {
66 var _ Tracer = &tracerImpl{}
88 // New creates a new Tracer, storing log in order to log errors later.
  /external/libchrome/base/posix/
file_descriptor_shuffle_unittest.cc 69 InjectionTracer tracer; local
71 EXPECT_TRUE(PerformInjectiveMultimap(map, &tracer));
72 EXPECT_EQ(0u, tracer.actions().size());
77 InjectionTracer tracer; local
80 EXPECT_TRUE(PerformInjectiveMultimap(map, &tracer));
81 EXPECT_EQ(0u, tracer.actions().size());
86 InjectionTracer tracer; local
89 EXPECT_TRUE(PerformInjectiveMultimap(map, &tracer));
90 EXPECT_EQ(0u, tracer.actions().size());
95 InjectionTracer tracer; local
105 InjectionTracer tracer; local
117 InjectionTracer tracer; local
128 InjectionTracer tracer; local
140 InjectionTracer tracer; local
155 InjectionTracer tracer; local
170 InjectionTracer tracer; local
185 InjectionTracer tracer; local
200 InjectionTracer tracer; local
212 InjectionTracer tracer; local
225 InjectionTracer tracer; local
238 InjectionTracer tracer; local
    [all...]
  /system/core/libprocinfo/include/procinfo/
process.h 53 pid_t tracer; member in struct:android::procinfo::ProcessInfo
  /external/autotest/client/site_tests/security_ptraceRestrictions/src/
thread-prctl.c 49 pid_t tracer, tracee; variable
55 ret = prctl (PR_SET_PTRACER, tracer, 0, 0, 0);
70 tracer = getpid();
71 printf("tracer %d waiting\n", tracer);
74 printf("forking tracee from tracer\n");
84 perror("tracer pipe read");
88 printf("tracer to PTRACE_ATTACH my tracee %d\n", tracee);
92 perror ("tracer ptrace attach has failed");
95 printf ("tracer ptrace attach successful\n")
    [all...]
  /bionic/tests/
sys_ptrace_test.cpp 221 raise(SIGSTOP); // Synchronize with the tracer, let it set the watchpoint.
255 raise(SIGSTOP); // Synchronize with the tracer, let it set the watchpoint.
294 raise(SIGSTOP); // Synchronize with the tracer, let it set the breakpoint.
383 pid_t tracer = -1; member in class:PtraceResumptionTest
402 // Allow the tracer process, which is not a direct process ancestor, to
430 tracer = fork();
431 ASSERT_NE(-1, tracer);
432 if (tracer == 0) {
442 if (tracer == -1) {
443 errx(1, "tracer not started")
    [all...]
  /system/core/debuggerd/
crash_dump.cpp 77 return process_info.tracer;
86 pid_t tracer = get_tracer(tid); local
87 if (tracer != -1) {
89 tracer, get_process_name(tracer).c_str());
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_scope.py 546 def tracer(a,b,c): function in function:.testInteractionWithTraceFunc
547 return tracer
559 sys.settrace(tracer)
  /external/python/cpython2/Lib/test/
test_scope.py 546 def tracer(a,b,c): function in function:.testInteractionWithTraceFunc
547 return tracer
559 sys.settrace(tracer)
  /external/tensorflow/tensorflow/core/platform/default/
device_tracer.cc 318 Tracer *StartTracing(StringPiece label, bool is_expensive) override {
482 DeviceTracerImpl *tracer = reinterpret_cast<DeviceTracerImpl *>(userdata); local
502 tracer->AddCorrelationId(cbInfo->correlationId, annotation);
517 tracer->AddCorrelationId(cbInfo->correlationId, annotation);
529 tracer->AddCorrelationId(cbInfo->correlationId, annotation);
638 std::unique_ptr<DeviceTracer> tracer(new devicetracer::DeviceTracerImpl());
639 return tracer;
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_scope.py 546 def tracer(a,b,c): function in function:.testInteractionWithTraceFunc
547 return tracer
559 sys.settrace(tracer)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_scope.py 546 def tracer(a,b,c): function in function:.testInteractionWithTraceFunc
547 return tracer
559 sys.settrace(tracer)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_scope.py 546 def tracer(a,b,c): function in function:.testInteractionWithTraceFunc
547 return tracer
559 sys.settrace(tracer)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_scope.py 546 def tracer(a,b,c): function in function:.testInteractionWithTraceFunc
547 return tracer
559 sys.settrace(tracer)
  /external/autotest/client/site_tests/security_SeccompSyscallFilters/src/
seccomp_bpf_tests.c 69 #define SECCOMP_RET_TRACE 0x7ff00000U // pass to a tracer or disallow
760 void tracer(struct __test_metadata *_metadata, pid_t tracee, function
827 pid_t tracer; local
857 /* Fork a child which we'll promote to tracer */
863 tracer(_metadata, tracee, poke_addr, pipefd[1]);
867 self->tracer = tracer_pid;
868 prctl(PR_SET_PTRACER, self->tracer, 0, 0, 0);
874 if (self->tracer) {
880 ASSERT_EQ(0, kill(self->tracer, SIGUSR1));
881 ASSERT_EQ(self->tracer, waitpid(self->tracer, &status, 0))
    [all...]
  /external/python/cpython3/Lib/test/
test_scope.py 535 def tracer(a,b,c): function in function:ScopeTests.testInteractionWithTraceFunc
536 return tracer
549 sys.settrace(tracer)
  /external/seccomp-tests/linux/
seccomp_bpf.c 75 #define SECCOMP_RET_TRACE 0x7ff00000U /* pass to a tracer or disallow */
1024 void tracer(struct __test_metadata *_metadata, int fd, pid_t tracee, function
1078 /* Common tracer setup/teardown functions. */
1092 /* Fork a child which we'll promote to tracer */
1098 tracer(_metadata, pipefd[1], tracee, func, args);
1109 pid_t tracer)
1111 if (tracer) {
1117 ASSERT_EQ(0, kill(tracer, SIGUSR1));
1118 ASSERT_EQ(tracer, waitpid(tracer, &status, 0))
1153 pid_t tracer; local
1379 pid_t tracer, mytid, mypid, parent; local
    [all...]
  /external/tensorflow/tensorflow/core/common_runtime/
direct_session.cc 558 std::unique_ptr<DeviceTracer> tracer; local
560 tracer = CreateDeviceTracer();
561 // tracer may be NULL on platforms without accelerators.
562 if (tracer) {
563 Status s = tracer->Start();
621 if (tracer) {
622 TF_RETURN_IF_ERROR(tracer->Stop());
623 TF_RETURN_IF_ERROR(tracer->Collect(args.stats_collector));
    [all...]
  /prebuilts/sdk/tools/
jack-jar-tools.jar 
  /external/libchrome/base/trace_event/
trace_event_unittest.cc 1661 TraceLog* tracer = TraceLog::GetInstance(); local
    [all...]
  /external/linux-kselftest/tools/testing/selftests/seccomp/
seccomp_bpf.c 98 #define SECCOMP_RET_TRACE 0x7ff00000U /* pass to a tracer or disallow */
1451 pid_t tracer; local
1736 pid_t tracer, mytid, mypid, parent; local
    [all...]
  /external/python/cpython2/Lib/lib-tk/
turtle.py 61 and enhanced tracer() and speed() methods.
124 'setworldcoordinates', 'title', 'tracer', 'turtles', 'update',
136 'speed', 'st', 'stamp', 'tilt', 'tiltangle', 'towards', 'tracer',
1193 def tracer(self, n=None, delay=None): member in class:TurtleScreen
1921 def tracer(self, a=None, b=None): member in class:TNavigator
2576 def tracer(self, flag=None, delay=None): function
    [all...]
  /external/python/cpython3/Lib/
turtle.py 61 and enhanced tracer() and speed() methods.
125 'setworldcoordinates', 'textinput', 'title', 'tracer', 'turtles', 'update',
1245 def tracer(self, n=None, delay=None): member in class:TurtleScreen
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
turtle.py 61 and enhanced tracer() and speed() methods.
124 'setworldcoordinates', 'title', 'tracer', 'turtles', 'update',
136 'speed', 'st', 'stamp', 'tilt', 'tiltangle', 'towards', 'tracer',
1192 def tracer(self, n=None, delay=None): member in class:TurtleScreen
1920 def tracer(self, a=None, b=None): member in class:TNavigator
2575 def tracer(self, flag=None, delay=None): function
    [all...]

Completed in 700 milliseconds

1 2