Searched refs:tPERF_DATA (Results 1 – 1 of 1) sorted by relevance
/external/libnfc-nci/halimpl/bcm2079x/adaptation/ |
D | userial_linux.c | 205 } tPERF_DATA; typedef 216 void perf_reset(tPERF_DATA* t) in perf_reset() 232 void perf_log(tPERF_DATA* t) in perf_log() 264 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};
|