Home
last modified time | relevance | path

Searched refs:pctx_capture (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/man/man3cpc/
H A DMakefile41 pctx_capture.3cpc \
151 pctx_create.3cpc := LINKSRC = pctx_capture.3cpc
152 pctx_release.3cpc := LINKSRC = pctx_capture.3cpc
153 pctx_run.3cpc := LINKSRC = pctx_capture.3cpc
/illumos-gate/usr/src/lib/libpctx/common/
H A Dlibpctx.h56 extern pctx_t *pctx_capture(pid_t pid,
H A Dmapfile-vers43 pctx_capture;
H A Dlibpctx.c166 pctx_capture(pid_t pid, void *arg, int verbose, pctx_errfn_t *errfn) in pctx_capture() function
772 pctx = pctx_capture(pid, pctx->uarg, in pctx_run()
/illumos-gate/usr/src/pkg/manifests/
H A Ddiagnostic-cpu-counters.p5m249 file path=usr/share/man/man3cpc/pctx_capture.3cpc
250 link path=usr/share/man/man3cpc/pctx_create.3cpc target=pctx_capture.3cpc
251 link path=usr/share/man/man3cpc/pctx_release.3cpc target=pctx_capture.3cpc
252 link path=usr/share/man/man3cpc/pctx_run.3cpc target=pctx_capture.3cpc
/illumos-gate/usr/src/cmd/cpc/common/
H A Dcputrack.c706 pctx = pctx_capture(opts->pid, state, 1, cputrack_pctx_errfn); in cputrack()