Lines Matching refs:binder_stats
215 static struct binder_stats binder_stats;
219 atomic_inc(&binder_stats.obj_deleted[type]);
224 atomic_inc(&binder_stats.obj_created[type]);
3886 if (_IOC_NR(cmd) < ARRAY_SIZE(binder_stats.bc)) {
3887 atomic_inc(&binder_stats.bc[_IOC_NR(cmd)]);
4319 if (_IOC_NR(cmd) < ARRAY_SIZE(binder_stats.br)) {
4320 atomic_inc(&binder_stats.br[_IOC_NR(cmd)]);
6408 struct binder_stats *stats)
6558 print_binder_stats(m, "", &binder_stats);