Home
last modified time | relevance | path

Searched refs:profname (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/yocto/poky/bitbake/bin/
H A Dbitbake-worker316 profname = "profile-%s.log" % (fn.replace("/", "-") + "-" + taskname)
321 prof.dump_stats(profname)
322 bb.utils.process_profilelog(profname)
533 profname = "profile-worker.log" variable
538 prof.dump_stats(profname)
539 bb.utils.process_profilelog(profname)
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/
H A Dbuild.py751 profname = "profile-%s.log" % (d.getVar("PN") + "-" + task)
758 prof.dump_stats(profname)
759 bb.utils.process_profilelog(profname)