Home
last modified time | relevance | path

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

/linux/tools/perf/scripts/python/
H A Dsched-migration.py33 def thread_name(pid): function
53 return "%s gone to sleep" % thread_name(self.sleeper)
64 return "%s woke up" % thread_name(self.wakee)
75 return "new forked task %s" % thread_name(self.child)
86 return "task migrated in %s" % thread_name(self.new)
97 return "task migrated out %s" % thread_name(self.old)
278 raw += "%s \n" % thread_name(t)
/linux/drivers/dma/
H A Ddmatest.c382 const char *thread_name = current->comm; in dmatest_mismatch() local
386 thread_name, index, expected, actual); in dmatest_mismatch()
390 thread_name, index, expected, actual); in dmatest_mismatch()
393 thread_name, index, expected, actual); in dmatest_mismatch()
396 thread_name, index, expected, actual); in dmatest_mismatch()
/linux/drivers/media/common/videobuf2/
H A Dvideobuf2-core.c3247 const char *thread_name) in vb2_thread_start() argument
3270 threadio->thread = kthread_run(vb2_thread, q, "vb2-%s", thread_name); in vb2_thread_start()