Searched refs:tdp1 (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/tools/ctf/cvt/
H A Dtdata.c119 tdesc_t *tdp1 = arg1, *tdp2 = arg2; local
121 if (tdp1->t_name == NULL) {
129 return (strcmp(tdp1->t_name, tdp2->t_name));
143 tdesc_t *tdp1 = arg1, *tdp2 = arg2; local
145 if (tdp1->t_id == tdp2->t_id)
148 return (tdp1->t_id > tdp2->t_id ? 1 : -1);
175 tdesc_t *tdp1 = arg1, *tdp2 = arg2; local
177 return (!streq(tdp1->t_name, tdp2->t_name));
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/testsuite/gdb.trace/
H A Dtfind.exp74 set tdp1 [gdb_gettpnum "\*gdb_recursion_test"]
79 if { $tdp1 <= 0 || $tdp2 <= 0 || $tdp3 <= 0 || \
260 gdb_tfind_test "8.13: tracepoint $tdp1" "tracepoint $tdp1" \
261 "\$tracepoint" "$tdp1";
263 "8.13: tfind tracepoint $tdp1 (line $baseline)"
266 "\$tracepoint" "$tdp1";
273 # tdp1 was set at *gdb_recursion_test (ie. the hard address of the
H A Dreport.exp136 set tdp1 [gdb_gettpnum $testline1]
143 if { $tdp1 <= 0 || $tdp2 <= 0 || $tdp3 <= 0 || \
201 gdb_tfind_test "9.1: find frame for TP $tdp1" "tracepoint $tdp1" \
202 "\$tracepoint" "$tdp1"
204 # Nothing was collected at tdp1, so this tdump should be empty.
206 "Data collected at tracepoint $tdp1, trace frame $decimal:" \
276 gdb_test "printf \"x %d x\\n\", \$tracepoint" "x $tdp1 x" \
305 -re "^\[^\r\n\]* line $testline1 .tracepoint .$tdp1\\)\r\n" {

Completed in 113 milliseconds