Searched refs:probe (Results 1 - 25 of 127) sorted by relevance

123456

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/usdt/
H A Dforker.d30 probe fire();
H A Dargs.d30 probe place(int i, int j);
H A Dargmap.d30 probe place(int i, int j) : (int j, int i, int i, int j);
H A Dtst.entryreturn.ksh53 * Unfortunately, a "return" probe is not currently possible due to
62 probe entry();
63 probe __entry();
64 probe foo__entry();
65 probe carpentry();
66 probe miniatureturn();
67 probe foo__return();
68 probe __return();
69 probe done();
H A Dtst.linkpriv.ksh56 probe zero();
57 probe one(uintptr_t);
58 probe two(uintptr_t, uintptr_t);
59 probe three(uintptr_t, uintptr_t, uintptr_t);
60 probe four(uintptr_t, uintptr_t, uintptr_t, uintptr_t);
61 probe five(uintptr_t, uintptr_t, uintptr_t, uintptr_t, uintptr_t);
H A Dtst.linkunpriv.ksh58 probe zero();
59 probe one(uintptr_t);
60 probe two(uintptr_t, uintptr_t);
61 probe three(uintptr_t, uintptr_t, uintptr_t);
62 probe four(uintptr_t, uintptr_t, uintptr_t, uintptr_t);
63 probe five(uintptr_t, uintptr_t, uintptr_t, uintptr_t, uintptr_t);
H A Dtst.header.ksh41 probe zero();
42 probe one(uintptr_t);
43 probe u_nder(char *);
44 probe d__ash(int **);
H A Dtst.onlyenabled.ksh41 probe go();
H A Dtst.static.ksh61 probe probe1();
62 probe probe2();
H A Dtst.static2.ksh65 probe probe1();
66 probe probe2();
H A Dtst.badguess.ksh41 probe go();
H A Dtst.eliminate.ksh46 probe go();
H A Dtst.enabled.ksh41 probe go();
H A Dtst.nodtrace.ksh47 probe go();
H A Dtst.reeval.ksh51 probe zero();
/vbox/src/VBox/Main/src-all/
H A DVBoxAPI-start.d21 probe machine__state__changed(void *a_pMachine, int a_enmNewState, int a_enmOldState, const char *pszMachineUuid);
/vbox/src/VBox/VMM/
H A DVBoxVMM.d20 probe em__state__changed(struct VMCPU *a_pVCpu, int a_enmOldState, int a_enmNewState, int a_rc);
23 probe em__state__unchanged(struct VMCPU *a_pVCpu, int a_enmState, int a_rc);
26 probe em__raw__run__pre(struct VMCPU *a_pVCpu, struct CPUMCTX *a_pCtx);
29 probe em__raw__run__ret(struct VMCPU *a_pVCpu, struct CPUMCTX *a_pCtx, int a_rc);
32 probe em__ff__high(struct VMCPU *a_pVCpu, uint32_t a_fGlobal, uint32_t a_fLocal, int a_rc);
35 probe em__ff__all(struct VMCPU *a_pVCpu, uint32_t a_fGlobal, uint32_t a_fLocal, int a_rc);
38 probe em__ff__all__ret(struct VMCPU *a_pVCpu, int a_rc);
41 probe em__ff__raw(struct VMCPU *a_pVCpu, uint32_t a_fGlobal, uint32_t a_fLocal);
44 probe em__ff__raw_ret(struct VMCPU *a_pVCpu, int a_rc);
47 probe pdm__irq__ge
[all...]
/vbox/src/VBox/Devices/build/
H A DVBoxDD.d20 probe hgcmcall__enter(void *pvCmd, unsigned int idFunction, unsigned int idClient, unsigned int cbCmd);
21 probe hgcmcall__completed__req(void *pvCmd, int rc);
22 probe hgcmcall__completed__emt(void *pvCmd, int rc);
23 probe hgcmcall__completed__done(void *pvCmd, unsigned int idFunction, unsigned int idClient, int rc);
25 probe ahci__req__submit(void *pvReq, int iTxDir, uint64_t offStart, uint32_t cbXfer);
26 probe ahci__req__submit__timestamp(void *pvReq, uint64_t tsStart);
27 probe ahci__req__completed(void *pvReq, int rcReq, int iState, uint64_t offStart, uint32_t cbXfer);
28 probe ahci__req__completed__timestamp(void *pvReq, uint64_t tsEnd);
/vbox/src/VBox/HostDrivers/Support/
H A DSUPDrv.d21 probe session__create(struct SUPDRVSESSION *pSession, int fUser);
22 probe session__close(struct SUPDRVSESSION *pSession);
23 probe ioctl__entry(struct SUPDRVSESSION *pSession, uintptr_t uIOCtl, void *pvReqHdr);
24 probe ioctl__return(struct SUPDRVSESSION *pSession, uintptr_t uIOCtl, void *pvReqHdr, int rc, int rcReq);
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/uts/common/dtrace/
H A Dlockstat.c89 lockstat_probe_t *probe = parg; local
91 ASSERT(!lockstat_probemap[probe->lsp_probe]);
93 lockstat_probemap[probe->lsp_probe] = id;
112 lockstat_probe_t *probe = parg; local
115 ASSERT(lockstat_probemap[probe->lsp_probe]);
117 lockstat_probemap[probe->lsp_probe] = 0;
127 * This probe is still enabled. We don't need to deal
190 lockstat_probe_t *probe = &lockstat_probes[i]; local
193 probe->lsp_func, probe
207 lockstat_probe_t *probe = parg; local
[all...]
H A Dfasttrap.c89 * of tracepoints to enable. If a probe is activated, it adds its ID to
142 * fasttrap.conf file. Each time a probe is created, fasttrap_total is
144 * probe; fasttrap_total is capped at fasttrap_max.
490 fasttrap_tracepoint_enable(proc_t *p, fasttrap_probe_t *probe, uint_t index) argument
498 ASSERT(index < probe->ftp_ntps);
500 pid = probe->ftp_pid;
501 pc = probe->ftp_tps[index].fit_tp->ftt_pc;
502 id = &probe->ftp_tps[index].fit_id;
504 ASSERT(probe->ftp_tps[index].fit_tp->ftt_pid == pid);
510 * on the generation in which this probe wa
663 fasttrap_tracepoint_disable(proc_t *p, fasttrap_probe_t *probe, uint_t index) argument
881 fasttrap_probe_t *probe = parg; local
992 fasttrap_probe_t *probe = parg; local
1063 fasttrap_probe_t *probe = parg; local
1103 fasttrap_probe_t *probe = parg; local
1925 fasttrap_probe_spec_t *probe; local
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/
H A Ddevice.h101 int ( * probe ) ( struct root_device *rootdev ); member in struct:root_driver
H A Disa.h28 * An individual ISA device, identified by probe address
39 /** Number of entries in probe address list */
52 int ( * probe ) ( struct isa_device *isa ); member in struct:isa_driver
H A Dlinux.h50 int (*probe)(struct linux_device *device, struct linux_device_request *request); member in struct:linux_driver
53 /** Can the driver probe any more devices? */
H A Dmca.h70 int ( * probe ) ( struct mca_device *mca, member in struct:mca_driver

Completed in 53 milliseconds

123456