Lines Matching refs:binder_stats
200 struct binder_stats {
207 static struct binder_stats binder_stats;
211 atomic_inc(&binder_stats.obj_deleted[type]);
216 atomic_inc(&binder_stats.obj_created[type]);
503 struct binder_stats stats;
576 struct binder_stats stats;
4051 if (_IOC_NR(cmd) < ARRAY_SIZE(binder_stats.bc)) {
4052 atomic_inc(&binder_stats.bc[_IOC_NR(cmd)]);
4483 if (_IOC_NR(cmd) < ARRAY_SIZE(binder_stats.br)) {
4484 atomic_inc(&binder_stats.br[_IOC_NR(cmd)]);
6356 struct binder_stats *stats)
6507 print_binder_stats(m, "", &binder_stats);