Home
last modified time | relevance | path

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

/system/extras/sane_schedstat/
Dsane_schedstat.c51 unsigned long pcount; /* number of tasks (not necessarily unique) given */ member
79 cpu_delta[i].cpu_time / 1000000, cpu_delta[i].run_delay / 1000000, cpu_delta[i].pcount); in print()
91 &tmp.cpu_time, &tmp.run_delay, &tmp.pcount) != 10) { in parse_cpu_v15()
104 cpu_delta[cpu].pcount = tmp.pcount - cpu_prev[cpu].pcount; in parse_cpu_v15()
/system/core/libpixelflinger/
Dtrap.cpp664 int* pcount, in edge_setup() argument
672 Edge* edge = edges + *pcount; in edge_setup()
714 ++*pcount; in edge_setup()
854 int* pcount, in aa_edge_setup() argument
862 AAEdge* edge = edges + *pcount; in aa_edge_setup()
903 ++*pcount; in aa_edge_setup()
/system/core/libcorkscrew/arch-arm/
Dbacktrace-arm.c106 extern _Unwind_Ptr __gnu_Unwind_Find_exidx(_Unwind_Ptr pc, int *pcount);