Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/android/
Dbinder.c160 struct binder_stats { struct
167 static struct binder_stats binder_stats; argument
171 binder_stats.obj_deleted[type]++; in binder_stats_deleted()
176 binder_stats.obj_created[type]++; in binder_stats_created()
321 struct binder_stats stats;
352 struct binder_stats stats;
1770 if (_IOC_NR(cmd) < ARRAY_SIZE(binder_stats.bc)) { in binder_thread_write()
1771 binder_stats.bc[_IOC_NR(cmd)]++; in binder_thread_write()
2122 if (_IOC_NR(cmd) < ARRAY_SIZE(binder_stats.br)) { in binder_stat_br()
2123 binder_stats.br[_IOC_NR(cmd)]++; in binder_stat_br()
[all …]