Home
last modified time | relevance | path

Searched refs:syscall_t (Results 1 – 9 of 9) sorted by relevance

/external/ltp/utils/ffsb-6.0-rc2/
Dffsb_stats.h51 } syscall_t; typedef
57 int ffsb_stats_str2syscall(char *, syscall_t *);
75 void ffsb_statsc_ignore_sys(ffsb_statsc_t *, syscall_t s);
95 void ffsb_add_data(ffsb_statsd_t *, syscall_t, uint32_t);
107 int fsc_ignore_sys(ffsb_statsc_t *fsc, syscall_t s);
Dffsb_stats.c19 int ffsb_stats_str2syscall(char *str, syscall_t * sys) in ffsb_stats_str2syscall()
30 *sys = (syscall_t) i; /* ewww */ in ffsb_stats_str2syscall()
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()
106 void ffsb_add_data(ffsb_statsd_t * fsd, syscall_t s, uint32_t value) in ffsb_add_data()
Dffsb_thread.h103 int ft_needs_stats(ffsb_thread_t *, syscall_t);
104 void ft_add_stat(ffsb_thread_t *, syscall_t, uint32_t);
Dffsb_fs.h181 int fs_needs_stats(ffsb_fs_t *fs, syscall_t s);
182 void fs_add_stat(ffsb_fs_t *fs, syscall_t sys, uint32_t val);
Dffsb_thread.c154 int ft_needs_stats(ffsb_thread_t * ft, syscall_t sys) in ft_needs_stats()
162 void ft_add_stat(ffsb_thread_t * ft, syscall_t sys, uint32_t val) in ft_add_stat()
Dffsb_fs.c621 int fs_needs_stats(ffsb_fs_t * fs, syscall_t sys) in fs_needs_stats()
626 void fs_add_stat(ffsb_fs_t * fs, syscall_t sys, uint32_t val) in fs_add_stat()
Dfh.c51 ffsb_thread_t * ft, ffsb_fs_t * fs, syscall_t sys) in do_stats()
Dfileops.c35 ffsb_thread_t * ft, ffsb_fs_t * fs, syscall_t sys) in do_stats()
Dparser.c962 syscall_t sys; in init_tg_stats()