Searched refs:ffsb_statsc_t (Results 1 – 8 of 8) sorted by relevance
/external/ltp/utils/ffsb-6.0-rc2/ |
D | ffsb_stats.h | 71 } 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);
|
D | ffsb_stats.c | 39 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;
|
D | ffsb_tg.h | 102 ffsb_statsc_t fsc; 146 void tg_set_statsc(ffsb_tg_t *tg, ffsb_statsc_t *fsc);
|
D | ffsb_thread.h | 100 void ft_set_statsc(ffsb_thread_t *, ffsb_statsc_t *);
|
D | ffsb_fs.h | 110 ffsb_statsc_t fsc;
|
D | ffsb_thread.c | 46 void ft_set_statsc(ffsb_thread_t * ft, ffsb_statsc_t * fsc) in ft_set_statsc()
|
D | ffsb_tg.c | 342 void tg_set_statsc(ffsb_tg_t * tg, ffsb_statsc_t * fsc) in tg_set_statsc()
|
D | parser.c | 963 ffsb_statsc_t fsc = { 0, }; in init_tg_stats()
|