Home
last modified time | relevance | path

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

/system/nfc/halimpl/bcm2079x/adaptation/
Duserial_linux.c213 } tPERF_DATA; typedef
224 void perf_reset(tPERF_DATA* t) { t->count = t->bytes = t->lapse = 0; } in perf_reset()
235 void perf_log(tPERF_DATA* t) { in perf_log()
267 void perf_update(tPERF_DATA* t, long lapse, long bytes) { in perf_update()
278 static tPERF_DATA perf_poll = {"USERIAL_Poll", 0, 0, 0, 0};
279 static tPERF_DATA perf_read = {"USERIAL_Read", 0, 0, 0, 9};
280 static tPERF_DATA perf_write = {"USERIAL_Write", 0, 0, 0, 3};
281 static tPERF_DATA perf_poll_2_poll = {"USERIAL_Poll_to_Poll", 0, 0, 0, 0};