binder_stats
static struct binder_stats binder_stats;
atomic_inc(&binder_stats.obj_deleted[type]);
atomic_inc(&binder_stats.obj_created[type]);
if (_IOC_NR(cmd) < ARRAY_SIZE(binder_stats.bc)) {
atomic_inc(&binder_stats.bc[_IOC_NR(cmd)]);
if (_IOC_NR(cmd) < ARRAY_SIZE(binder_stats.br)) {
atomic_inc(&binder_stats.br[_IOC_NR(cmd)]);
struct binder_stats *stats)
print_binder_stats(m, "", &binder_stats);
struct binder_stats stats;
struct binder_stats stats;