Searched refs:timehist (Results 1 – 12 of 12) sorted by relevance
/openbsd/sbin/unwind/libunbound/util/ |
H A D | timehist.h | 63 struct timehist { struct 74 struct timehist* timehist_setup(void); argument 80 void timehist_delete(struct timehist* hist); 86 void timehist_clear(struct timehist* hist); 93 void timehist_insert(struct timehist* hist, struct timeval* tv); 103 double timehist_quartile(struct timehist* hist, double q); 109 void timehist_print(struct timehist* hist); 116 void timehist_log(struct timehist* hist, const char* name); 124 void timehist_export(struct timehist* hist, long long* array, size_t sz); 132 void timehist_import(struct timehist* hist, long long* array, size_t sz);
|
H A D | timehist.c | 72 dosetup(struct timehist* hist) in dosetup() 85 struct timehist* timehist_setup(void) in timehist_setup() 87 struct timehist* hist = (struct timehist*)calloc(1, in timehist_setup() 88 sizeof(struct timehist)); in timehist_setup() 103 void timehist_delete(struct timehist* hist) in timehist_delete() 111 void timehist_clear(struct timehist* hist) in timehist_clear() 118 void timehist_insert(struct timehist* hist, struct timeval* tv) in timehist_insert() 131 void timehist_print(struct timehist* hist) in timehist_print() 148 void timehist_log(struct timehist* hist, const char* name) in timehist_log() 173 timehist_count(struct timehist* hist) in timehist_count() [all …]
|
H A D | Makefile.inc | 8 tcp_conn_limit.c timehist.c timeval_func.c tube.c ub_event_pluggable.c \
|
/openbsd/usr.sbin/unbound/util/ |
H A D | timehist.h | 63 struct timehist { struct 74 struct timehist* timehist_setup(void); argument 80 void timehist_delete(struct timehist* hist); 86 void timehist_clear(struct timehist* hist); 93 void timehist_insert(struct timehist* hist, struct timeval* tv); 103 double timehist_quartile(struct timehist* hist, double q); 109 void timehist_print(struct timehist* hist); 116 void timehist_log(struct timehist* hist, const char* name); 124 void timehist_export(struct timehist* hist, long long* array, size_t sz); 132 void timehist_import(struct timehist* hist, long long* array, size_t sz);
|
H A D | timehist.c | 72 dosetup(struct timehist* hist) in dosetup() 85 struct timehist* timehist_setup(void) in timehist_setup() 87 struct timehist* hist = (struct timehist*)calloc(1, in timehist_setup() 88 sizeof(struct timehist)); in timehist_setup() 103 void timehist_delete(struct timehist* hist) in timehist_delete() 111 void timehist_clear(struct timehist* hist) in timehist_clear() 118 void timehist_insert(struct timehist* hist, struct timeval* tv) in timehist_insert() 131 void timehist_print(struct timehist* hist) in timehist_print() 148 void timehist_log(struct timehist* hist, const char* name) in timehist_log() 173 timehist_count(struct timehist* hist) in timehist_count() [all …]
|
/openbsd/usr.sbin/unbound/ |
H A D | Makefile.in | 133 util/timehist.c util/tube.c util/proxy_protocol.c util/timeval_func.c \ 150 slabhash.lo tcp_conn_limit.lo timehist.lo tube.lo winsock_event.lo \ 852 $(srcdir)/util/timehist.h $(srcdir)/libunbound/unbound.h $(srcdir)/respip/respip.h \ 906 $(srcdir)/util/timehist.h $(srcdir)/libunbound/unbound.h $(srcdir)/respip/respip.h 931 …$(srcdir)/util/timehist.h $(srcdir)/util/module.h $(srcdir)/dnstap/dnstap.h $(srcdir)/services/mes… 978 $(srcdir)/util/timehist.h $(srcdir)/libunbound/unbound.h $(srcdir)/respip/respip.h 1042 timehist.lo timehist.o: $(srcdir)/util/timehist.c config.h $(srcdir)/util/timehist.h $(srcdir)/util… 1303 ….lo stats.o: $(srcdir)/daemon/stats.c config.h $(srcdir)/daemon/stats.h $(srcdir)/util/timehist.h \ 1404 ….lo stats.o: $(srcdir)/daemon/stats.c config.h $(srcdir)/daemon/stats.h $(srcdir)/util/timehist.h \ 1490 $(srcdir)/util/timehist.h $(srcdir)/respip/respip.h $(srcdir)/util/edns.h \ [all …]
|
/openbsd/usr.sbin/unbound/services/ |
H A D | mesh.h | 63 struct timehist; 124 struct timehist* histogram;
|
H A D | mesh.c | 2049 size_t s = sizeof(*mesh) + sizeof(struct timehist) + in mesh_get_mem()
|
/openbsd/sbin/unwind/libunbound/services/ |
H A D | mesh.h | 63 struct timehist; 124 struct timehist* histogram;
|
H A D | mesh.c | 2049 size_t s = sizeof(*mesh) + sizeof(struct timehist) + in mesh_get_mem()
|
/openbsd/usr.sbin/unbound/smallapp/ |
H A D | unbound-control.c | 301 struct timehist* hist; in print_hist()
|
/openbsd/usr.sbin/unbound/daemon/ |
H A D | remote.c | 895 struct timehist* hist; in print_hist()
|