Home
last modified time | relevance | path

Searched refs:pl_flags (Results 1 – 11 of 11) sorted by relevance

/freebsd-9-stable/tools/test/ptrace/
Dscescx.c106 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()
/freebsd-9-stable/lib/libproc/
Dproc_util.c213 (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()
/freebsd-9-stable/sys/kern/
Dsys_process.c94 int pl_flags; /* LWP flags. */ member
482 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 …]
/freebsd-9-stable/lib/libpmc/
Dpmclog.h87 uint32_t pl_flags; member
94 uint32_t pl_flags; member
Dpmclog.c366 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()
/freebsd-9-stable/usr.bin/truss/
Dsetup.c216 if (lwpinfo.pl_flags & PL_FLAG_SCE) { in waitevent()
220 } else if (lwpinfo.pl_flags & PL_FLAG_SCX) { in waitevent()
/freebsd-9-stable/sys/sys/
Dpmclog.h159 uint32_t pl_flags; member
217 uint32_t pl_flags; member
Dptrace.h102 int pl_flags; /* LWP flags. */ member
/freebsd-9-stable/usr.sbin/pmcstat/
Dpmcstat_log.c1659 ev.pl_u.pl_a.pl_flags); in pmcstat_print_log()
1665 ev.pl_u.pl_ad.pl_flags); in pmcstat_print_log()
/freebsd-9-stable/lib/libthread_db/
Dlibthr_db.c493 if ((linfo.pl_flags & PL_FLAG_SI) != 0) in pt_thr_get_info_common()
Dlibpthread_db.c517 if (!(pl.pl_flags & PL_FLAG_BOUND)) in pt_dbsuspend()