search for: dt_provider

Displaying 2 results from an estimated 2 matches for "dt_provider".

Did you mean: ad_provider
2006 Oct 31
0
6370454 dtrace should support USDT probes in static functions
...Repository: /hg/zfs-crypto/gate Revision: b1ab97f77b0ad2a4fe2a43d9c5aac7259840bb90 Log message: 6370454 dtrace should support USDT probes in static functions Files: update: usr/src/lib/libdtrace/common/dt_dof.c update: usr/src/lib/libdtrace/common/dt_link.c update: usr/src/lib/libdtrace/common/dt_provider.c update: usr/src/lib/libdtrace/common/dt_provider.h
2009 Mar 09
1
Assertion in dtrace
...gram. As a result the function-entry probe already exists. Now if I compile my program with my probes which reimplement function-entry (so provider name and probe name match), I get the following error: Assertion failed: strcmp(pvp->pv_desc.dtvd_name, pdp->dtpd_provider) == 0, file ../common/dt_provider.c, line 246 Do you know how dtrace get''s it''s information about the old provider and how I can remove it? In this case were are talking about the dtrace extension of php distributed with OpenSolaris. David