Home
last modified time | relevance | path

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

/linux/tools/tracing/rtla/src/
H A Dtimerlat_u.h18 void *timerlat_u_dispatcher(void *data);
H A Dtimerlat_u.c132 void *timerlat_u_dispatcher(void *data) in timerlat_u_dispatcher() function
H A Dcommon.c193 retval = pthread_create(&user_thread, NULL, timerlat_u_dispatcher, &params->user); in run_tool()