Home
last modified time | relevance | path

Searched refs:tnf_probe_control_t (Results 1 – 20 of 20) sorted by relevance

/titanic_44/usr/src/lib/libtnfprobe/
H A Dtnf_args.h52 int tnf_probe_get_num_args(tnf_probe_control_t *);
54 void *tnf_probe_get_arg_indexed(tnf_probe_control_t *, int, void *);
56 tnf_arg_kind_t tnf_probe_get_type_indexed(tnf_probe_control_t *, int);
58 const char * tnf_probe_get_value(tnf_probe_control_t *, char *, ulong_t *);
H A Dtnf_args.c44 tnf_probe_get_num_args(tnf_probe_control_t *probe_p) in tnf_probe_get_num_args()
67 tnf_probe_get_arg_indexed(tnf_probe_control_t *probe_p, int index, void *buffer) in tnf_probe_get_arg_indexed()
108 tnf_probe_get_type_indexed(tnf_probe_control_t *probe_p, int index) in tnf_probe_get_type_indexed()
134 tnf_probe_get_value(tnf_probe_control_t *probe_p, char *attribute, in tnf_probe_get_value()
H A Dprobe_cntl.c96 tnf_probe_control_t *probe_p,
99 tnf_probe_control_t *probe_p,
127 tnf_probe_control_t *__tnf_probe_list_head = NULL;
173 tnf_probe_control_t *prbctl_p; in __tnf_probe_notify()
756 tnf_threaded_test(void *dummy, tnf_probe_control_t *probe_p, in tnf_threaded_test()
774 tnf_non_threaded_test(void *dummy, tnf_probe_control_t *probe_p, in tnf_non_threaded_test()
H A Dtnf_trace.h125 uintptr_t tnf_probe_tag(tnf_ops_t *ops, tnf_probe_control_t *probe);
134 void *tnf_trace_alloc(tnf_ops_t *, tnf_probe_control_t *, tnf_probe_setup_t *);
H A Ddebug_funcs.c65 tnf_probe_control_t *probe_p; in tnf_probe_debug()
H A Dtrace_funcs.c99 tnf_trace_alloc(tnf_ops_t *ops, tnf_probe_control_t *probe_p, in tnf_trace_alloc()
/titanic_44/usr/src/uts/common/tnf/
H A Dmkprobehdr.sh69 size_t probe_control_size; /* sizeof(tnf_probe_control_t) */
79 typedef struct tnf_probe_control tnf_probe_control_t;
84 tnf_probe_control_t *,
89 tnf_probe_control_t *,
101 tnf_probe_control_t *probe_p;
110 tnf_probe_control_t *next;
H A Dtnf.c89 extern tnf_probe_control_t *__tnf_probe_list_head;
132 static void *tnf_test_1(void *, tnf_probe_control_t *, tnf_probe_setup_t *);
133 static void *tnf_test_2(void *, tnf_probe_control_t *, tnf_probe_setup_t *);
445 tnf_probe_control_t *p; in tnf_getmaxprobe()
454 for (p = (tnf_probe_control_t *)__tnf_probe_list_head; in tnf_getmaxprobe()
469 tnf_probe_control_t *p; in tnf_getprobevals()
476 for (i = 1, p = (tnf_probe_control_t *)__tnf_probe_list_head; in tnf_getprobevals()
499 tnf_probe_control_t *p; in tnf_getprobestring()
506 for (i = 1, p = (tnf_probe_control_t *)__tnf_probe_list_head; in tnf_getprobestring()
523 tnf_probe_control_t *p; in tnf_setprobevals()
[all …]
H A Dtnf_trace.h144 uintptr_t tnf_probe_tag(tnf_ops_t *, tnf_probe_control_t *);
148 void *tnf_trace_alloc(tnf_ops_t *, tnf_probe_control_t *, tnf_probe_setup_t *);
H A Dtnf_probe.c66 sizeof (tnf_probe_control_t)
74 tnf_probe_tag(tnf_ops_t *ops, tnf_probe_control_t *probe_p) in tnf_probe_tag()
H A Dtrace_funcs.c94 tnf_trace_alloc(tnf_ops_t *ops, tnf_probe_control_t *probe_p, in tnf_trace_alloc()
H A Dtnf_res.c67 extern tnf_probe_control_t *__tnf_probe_list_head;
/titanic_44/usr/src/uts/common/sys/
H A Dtnf_probe.h71 typedef struct tnf_probe_control tnf_probe_control_t; typedef
76 tnf_probe_control_t *,
81 tnf_probe_control_t *,
93 tnf_probe_control_t *probe_p;
102 tnf_probe_control_t *next;
511 (tnf_probe_control_t *) TNF_NEXT_INIT, \
528 tnf_probe_control_t *tnf_v_probe_p = &tnf_v_##namearg##_probe; \
567 (tnf_probe_control_t *) TNF_NEXT_INIT, \
585 tnf_probe_control_t *tnf_v_probe_p = &tnf_v_##namearg##_probe; \
629 (tnf_probe_control_t *) TNF_NEXT_INIT, \
[all …]
/titanic_44/usr/src/uts/intel/ia32/krtld/
H A Dkobj_reloc.c56 extern int tnf_splice_probes(int, tnf_probe_control_t *, tnf_tag_data_t *);
68 tnf_probe_control_t **probelist, in tnf_reloc_resolve()
72 ((tnf_probe_control_t *)offset)->next = *probelist; in tnf_reloc_resolve()
73 *probelist = (tnf_probe_control_t *)offset; in tnf_reloc_resolve()
132 tnf_probe_control_t *probelist = NULL; in do_relocate()
/titanic_44/usr/src/uts/intel/amd64/krtld/
H A Dkobj_reloc.c56 extern int tnf_splice_probes(int, tnf_probe_control_t *, tnf_tag_data_t *);
68 tnf_probe_control_t **probelist, in tnf_reloc_resolve()
73 ((tnf_probe_control_t *)offset)->next = *probelist; in tnf_reloc_resolve()
74 *probelist = (tnf_probe_control_t *)offset; in tnf_reloc_resolve()
135 tnf_probe_control_t *probelist = NULL; in do_relocate()
/titanic_44/usr/src/lib/libtnfctl/
H A Dprobes_ext.c175 tnf_probe_control_t *prbctl_p; in tnfctl_probe_state_get()
261 tnf_probe_control_t *prbctl_p; in tnfctl_probe_enable()
287 tnf_probe_control_t *prbctl_p; in tnfctl_probe_disable()
312 tnf_probe_control_t *prbctl_p; in tnfctl_probe_trace()
339 tnf_probe_control_t *prbctl_p; in tnfctl_probe_untrace()
366 tnf_probe_control_t *prbctl_p; in tnfctl_probe_connect()
418 tnf_probe_control_t *prbctl_p; in tnfctl_probe_disconnect_all()
H A Dprobes.c610 tnf_probe_control_t *next_probe; in link_targ_obj_probes()
636 next_probe = (tnf_probe_control_t *) cur->probes[i+1].addr; in link_targ_obj_probes()
645 next_probe = (tnf_probe_control_t *) cur->probes[0].addr; in link_targ_obj_probes()
666 next_probe = (tnf_probe_control_t *) in link_targ_obj_probes()
687 tnf_probe_control_t *next_probe; in unlink_targ_obj_probes()
713 next_probe = (tnf_probe_control_t *) in unlink_targ_obj_probes()
H A Dtnfctl_int.h92 tnf_probe_control_t wrkprbctl; /* probe struct from target */
/titanic_44/usr/src/uts/sparc/krtld/
H A Dkobj_reloc.c56 extern int tnf_splice_probes(int, tnf_probe_control_t *, tnf_tag_data_t *);
68 tnf_probe_control_t **probelist, in tnf_reloc_resolve()
73 ((tnf_probe_control_t *)offset)->next = *probelist; in tnf_reloc_resolve()
74 *probelist = (tnf_probe_control_t *)offset; in tnf_reloc_resolve()
167 tnf_probe_control_t *probelist = NULL; in do_relocate()
/titanic_44/usr/src/uts/common/krtld/
H A Dkobj.c142 extern tnf_probe_control_t *__tnf_probe_list_head;
263 tnf_probe_control_t *__tnf_probe_list_head = NULL;
4472 tnf_probe_control_t **p; in tnf_unsplice_probes()
4495 tnf_splice_probes(int boot_load, tnf_probe_control_t *plist, in tnf_splice_probes()
4502 tnf_probe_control_t *pl; in tnf_splice_probes()