Home | History | Annotate | Download | only in tsan

Lines Matching full:printf

90     Printf("   VTS: created small/big: %'ld / %'ld; "
94 Printf(" vts_total_create = %'ld; avg=%'ld; delete = %'ld\n",
98 Printf(" n_seg_hb = %'ld\n", n_seg_hb);
99 Printf(" n_vts_hb = %'ld\n", n_vts_hb);
100 Printf(" n_vts_hb_cached = %'ld\n", n_vts_hb_cached);
101 Printf(" memory access:\n"
113 // Printf(" Mops:\n"
117 Printf(" Publish: set: %'ld; get: %'ld; clear: %'ld\n",
120 Printf(" PcTo: all: %'ld\n", pc_to_strings);
122 Printf(" StackTrace: create: %'ld; delete %'ld\n",
125 Printf(" History segments: same: %'ld; reuse: %'ld; "
129 Printf(" Forget all history: %'ld\n", n_forgets);
137 Printf(" SegmentSet: created: %'ld; reused: %'ld;"
140 Printf(" sizes: 2: %'ld; 3: %'ld; 4: %'ld; other: %'ld\n",
155 Printf(" SSHash called %12ld times (vs. %12ld = +%d%%)\n"
163 Printf(" Cache:\n"
175 Printf(" Segment: created: %'ld; reused: %'ld\n",
180 Printf(" LockSet add: 0: %'ld; 1 : %'ld; n : %'ld\n",
182 Printf(" LockSet rem: 1: %'ld; n : %'ld\n",
184 Printf(" LockSet cache: add : %'ld; rem : %'ld; fast: %'ld\n",
186 Printf(" LockSet size: 2: %'ld 3: %'ld 4: %'ld 5: %'ld other: %'ld\n",
194 Printf(" %25s: %'ld\n", Event::TypeString((EventType)i),
199 Printf(" %25s: %'ld\n", "Total", total);
202 Printf(" mop[%d]: %'ld\n", i, memory_access_sizes[i]);
206 Printf(" mops_per_trace[%d] = %'ld\n", i, mops_per_trace[i]);
209 Printf(" locks_per_trace[%d] = %'ld\n", i, locks_per_trace[i]);
215 Printf("lock_sites[%ld]=%ld\n", i, lock_sites[i]);
218 Printf("lock_sites[*]=%ld\n", total_locks);
219 Printf("futex_wait =%ld\n", futex_wait);
220 Printf("unlocked_access_ok =%'ld\n", unlocked_access_ok);
224 if (t) Printf("locked_access[%ld] =%'ld\n", i, t);
227 Printf("locked_access[*] =%'ld\n", all_locked_access);
228 Printf("try_acquire_line_spin =%ld\n", try_acquire_line_spin);
229 Printf("access to first 1/2/4 G: %'ld %'ld %'ld\n",
235 Printf("tleb_flush[%ld]=%ld\n", i, tleb_flush[i]);
237 Printf("IgnoreBelowCache miss=%ld\n", ignore_below_cache_miss);
240 Printf("msm_branch_count[%02d] = %'ld\n", i, msm_branch_count[i]);
243 Printf("read_proc_self_stats =%ld\n", read_proc_self_stats);