Home
last modified time | relevance | path

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

/lib/liblwip/src/include/arch/
Dperf.h39 #define PERF_STOP(x) __asm__(".byte 0x0f, 0x31" : "=a" (__c2l), "=d" (__c2h)); \ macro
50 #define PERF_STOP(x) /* null definition */ macro
/lib/liblwip/src/core/ipv6/
Dip6.c141 PERF_STOP("ip_forward"); in ip_forward()
248 PERF_STOP("ip_input"); in ip_input()
306 PERF_STOP("ip_output_if"); in ip_output_if()
/lib/liblwip/src/core/ipv4/
Dip.c267 PERF_STOP("ip_forward"); in ip_forward()
/lib/liblwip/src/core/
Dpbuf.c691 PERF_STOP("pbuf_free"); in pbuf_free()
Dudp.c432 PERF_STOP("udp_input");
Dtcp_in.c419 PERF_STOP("tcp_input"); in tcp_input()
/lib/liblwip/doc/
Dsys_arch.txt256 PERF_STOP(x) - stop measuring something, and record the result.