HomeSort by: relevance | last modified time | path
    Searched refs:traces (Results 1 - 11 of 11) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_rtl_report.cc 442 static bool HandleRacyStacks(ThreadState *thr, VarSizeStackTrace traces[2],
451 hash.hash[0] = md5_hash(traces[0].trace, traces[0].size * sizeof(uptr));
452 hash.hash[1] = md5_hash(traces[1].trace, traces[1].size * sizeof(uptr));
488 static void AddRacyStacks(ThreadState *thr, VarSizeStackTrace traces[2],
493 hash.hash[0] = md5_hash(traces[0].trace, traces[0].size * sizeof(uptr));
494 hash.hash[1] = md5_hash(traces[1].trace, traces[1].size * sizeof(uptr))
634 VarSizeStackTrace traces[kMop]; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
bb-reorder.cc 32 /* This (greedy) algorithm constructs traces in several rounds.
37 of a trace. Finally it connects the traces.
50 other seeds for this round and the secondary traces will start from them.
60 When connecting traces, the algorithm first checks whether there is an edge
62 When there are still some unconnected traces it checks whether there exists
65 BB is duplicated, added at the end of the first trace and the traces are
67 The rest of traces are simply connected so there will be a jump to the
68 beginning of the rest of traces.
74 (1) Break long traces to short ones. A trace is broken at a block that has
76 traces, only connect Trace n with Trace n + 1. This change reduces mos
    [all...]
  /src/external/gpl3/autoconf/dist/bin/
autoscan.in 592 my $traces =
595 while ($_ = $traces->getline)
620 $traces->close;
autoreconf.in 360 # Therefore, we can't use the traces to decide if we use Gettext or
464 my $traces = new Autom4te::XFile
481 while ($_ = $traces->getline)
autoheader.in 173 # Source what the traces are trying to tell us.
182 . " " . shell_quote ($ARGV[0]) . " >$quoted_tmp/traces.pl");
185 debug "$me: \`do'ing $tmp/traces.pl:\n" . `sed 's/^/| /' $quoted_tmp/traces.pl`;
186 do "$tmp/traces.pl";
187 warn "couldn't parse $tmp/traces.pl: $@" if $@;
autom4te.in 54 # Mode of the output file except for traces.
139 Run GNU M4 on the FILES, avoiding useless runs. Output the traces if tracing,
350 # Using a hash for traces is seducing. Unfortunately, upon `-t FOO',
386 $tcache = "$cache/traces.";
453 # Run m4 on the input files, and save the traces on the @MACRO.
630 ## Handling the traces. ##
705 # We use M4 itself to process the traces. But to avoid name clashes when
706 # processing the traces, the builtins are disabled, and moved into `at_'.
717 verb "formatting traces for `$output': " . join (', ', sort keys %trace);
719 # Processing the traces
    [all...]
  /src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
tsan_rtl_report.cpp 689 static bool HandleRacyStacks(ThreadState *thr, VarSizeStackTrace traces[2]) {
693 hash.hash[0] = md5_hash(traces[0].trace, traces[0].size * sizeof(uptr));
694 hash.hash[1] = md5_hash(traces[1].trace, traces[1].size * sizeof(uptr));
871 VarSizeStackTrace traces[kMop]; local
894 ObtainCurrentStack(thr, toppc, &traces[0], &tags[0]);
895 if (IsFiredSuppression(ctx, typ, traces[0]))
900 RestoreStack(s2.tid(), s2.epoch(), &traces[1], mset2, &tags[1]);
901 if (IsFiredSuppression(ctx, typ, traces[1])
    [all...]
  /src/sys/arch/x68k/stand/xxboot/
boot.S 94 | At first save all initial registers for observing traces
  /src/external/bsd/nsd/dist/doc/
differences.tex 62 The differences are found by replaying captured DNS query traces from
72 differences are categorized for the traces we present.
82 Additionally we used the faulty DNS query traces in the wiki-ethereal
85 These traces posed no problem for BIND and NSD, mostly FORMERR answers.
99 the difference statistics for two test traces. Then in
  /src/usr.bin/make/unit-tests/
varmod-loop.mk 186 # traces from the environment are gone as well. To do that, a global variable
  /src/external/gpl3/autoconf/dist/
configure 2510 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU M4 that supports accurate traces" >&5
2511 $as_echo_n "checking for GNU M4 that supports accurate traces... " >&6; }

Completed in 40 milliseconds