Searched refs:pl_flags (Results 1 – 11 of 11) sorted by relevance
106 flags = lwpinfo->pl_flags; in decode_pl_flags()218 assert(lwpinfo.pl_flags & PL_FLAG_SCE); in trace_sc()243 assert(lwpinfo.pl_flags & PL_FLAG_SCX); in trace_sc()245 if (lwpinfo.pl_flags & PL_FLAG_EXEC) in trace_sc()248 if (lwpinfo.pl_flags & PL_FLAG_FORKED) { in trace_sc()285 if ((lwpinfo.pl_flags & (PL_FLAG_EXEC | PL_FLAG_SCX)) == in trace_cont()289 if ((lwpinfo.pl_flags & (PL_FLAG_FORKED | PL_FLAG_SCX)) == in trace_cont()
213 (lwpinfo.pl_flags & PL_FLAG_SI) != 0) { in proc_getlwpstatus()223 } else if (lwpinfo.pl_flags & PL_FLAG_SCE) { in proc_getlwpstatus()225 } else if (lwpinfo.pl_flags & PL_FLAG_SCX) { in proc_getlwpstatus()
94 int pl_flags; /* LWP flags. */ member482 pl32->pl_flags = pl->pl_flags; in ptrace_lwpinfo_to32()1189 pl->pl_flags = 0;1203 pl->pl_flags |= PL_FLAG_SI;1207 if ((pl->pl_flags & PL_FLAG_SI) == 0)1210 pl->pl_flags |= PL_FLAG_SCE;1212 pl->pl_flags |= PL_FLAG_SCX;1214 pl->pl_flags |= PL_FLAG_EXEC;1216 pl->pl_flags |= PL_FLAG_FORKED;1220 pl->pl_flags |= PL_FLAG_CHILD;[all …]
87 uint32_t pl_flags; member94 uint32_t pl_flags; member
366 PMCLOG_READ32(le,ev->pl_u.pl_a.pl_flags); in pmclog_get_event()375 PMCLOG_READ32(le,ev->pl_u.pl_ad.pl_flags); in pmclog_get_event()
216 if (lwpinfo.pl_flags & PL_FLAG_SCE) { in waitevent()220 } else if (lwpinfo.pl_flags & PL_FLAG_SCX) { in waitevent()
159 uint32_t pl_flags; member217 uint32_t pl_flags; member
102 int pl_flags; /* LWP flags. */ member
1659 ev.pl_u.pl_a.pl_flags); in pmcstat_print_log()1665 ev.pl_u.pl_ad.pl_flags); in pmcstat_print_log()
493 if ((linfo.pl_flags & PL_FLAG_SI) != 0) in pt_thr_get_info_common()
517 if (!(pl.pl_flags & PL_FLAG_BOUND)) in pt_dbsuspend()