Home
last modified time | relevance | path

Searched refs:trace (Results 1 – 25 of 1485) sorted by relevance

12345678910>>...60

/netbsd/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/unit/
H A Dtsan_stack_test.cc33 EXPECT_EQ(42U, trace->trace[0]); in TestStackTrace()
39 EXPECT_EQ(100U, trace->trace[0]); in TestStackTrace()
40 EXPECT_EQ(101U, trace->trace[1]); in TestStackTrace()
44 EXPECT_EQ(100U, trace->trace[0]); in TestStackTrace()
45 EXPECT_EQ(101U, trace->trace[1]); in TestStackTrace()
46 EXPECT_EQ(42U, trace->trace[2]); in TestStackTrace()
64 EXPECT_EQ(100 + kStackTraceMax + i, trace->trace[i]); in TestTrim()
70 EXPECT_EQ(101 + kStackTraceMax + i, trace->trace[i]); in TestTrim()
72 EXPECT_EQ(42U, trace->trace[kStackTraceMax - 1]); in TestTrim()
87 TestTrim(&trace); in TEST()
[all …]
/netbsd/external/gpl3/gdb/dist/opcodes/
H A Drl78-decode.c33 static int trace = 0; variable
204 if (trace) in rl78_decode_opcode()
226 if (trace) in rl78_decode_opcode()
242 if (trace) in rl78_decode_opcode()
257 if (trace) in rl78_decode_opcode()
272 if (trace) in rl78_decode_opcode()
287 if (trace) in rl78_decode_opcode()
304 if (trace) in rl78_decode_opcode()
319 if (trace) in rl78_decode_opcode()
336 if (trace) in rl78_decode_opcode()
[all …]
H A Drx-decode.c43 static int trace = 0; variable
316 if (trace) in rx_decode_opcode()
331 if (trace) in rx_decode_opcode()
346 if (trace) in rx_decode_opcode()
364 if (trace) in rx_decode_opcode()
382 if (trace) in rx_decode_opcode()
397 if (trace) in rx_decode_opcode()
3682 if (trace) in rx_decode_opcode()
3717 if (trace) in rx_decode_opcode()
3750 if (trace) in rx_decode_opcode()
[all …]
/netbsd/external/gpl3/binutils.old/dist/opcodes/
H A Drl78-decode.c33 static int trace = 0; variable
204 if (trace) in rl78_decode_opcode()
226 if (trace) in rl78_decode_opcode()
242 if (trace) in rl78_decode_opcode()
257 if (trace) in rl78_decode_opcode()
272 if (trace) in rl78_decode_opcode()
287 if (trace) in rl78_decode_opcode()
304 if (trace) in rl78_decode_opcode()
319 if (trace) in rl78_decode_opcode()
336 if (trace) in rl78_decode_opcode()
[all …]
H A Drx-decode.c43 static int trace = 0; variable
316 if (trace) in rx_decode_opcode()
331 if (trace) in rx_decode_opcode()
346 if (trace) in rx_decode_opcode()
364 if (trace) in rx_decode_opcode()
382 if (trace) in rx_decode_opcode()
397 if (trace) in rx_decode_opcode()
3682 if (trace) in rx_decode_opcode()
3717 if (trace) in rx_decode_opcode()
3750 if (trace) in rx_decode_opcode()
[all …]
/netbsd/external/gpl3/binutils/dist/opcodes/
H A Drl78-decode.c33 static int trace = 0; variable
204 if (trace) in rl78_decode_opcode()
226 if (trace) in rl78_decode_opcode()
242 if (trace) in rl78_decode_opcode()
257 if (trace) in rl78_decode_opcode()
272 if (trace) in rl78_decode_opcode()
287 if (trace) in rl78_decode_opcode()
304 if (trace) in rl78_decode_opcode()
319 if (trace) in rl78_decode_opcode()
336 if (trace) in rl78_decode_opcode()
[all …]
H A Drx-decode.c43 static int trace = 0; variable
316 if (trace) in rx_decode_opcode()
331 if (trace) in rx_decode_opcode()
346 if (trace) in rx_decode_opcode()
364 if (trace) in rx_decode_opcode()
382 if (trace) in rx_decode_opcode()
397 if (trace) in rx_decode_opcode()
3682 if (trace) in rx_decode_opcode()
3717 if (trace) in rx_decode_opcode()
3750 if (trace) in rx_decode_opcode()
[all …]
/netbsd/external/gpl3/gdb.old/dist/opcodes/
H A Drl78-decode.c33 static int trace = 0; variable
204 if (trace) in rl78_decode_opcode()
226 if (trace) in rl78_decode_opcode()
242 if (trace) in rl78_decode_opcode()
257 if (trace) in rl78_decode_opcode()
272 if (trace) in rl78_decode_opcode()
287 if (trace) in rl78_decode_opcode()
304 if (trace) in rl78_decode_opcode()
319 if (trace) in rl78_decode_opcode()
336 if (trace) in rl78_decode_opcode()
[all …]
H A Drx-decode.c43 static int trace = 0; variable
316 if (trace) in rx_decode_opcode()
331 if (trace) in rx_decode_opcode()
346 if (trace) in rx_decode_opcode()
364 if (trace) in rx_decode_opcode()
382 if (trace) in rx_decode_opcode()
397 if (trace) in rx_decode_opcode()
3682 if (trace) in rx_decode_opcode()
3717 if (trace) in rx_decode_opcode()
3750 if (trace) in rx_decode_opcode()
[all …]
/netbsd/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
H A Dsanitizer_stacktrace_test.cc79 EXPECT_EQ(start_pc, trace.trace[0]); in TEST_F()
81 EXPECT_EQ(PC(i*2 - 1), trace.trace[i]); in TEST_F()
93 EXPECT_EQ(start_pc, trace.trace[0]); in TEST_F()
95 EXPECT_EQ(PC(i*2 - 1), trace.trace[i]); in TEST_F()
106 EXPECT_EQ(start_pc, trace.trace[0]); in TEST_F()
108 EXPECT_EQ(PC(i*2 - 1), trace.trace[i]); in TEST_F()
116 EXPECT_EQ(start_pc, trace.trace[0]); in TEST_F()
135 EXPECT_EQ(PC(0), trace.trace[0]); in TEST_F()
136 EXPECT_EQ(PC(1), trace.trace[1]); in TEST_F()
146 EXPECT_EQ(start_pc, trace.trace[0]); in TEST_F()
[all …]
/netbsd/external/gpl3/gdb/dist/sim/bfin/
H A Ddv-bfin_trace.c140 if (TBUF_LEN (trace) == 0) in bfin_trace_io_read_buffer()
146 e = TBUF_LAST (trace); in bfin_trace_io_read_buffer()
147 if (trace->mid) in bfin_trace_io_read_buffer()
150 --trace->top; in bfin_trace_io_read_buffer()
154 trace->mid = !trace->mid; in bfin_trace_io_read_buffer()
199 struct bfin_trace *trace; in bfin_trace_finish() local
203 set_hw_data (me, trace); in bfin_trace_finish()
253 len = TBUF_LEN (trace); in bfin_trace_queue()
263 ++trace->bottom; in bfin_trace_queue()
290 e = TBUF_TOP (trace); in bfin_trace_queue()
[all …]
/netbsd/external/gpl3/gdb.old/dist/sim/bfin/
H A Ddv-bfin_trace.c140 if (TBUF_LEN (trace) == 0) in bfin_trace_io_read_buffer()
146 e = TBUF_LAST (trace); in bfin_trace_io_read_buffer()
147 if (trace->mid) in bfin_trace_io_read_buffer()
150 --trace->top; in bfin_trace_io_read_buffer()
154 trace->mid = !trace->mid; in bfin_trace_io_read_buffer()
199 struct bfin_trace *trace; in bfin_trace_finish() local
203 set_hw_data (me, trace); in bfin_trace_finish()
253 len = TBUF_LEN (trace); in bfin_trace_queue()
263 ++trace->bottom; in bfin_trace_queue()
290 e = TBUF_TOP (trace); in bfin_trace_queue()
[all …]
/netbsd/external/gpl3/gcc.old/dist/gcc/config/sh/
H A Dsh_treg_combine.cc872 trace.setcc.insn); in can_remove_cstore()
1005 if (e.bb != trace.bb () && !is_adjacent_bb (e.bb, trace.bb ())) in can_extend_ccreg_usage()
1014 if (e.bb == trace.bb ()) in can_extend_ccreg_usage()
1030 trace.setcc.insn)) in can_extend_ccreg_usage()
1033 trace.bb ()->index); in can_extend_ccreg_usage()
1114 if (!can_remove_cstore (*i, trace) || !can_remove_comparison (*i, trace)) in try_combine_comparisons()
1189 trace.setcc.insn)); in try_combine_comparisons()
1331 cbranch_trace trace (insn); in try_optimize_cbranch() local
1337 trace.cbranch_type = branch_condition_type (trace.branch_condition_rtx ()); in try_optimize_cbranch()
1377 if (reg_used_between_p (m_ccreg, trace.setcc.insn, trace.cbranch_insn)) in try_optimize_cbranch()
[all …]
/netbsd/external/gpl3/gcc/dist/gcc/config/sh/
H A Dsh_treg_combine.cc872 trace.setcc.insn); in can_remove_cstore()
1005 if (e.bb != trace.bb () && !is_adjacent_bb (e.bb, trace.bb ())) in can_extend_ccreg_usage()
1014 if (e.bb == trace.bb ()) in can_extend_ccreg_usage()
1030 trace.setcc.insn)) in can_extend_ccreg_usage()
1033 trace.bb ()->index); in can_extend_ccreg_usage()
1114 if (!can_remove_cstore (*i, trace) || !can_remove_comparison (*i, trace)) in try_combine_comparisons()
1189 trace.setcc.insn)); in try_combine_comparisons()
1331 cbranch_trace trace (insn); in try_optimize_cbranch() local
1337 trace.cbranch_type = branch_condition_type (trace.branch_condition_rtx ()); in try_optimize_cbranch()
1377 if (reg_used_between_p (m_ccreg, trace.setcc.insn, trace.cbranch_insn)) in try_optimize_cbranch()
[all …]
/netbsd/tests/bin/sh/
H A Dt_option.sh587 rm -f X-trace
598 rm -f X-trace
615 rm -f X-trace
632 rm -f X-trace
657 rm -f X-trace X-trace-fn
682 grep >/dev/null 2>&1 funct X-trace ||
693 rm -f X-trace X-trace-fn
718 grep >/dev/null 2>&1 funct X-trace ||
727 rm -f X-trace
756 grep >/dev/null 2>&1 funct X-trace ||
[all …]
/netbsd/external/bsd/openldap/dist/contrib/slapd-modules/trace/
H A Dtrace.c223 static slap_overinst trace; variable
228 trace.on_bi.bi_type = "trace"; in trace_initialize()
231 trace.on_bi.bi_db_init = trace_db_init; in trace_initialize()
232 trace.on_bi.bi_db_open = trace_db_open; in trace_initialize()
234 trace.on_bi.bi_db_close = trace_db_close; in trace_initialize()
237 trace.on_bi.bi_op_add = trace_op_func; in trace_initialize()
238 trace.on_bi.bi_op_bind = trace_op_func; in trace_initialize()
239 trace.on_bi.bi_op_unbind = trace_op_func; in trace_initialize()
246 trace.on_bi.bi_extended = trace_op_func; in trace_initialize()
248 trace.on_response = trace_response; in trace_initialize()
[all …]
/netbsd/external/bsd/wpa/dist/src/utils/
H A Dwpabuf.c36 trace->magic); in wpabuf_overflow()
51 struct wpabuf_trace *trace; in wpabuf_resize() local
60 trace = wpabuf_get_trace(buf); in wpabuf_resize()
63 trace->magic); in wpabuf_resize()
119 if (trace == NULL) in wpabuf_alloc()
121 trace->magic = WPABUF_MAGIC; in wpabuf_alloc()
141 if (trace == NULL) in wpabuf_alloc_ext_data()
143 trace->magic = WPABUF_MAGIC; in wpabuf_alloc_ext_data()
185 struct wpabuf_trace *trace; in wpabuf_free() local
191 trace->magic); in wpabuf_free()
[all …]
/netbsd/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/bios/
H A Dnouveau_nvkm_subdev_bios_init.c617 trace("DONE\n"); in init_done()
655 trace("}]\n"); in init_io_restrict_prog()
721 trace("}]\n"); in init_io_restrict_pll()
731 trace("END_REPEAT\n"); in init_end_repeat()
774 trace("NOT\n"); in init_not()
982 trace("}]\n"); in init_io_restrict_pll2()
1758 trace("RESUME\n"); in init_resume()
1960 trace("RESET_END\n"); in init_reset_end()
1973 trace("GPIO\n"); in init_gpio()
2013 trace("\t}\n"); in init_ram_restrict_zm_reg_group()
[all …]
/netbsd/external/gpl3/gcc/dist/gcc/config/s390/
H A Dtpf.opt21 mtpf-trace
25 mtpf-trace-hook-prologue-check=
27 Set the trace check address for prologue tpf hook
29 mtpf-trace-hook-prologue-target=
31 Set the trace jump address for prologue tpf hook
33 mtpf-trace-hook-epilogue-check=
35 Set the trace check address for epilogue tpf hook
37 mtpf-trace-hook-epilogue-target=
39 Set the trace jump address for epilogue tpf hook
41 mtpf-trace-skip
[all …]
/netbsd/external/cddl/dtracetoolkit/dist/
H A Ddtruss70 command=""; opt_buf=0; buf="4m"; opt_trace=0; trace="."; opt_stack=0
79 t) opt_trace=1; trace=$OPTARG ;;
139 if [ "$trace" = "exec" ]; then trace="exece"; fi
140 if [ "$trace" = "time" ]; then trace="gtime"; fi
141 if [ "$trace" = "exit" ]; then trace="rexit"; fi
168 inline string TRACE = "'$trace'";
/netbsd/external/cddl/dtracetoolkit/dist/Bin/
H A Ddtruss70 command=""; opt_buf=0; buf="4m"; opt_trace=0; trace="."; opt_stack=0
79 t) opt_trace=1; trace=$OPTARG ;;
139 if [ "$trace" = "exec" ]; then trace="exece"; fi
140 if [ "$trace" = "time" ]; then trace="gtime"; fi
141 if [ "$trace" = "exit" ]; then trace="rexit"; fi
168 inline string TRACE = "'$trace'";
/netbsd/external/gpl3/gcc.old/dist/gcc/config/s390/
H A Dtpf.opt21 mtpf-trace
25 mtpf-trace-hook-prologue-check=
27 Set the trace check address for prologue tpf hook
29 mtpf-trace-hook-prologue-target=
31 Set the trace jump address for prologue tpf hook
33 mtpf-trace-hook-epilogue-check=
35 Set the trace check address for epilogue tpf hook
37 mtpf-trace-hook-epilogue-target=
39 Set the trace jump address for epilogue tpf hook
41 mtpf-trace-skip
[all …]
/netbsd/crypto/external/bsd/openssl/dist/doc/man3/
H A DOSSL_trace_enabled.pod17 #include <openssl/trace.h>
24 /* trace group macros */
35 /* one-shot trace macros */
41 /* check whether a trace category is enabled */
63 I<trace channel> is attached to it. A trace channel is simply a
71 We call them a I<simple trace channel> and a I<callback trace channel>,
108 used as follows to wrap a trace section:
128 trace section:
173 only if a specific trace category is enabled.
192 executed only if the trace category is enabled.
[all …]
/netbsd/external/apache2/llvm/dist/llvm/docs/HistoricalNotes/
H A D2003-06-25-Reoptimizer1.txt60 exit edge from the hot trace is less than 10% of the number of
87 When we finally generate an optimized trace we first copy the code
91 the instrumented code are modified to have a branch to the trace
109 trace cache.
112 overwrite with trace-cache code. The trace manager keeps track of
113 whether or not we have enough space in the trace cache, etc.
122 trace. This is because at some point the trace cache may run out of
124 the trace would also have to be removed. It uses a round-robin
127 trace in.)
129 We cannot deal with discontiguous trace cache areas. The trace cache
[all …]
/netbsd/usr.sbin/route6d/
H A Droute6d.c654 trace(2, " NextHop %s", in ripflush()
658 trace(2, " %s/%d[%d]", in ripflush()
663 trace(2, " tag=0x%04x", in ripflush()
666 trace(2, "\n"); in ripflush()
1142 trace(2, " (filtered)\n"); in riprecv()
1146 trace(2, "\n"); in riprecv()
1289 trace(1, "\tRIP Request\n"); in riprequest()
1909 trace(1, "route: %s on %s: " in ifrt()
1955 trace(1, "route: %s/%d: " in ifrt()
2157 trace(1, "route: %s/%d: " in ifrt_p2p()
[all …]

12345678910>>...60