Searched refs:thrfn (Results 1 - 3 of 3) sorted by relevance

/linux-master/tools/perf/tests/shell/coresight/thread_loop/
H A Dthread_loop.c25 static void *thrfn(void *arg) function
80 args[i].th = new_thr(thrfn, &(args[i]));
/linux-master/tools/perf/tests/shell/coresight/unroll_loop_thread/
H A Dunroll_loop_thread.c15 static void *thrfn(void *arg) function
68 args[i].th = new_thr(thrfn, &(args[i]));
/linux-master/tools/perf/tests/shell/coresight/memcpy_thread/
H A Dmemcpy_thread.c16 static void *thrfn(void *arg) function
73 args[i].th = new_thr(thrfn, &(args[i]));

Completed in 103 milliseconds