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

12345678910

/macosx-10.10/apache-793/httpd/
H A Dapache_probes.d3 probe internal__redirect(char *, char *);
4 probe process__request__entry(uintptr_t, char *);
5 probe process__request__return(uintptr_t, char *, uint32_t);
6 probe read__request__entry(uintptr_t, uintptr_t);
7 probe read__request__success(uintptr_t, char *, char *, char *, uint32_t);
8 probe read__request__failure(uintptr_t);
11 probe proxy__run(uintptr_t, uintptr_t, uintptr_t, char *, int);
12 probe proxy__run__finished(uintptr_t, int, int);
13 probe rewrite__log(uintptr_t, int, int, char *, char *);
16 probe access_checker__entr
[all...]
/macosx-10.10/objc4-646/runtime/
H A Dobjc-probes.d3 probe objc_exception_throw(void *id);
4 probe objc_exception_rethrow();
/macosx-10.10/ksh-23/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.10/ruby-106/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.10/Security-57031.1.35/Security/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.10/Security-57031.1.35/Security/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.10/Security-57031.1.35/Security/include/security_codesigning/
H A Dsecurity_codesigning.d15 probe diskrep__create__macho(void *me, const char *path, const void *ctx);
16 probe diskrep__create__bundle__path(void *me, const char *path, void *ctx, void *exec);
17 probe diskrep__create__bundle__ref(void *me, void *cfbundle, void *ctx, void *exec);
18 probe diskrep__create__file(void *me, const char *path);
19 probe diskrep__create__cfm(void *me, const char *path);
20 probe diskrep__create__slc(void *me, const char *path);
21 probe diskrep__create__detached(void *me, void *orig, const char *source, void *glob);
22 probe diskrep__create__kernel(void *me);
23 probe diskrep__destroy(void *me);
25 probe static__creat
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_codesigning/lib/
H A Dsecurity_codesigning.d15 probe diskrep__create__macho(void *me, const char *path, const void *ctx);
16 probe diskrep__create__bundle__path(void *me, const char *path, void *ctx, void *exec);
17 probe diskrep__create__bundle__ref(void *me, void *cfbundle, void *ctx, void *exec);
18 probe diskrep__create__file(void *me, const char *path);
19 probe diskrep__create__cfm(void *me, const char *path);
20 probe diskrep__create__slc(void *me, const char *path);
21 probe diskrep__create__detached(void *me, void *orig, const char *source, void *glob);
22 probe diskrep__create__kernel(void *me);
23 probe diskrep__destroy(void *me);
25 probe static__creat
[all...]
/macosx-10.10/Security-57031.1.35/securityd/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.10/ruby-106/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.10/OpenLDAP-499.27/OpenLDAP/libraries/libldap/
H A Dldap_rb_stats.d30 probe count(int nodecount, int msgid, void* msgptr);
/macosx-10.10/dtrace-147/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();
/macosx-10.10/libmalloc-53.1.1/src/
H A DmagmallocProvider.d2 probe refreshIndex(void *, int, int);
3 probe depotRegion(void *, int, void *, int, int);
4 probe recircRegion(void *, int, void *, int, int);
5 probe allocRegion(void *, int, void *, int);
6 probe deallocRegion(void *, void *, int);
7 probe madvfreeRegion(void *, void *, void *, int);
8 probe pressureRelief(void *, int, int);
9 probe mallocErrorBreak();
/macosx-10.10/libpthread-105.1.4/src/
H A Dplockstat.d5 probe mutex__acquire(pthread_mutex_t *mutex, int recursive, int spin_count);
6 probe mutex__release(pthread_mutex_t *mutex, int recursive);
7 probe mutex__error(pthread_mutex_t *mutex, int errno);
8 probe mutex__block(pthread_mutex_t *mutex);
9 probe mutex__blocked(pthread_mutex_t *mutex, int successful);
10 probe mutex__spin(pthread_mutex_t *mutex);
11 probe mutex__spun(pthread_mutex_t *mutex, int successful, int spin_count);
13 probe rw__acquire(pthread_rwlock_t *rwlock, int write_lock);
14 probe rw__block(pthread_rwlock_t *rwlock, int write_lock);
15 probe rw__blocke
[all...]
/macosx-10.10/libauto-186/
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.10/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DProbeDetailsSidebarPanel.css40 .details-section.probe-set .options > .probe-remove,
41 .details-section.probe-set .options > .probe-clear-samples,
42 .details-section.probe-set .options > .probe-add {
49 .details-section.probe-set .options > .probe-clear-samples {
55 .details-section.probe-set .options > .probe
[all...]
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Models/
H A DProbeSet.js48 ProbeAdded: "probe-set-probe-added",
49 ProbeRemoved: "probe-set-probe-removed",
50 ResolvedStateDidChange: "probe-set-resolved-state-did-change",
51 SamplesCleared: "probe-set-samples-cleared",
84 for (var probe of this._probes)
85 probe.clearSamples();
97 addProbe: function(probe)
99 console.assert(probe instanceo
150 var probe = event.target; variable
[all...]
/macosx-10.10/tcl-105/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.10/JavaScriptCore-7600.1.17/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.10/dcerpc-61/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.10/dyld-353.2.1/unit-tests/test-cases/dtrace-static-probes/
H A Dfoo.d3 probe count(int);
/macosx-10.10/tcl-105/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...]

Completed in 224 milliseconds

12345678910