Lines Matching refs:TP_LOG
44 #define TP_LOG(x) printf x macro
46 #define TP_LOG(x) /* nothing */ macro
88 TP_LOG(("%s: threadpool_get(..., %d) failed -> %d\n", in threadpool_tester_get_unbound()
102 TP_LOG(("%s: found existing unbound pool for pri %d (%s)\n", in threadpool_tester_get_unbound()
108 TP_LOG(("%s: created unbound pool for pri %d\n", in threadpool_tester_get_unbound()
142 TP_LOG(("%s: no unbound pool for pri %d\n", in threadpool_tester_put_unbound()
148 TP_LOG(("%s: released unbound pool for pri %d\n", in threadpool_tester_put_unbound()
177 TP_LOG(("%s: no unbound pool for pri %d\n", in threadpool_tester_run_unbound()
184 TP_LOG(("%s: scheduled job on unbound pool for pri %d\n", in threadpool_tester_run_unbound()
213 TP_LOG(("%s: threadpool_percpu_get(..., %d) failed -> %d\n", in threadpool_tester_get_percpu()
227 TP_LOG(("%s: found existing unbound pool for pri %d (%s)\n", in threadpool_tester_get_percpu()
233 TP_LOG(("%s: created percpu pool for pri %d\n", in threadpool_tester_get_percpu()
267 TP_LOG(("%s: no percpu pool for pri %d\n", in threadpool_tester_put_percpu()
273 TP_LOG(("%s: released percpu pool for pri %d\n", in threadpool_tester_put_percpu()
303 TP_LOG(("%s: no percpu pool for pri %d\n", in threadpool_tester_run_percpu()
313 TP_LOG(("%s: scheduled job on percpu pool for pri %d\n", in threadpool_tester_run_percpu()
352 TP_LOG(("%s: job = %p, ctx = %p\n", __func__, job, ctx)); in threadpool_tester_job()
360 TP_LOG(("%s: %u -> %u\n", __func__, oval, nval)); in threadpool_tester_job()