Searched refs:pl_event (Results 1 - 14 of 14) sorted by relevance

/freebsd-11-stable/lib/libpmc/
H A Dpmclog.h85 uint32_t pl_event; member in struct:pmclog_ev_pmcallocate
92 uint32_t pl_event; member in struct:pmclog_ev_pmcallocatedyn
H A Dpmclog.c367 PMCLOG_READ32(le,ev->pl_u.pl_a.pl_event);
370 _pmc_name_of_event(ev->pl_u.pl_a.pl_event, ps->ps_arch))
376 PMCLOG_READ32(le,ev->pl_u.pl_ad.pl_event);
/freebsd-11-stable/usr.bin/gcore/
H A Delf32core.c78 pld->pl_event = pls->pl_event;
/freebsd-11-stable/usr.bin/procstat/
H A Dprocstat_ptlwpinfo.c56 switch (pl[i].pl_event) {
/freebsd-11-stable/sys/sys/
H A Dptrace.h116 int pl_event; /* Event that stopped the LWP. */ member in struct:ptrace_lwpinfo
144 int pl_event; /* Event that stopped the LWP. */ member in struct:ptrace_lwpinfo32
H A Dpmclog.h158 uint32_t pl_event; member in struct:pmclog_pmcallocate
216 uint32_t pl_event; member in struct:pmclog_pmcallocatedyn
/freebsd-11-stable/lib/libproc/
H A Dproc_util.c217 if (lwpinfo.pl_event == PL_EVENT_SIGNAL &&
/freebsd-11-stable/sys/kern/
H A Dsys_process.c509 pl32->pl_event = pl->pl_event;
1345 pl->pl_event = PL_EVENT_NONE;
1348 pl->pl_event = PL_EVENT_SIGNAL;
1400 td2->td_tid, p->p_pid, pl->pl_event, pl->pl_flags,
H A Dimgact_elf.c2042 pl.pl_event = PL_EVENT_NONE;
2046 pl.pl_event = PL_EVENT_SIGNAL;
/freebsd-11-stable/tools/test/ptrace/
H A Dscescx.c139 switch (lwpinfo->pl_event) {
/freebsd-11-stable/usr.bin/truss/
H A Dsetup.c654 if (pl->pl_event == PL_EVENT_SIGNAL && pl->pl_flags & PL_FLAG_SI)
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.h438 int pl_event; member in struct:__sanitizer::__sanitizer_ptrace_lwpinfo
/freebsd-11-stable/contrib/netbsd-tests/kernel/
H A Dt_ptrace_wait.c4794 ATF_REQUIRE_EQ_MSG(info.pl_event, PL_EVENT_SIGNAL,
4796 info.pl_event, PL_EVENT_SIGNAL);
4874 FORKEE_ASSERT_EQ(info.pl_event, PL_EVENT_SIGNAL);
/freebsd-11-stable/tests/sys/kern/
H A Dptrace_test.c1525 ATF_REQUIRE(pl.pl_event == PL_EVENT_SIGNAL);

Completed in 145 milliseconds