Lines Matching full:trace
107 else if VG_BOOL_CLO(arg, "--trace-alloc", s_trace_alloc) {}
108 else if VG_BOOL_CLO(arg, "--trace-barrier", trace_barrier) {}
109 else if VG_BOOL_CLO(arg, "--trace-clientobj", trace_clientobj) {}
110 else if VG_BOOL_CLO(arg, "--trace-cond", trace_cond) {}
111 else if VG_BOOL_CLO(arg, "--trace-conflict-set", trace_conflict_set) {}
112 else if VG_BOOL_CLO(arg, "--trace-conflict-set-bm", trace_conflict_set_bm){}
113 else if VG_BOOL_CLO(arg, "--trace-csw", trace_csw) {}
114 else if VG_BOOL_CLO(arg, "--trace-fork-join", trace_fork_join) {}
115 else if VG_BOOL_CLO(arg, "--trace-hb", trace_hb) {}
116 else if VG_BOOL_CLO(arg, "--trace-mutex", trace_mutex) {}
117 else if VG_BOOL_CLO(arg, "--trace-rwlock", trace_rwlock) {}
118 else if VG_BOOL_CLO(arg, "--trace-segment", trace_segment) {}
119 else if VG_BOOL_CLO(arg, "--trace-semaphore", trace_semaphore) {}
120 else if VG_BOOL_CLO(arg, "--trace-suppr", trace_suppression) {}
125 else if VG_STR_CLO (arg, "--trace-addr", trace_address) {}
225 " --ptrace-addr=<address> Trace all load and store activity for the\n"
229 " --trace-addr=<address> Trace all load and store activity for the\n"
231 " --trace-alloc=yes|no Trace all memory allocations and deallocations\n"" [no].\n"
232 " --trace-barrier=yes|no Trace all barrier activity [no].\n"
233 " --trace-cond=yes|no Trace all condition variable activity [no].\n"
234 " --trace-fork-join=yes|no Trace all thread fork/join activity [no].\n"
235 " --trace-hb=yes|no Trace ANNOTATE_HAPPENS_BEFORE() etc. [no].\n"
236 " --trace-mutex=yes|no Trace all mutex activity [no].\n"
237 " --trace-rwlock=yes|no Trace all reader-writer lock activity[no].\n"
238 " --trace-semaphore=yes|no Trace all semaphore activity [no].\n",
247 " --trace-clientobj=yes|no Trace all client object activity [no].\n"
248 " --trace-csw=yes|no Trace all scheduler context switches [no].\n"
249 " --trace-conflict-set=yes|no Trace all conflict set updates [no].\n"
250 " --trace-conflict-set-bm=yes|no Trace all conflict set bitmap\n"
253 " --trace-segment=yes|no Trace segment actions [no].\n"
254 " --trace-suppr=yes|no Trace all address suppression actions [no].\n"