Home
last modified time | relevance | path

Searched refs:ffsb_statsc_t (Results 1 – 8 of 8) sorted by relevance

/external/ltp/utils/ffsb-6.0-rc2/
Dffsb_stats.h71 } ffsb_statsc_t; typedef
73 void ffsb_statsc_init(ffsb_statsc_t *);
74 void ffsb_statsc_addbucket(ffsb_statsc_t *, uint32_t min, uint32_t max);
75 void ffsb_statsc_ignore_sys(ffsb_statsc_t *, syscall_t s);
76 void ffsb_statsc_destroy(ffsb_statsc_t *);
80 ffsb_statsc_t *config;
89 void ffsb_statsd_init(ffsb_statsd_t *, ffsb_statsc_t *);
98 void ffsb_statsc_copy(ffsb_statsc_t *, ffsb_statsc_t *);
107 int fsc_ignore_sys(ffsb_statsc_t *fsc, syscall_t s);
Dffsb_stats.c39 void ffsb_statsc_init(ffsb_statsc_t * fsc) in ffsb_statsc_init()
46 void ffsb_statsc_addbucket(ffsb_statsc_t * fsc, uint32_t min, uint32_t max) in ffsb_statsc_addbucket()
62 void ffsb_statsc_destroy(ffsb_statsc_t * fsc) in ffsb_statsc_destroy()
67 void ffsb_statsc_ignore_sys(ffsb_statsc_t * fsc, syscall_t s) in ffsb_statsc_ignore_sys()
76 int fsc_ignore_sys(ffsb_statsc_t * fsc, syscall_t s) in fsc_ignore_sys()
81 void ffsb_statsd_init(ffsb_statsd_t * fsd, ffsb_statsc_t * fsc) in ffsb_statsd_init()
138 void ffsb_statsc_copy(ffsb_statsc_t * dest, ffsb_statsc_t * src) in ffsb_statsc_copy()
167 static void print_buckets_helper(ffsb_statsc_t * fsc, uint32_t * buckets) in print_buckets_helper()
211 ffsb_statsc_t fsc;
Dffsb_tg.h102 ffsb_statsc_t fsc;
146 void tg_set_statsc(ffsb_tg_t *tg, ffsb_statsc_t *fsc);
Dffsb_thread.h100 void ft_set_statsc(ffsb_thread_t *, ffsb_statsc_t *);
Dffsb_fs.h110 ffsb_statsc_t fsc;
Dffsb_thread.c46 void ft_set_statsc(ffsb_thread_t * ft, ffsb_statsc_t * fsc) in ft_set_statsc()
Dffsb_tg.c342 void tg_set_statsc(ffsb_tg_t * tg, ffsb_statsc_t * fsc) in tg_set_statsc()
Dparser.c963 ffsb_statsc_t fsc = { 0, }; in init_tg_stats()