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

123456789

/macosx-10.9.5/objc4-551.1/runtime/
H A Dobjc-probes.d3 probe objc_exception_throw(void *id);
4 probe objc_exception_rethrow();
/macosx-10.9.5/ksh-20/ksh/src/cmd/INIT/
H A DPROBE.mk2 * @(#)probe (AT&T Bell Laboratories) 11/11/91
4 * <lang> <tool> :PROBE: *.probe *.sh *
6 * common probe script installation
7 * generates probe.sh and probe in .
11 probe.sh : $(LIBDIR)/probe/$(<:O=1)/probe $(>:N=*.(probe|sh))
13 $(LIBDIR)/probe/
[all...]
H A Dmprobe.sh20 : mam probe script
/macosx-10.9.5/ruby-104/ruby/
H A Dprobes.d7 This probe is fired just before a method is entered.
14 probe method__entry(const char *, const char *, const char *, int);
18 This probe is fired just after a method has returned. The arguments are
21 probe method__return(const char *, const char *, const char *, int);
26 This probe is fired just before a C method is entered. The arguments are
29 probe cmethod__entry(const char *, const char *, const char *, int);
33 This probe is fired just before a C method returns. The arguments are
36 probe cmethod__return(const char *, const char *, const char *, int);
41 This probe is fired on calls to `rb_require_safe` (when a file is
48 probe require__entr
[all...]
/macosx-10.9.5/Security-55471.14.18/include/security_utilities/
H A Dsecurity_utilities.d34 probe log(const char *scope, const char *message);
35 probe logp(const char *scope, void *object, const char *message);
36 probe delay(const char *path);
38 probe sec__create(void *object, const char *className, uint32_t classID);
39 probe sec__destroy(void *object);
41 probe refcount__create(const void *p);
42 probe refcount__up(const void *p, unsigned count);
43 probe refcount__down(const void *p, unsigned count);
53 probe throw__osstatus(DTException error, int32_t status);
54 probe throw__css
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_utilities/lib/
H A Dsecurity_utilities.d34 probe log(const char *scope, const char *message);
35 probe logp(const char *scope, void *object, const char *message);
36 probe delay(const char *path);
38 probe sec__create(void *object, const char *className, uint32_t classID);
39 probe sec__destroy(void *object);
41 probe refcount__create(const void *p);
42 probe refcount__up(const void *p, unsigned count);
43 probe refcount__down(const void *p, unsigned count);
53 probe throw__osstatus(DTException error, int32_t status);
54 probe throw__css
[all...]
/macosx-10.9.5/postfix-252/postfix/src/util/
H A Ddtrace-postfix.d45 probe od__lookup__start(char *user_name, void *od_opts);
46 probe od__lookup__finish(char *user_name, void *od_opts, int ret);
48 probe sacl__start(char *user_name);
49 probe sacl__cached(char *user_name, int ret);
50 probe sacl__resolve(char *user_name, int found);
51 probe sacl__finish(char *user_name, int ret);
53 probe smtp__receive(void *state);
54 probe smtp__dequeue(void *message);
/macosx-10.9.5/Security-55471.14.18/include/security_codesigning/
H A Dsecurity_codesigning.d13 probe diskrep__create__macho(void *me, const char *path, const void *ctx);
14 probe diskrep__create__bundle__path(void *me, const char *path, void *ctx, void *exec);
15 probe diskrep__create__bundle__ref(void *me, void *cfbundle, void *ctx, void *exec);
16 probe diskrep__create__file(void *me, const char *path);
17 probe diskrep__create__cfm(void *me, const char *path);
18 probe diskrep__create__slc(void *me, const char *path);
19 probe diskrep__create__detached(void *me, void *orig, const char *source, void *glob);
20 probe diskrep__create__kernel(void *me);
21 probe diskrep__destroy(void *me);
23 probe static__creat
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_codesigning/lib/
H A Dsecurity_codesigning.d13 probe diskrep__create__macho(void *me, const char *path, const void *ctx);
14 probe diskrep__create__bundle__path(void *me, const char *path, void *ctx, void *exec);
15 probe diskrep__create__bundle__ref(void *me, void *cfbundle, void *ctx, void *exec);
16 probe diskrep__create__file(void *me, const char *path);
17 probe diskrep__create__cfm(void *me, const char *path);
18 probe diskrep__create__slc(void *me, const char *path);
19 probe diskrep__create__detached(void *me, void *orig, const char *source, void *glob);
20 probe diskrep__create__kernel(void *me);
21 probe diskrep__destroy(void *me);
23 probe static__creat
[all...]
/macosx-10.9.5/securityd-55199.3/src/
H A Dsecurityd.d27 probe installmode(); // configuring for system installation scenario
28 probe initialized(const char *bootstrapName);
34 probe keychain__create(DTHandle common, const char *name, DTHandle db);
35 probe keychain__make(DTHandle common, const char *name, DTHandle db);
36 probe keychain__join(DTHandle common, const char *name, DTHandle db);
37 probe keychain__unlock(DTHandle id, const char *name);
38 probe keychain__lock(DTHandle id, const char *name);
39 probe keychain__release(DTHandle id, const char *name);
44 probe client__new(DTHandle id, int pid, DTHandle session, const char *path, DTPort taskport, int uid, int gid, bool flipped);
45 probe client__releas
[all...]
/macosx-10.9.5/ruby-104/extras/
H A Ddtrace.d2 probe function__entry(char*, char*, char*, int);
3 probe function__return(char*, char*, char*, int);
4 probe raise(char*, char*, int);
5 probe rescue(char*, int);
6 probe line(char*, int);
9 probe gc__begin();
10 probe gc__end();
13 probe object__create__start(char*, char*, int);
14 probe object__create__done(char*, char*, int);
15 probe object__fre
[all...]
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/libraries/libldap/
H A Dldap_rb_stats.d30 probe count(int nodecount, int msgid, void* msgptr);
/macosx-10.9.5/dtrace-118.1/test/tst/common/usdt/
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.ksh47 * Unfortunately, a "return" probe is not currently possible due to
56 probe entry();
57 probe __entry();
58 probe foo__entry();
59 probe carpentry();
60 probe miniatureturn();
61 probe foo__return();
62 probe __return();
63 probe done();
H A Dtst.linkpriv.ksh50 probe zero();
51 probe one(uintptr_t);
52 probe two(uintptr_t, uintptr_t);
53 probe three(uintptr_t, uintptr_t, uintptr_t);
54 probe four(uintptr_t, uintptr_t, uintptr_t, uintptr_t);
55 probe five(uintptr_t, uintptr_t, uintptr_t, uintptr_t, uintptr_t);
/macosx-10.9.5/libauto-185.5/
H A Dauto_dtrace.d54 probe collection_begin(auto_zone_t *zone, auto_collection_type_t collection_type);
55 probe collection_end(auto_zone_t *zone, uint64_t objects_reclaimed, uint64_t bytes_reclaimed, uint64_t total_objects_in_use, uint64_t total_bytes_in_use);
57 probe collection_phase_begin(auto_zone_t *zone, auto_collection_phase_t phase);
58 probe collection_phase_end(auto_zone_t *zone, auto_collection_phase_t phase, uint64_t number_affected, uint64_t bytes_affected);
59 probe auto_refcount_one_allocation(uint64_t size);
60 probe auto_block_lost_thread_locality(void *block, uint64_t size);
/macosx-10.9.5/tcl-102/tcl84/tcl/generic/
H A DtclDTrace.d24 * tcl*:::proc-entry probe
30 probe proc__entry(char* name, int objc, Tcl_Obj **objv);
32 * tcl*:::proc-return probe
37 probe proc__return(char* name, int code);
39 * tcl*:::proc-result probe
40 * triggered after proc-return probe and result processing
46 probe proc__result(char* name, int code, char* result, Tcl_Obj *resultobj);
48 * tcl*:::proc-args probe
49 * triggered before proc-entry probe, gives access to string
54 probe proc__arg
[all...]
/macosx-10.9.5/JavaScriptCore-7537.78.1/runtime/
H A DTracing.d28 probe gc__begin();
29 probe gc__marked();
30 probe gc__end();
32 probe profile__will_execute(int, char*, char*, int);
33 probe profile__did_execute(int, char*, char*, int);
/macosx-10.9.5/dcerpc-58/dcerpc/ncklib/
H A Ddgccallt.c111 unsigned16 probe = ccall->c.actid_hash % RPC_DG_CCALLT_SIZE; local
115 ccall->c.next = (rpc_dg_call_p_t) rpc_g_dg_ccallt[probe];
116 rpc_g_dg_ccallt[probe] = ccall;
133 unsigned16 probe = ccall->c.actid_hash % RPC_DG_CCALLT_SIZE; local
144 scan_ccall = rpc_g_dg_ccallt[probe];
150 rpc_g_dg_ccallt[probe] = (rpc_dg_ccall_p_t) scan_ccall->c.next;
169 * probe hint (ahint). Return the ccall or NULL if no matching entry
182 unsigned16 probe; local
193 probe = rpc__dg_uuid_hash(actid) % RPC_DG_CCALLT_SIZE;
195 probe
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/layout/
H A DLookupTables.cpp30 le_int16 probe = SWAPW(searchRange); local
40 while (probe > unity) {
41 probe >>= 1;
42 trial = (const LookupSegment *) ((char *) entry + probe);
59 le_int16 probe = SWAPW(searchRange); local
69 while (probe > unity) {
70 probe >>= 1;
71 trial = (const LookupSingle *) ((char *) entry + probe);
H A DOpenTypeUtilities.cpp59 le_int32 probe = power; local
66 while (probe > (1 << 0)) {
67 probe >>= 1;
69 if (SWAPT(records[index + probe].tag) <= tag) {
70 index += probe;
86 le_int32 probe = power; local
97 while (probe > (1 << 0)) {
98 probe >>= 1;
100 if (SWAPW(records[range + probe].firstGlyph) <= glyphID) {
101 range += probe;
116 le_int32 probe = power; local
138 le_int32 probe = power; local
[all...]
/macosx-10.9.5/dyld-239.4/unit-tests/test-cases/dtrace-static-probes/
H A Dfoo.d3 probe count(int);
/macosx-10.9.5/tcl-102/tcl/tcl/generic/
H A DtclDTrace.d24 * tcl*:::proc-entry probe
30 probe proc__entry(char* name, int objc, Tcl_Obj **objv);
32 * tcl*:::proc-return probe
37 probe proc__return(char* name, int code);
39 * tcl*:::proc-result probe
40 * triggered after proc-return probe and result processing
46 probe proc__result(char* name, int code, char* result, Tcl_Obj *resultobj);
48 * tcl*:::proc-args probe
49 * triggered before proc-entry probe, gives access to string
54 probe proc__arg
[all...]
/macosx-10.9.5/CF-855.17/
H A DCFBasicHashFindBucket.m59 // probe[0] = h1(k)
60 // probe[i] = (h1(k) + i * c) mod num_buckets, i = 1 .. num_buckets - 1
69 // probe[0] = h1(k)
70 // probe[i] = (h1(k) + i * h2(k)) mod num_buckets, i = 1 .. num_buckets - 1
83 // probe[0] = h1(k)
84 // probe[i] = (h1(k) + pr(k)^i * h2(k)) mod num_buckets, i = 1 .. num_buckets - 1
106 uintptr_t probe = h1;
111 uintptr_t curr_key = keys[probe].neutral;
113 COCOA_HASHTABLE_PROBE_EMPTY(ht, probe);
115 CFIndex result = (kCFNotFound == deleted_idx) ? probe
[all...]

Completed in 164 milliseconds

123456789