Lines Matching refs:target
922 # get a list of target devices from the ftrace file
941 # now get the syspath for each target device
948 # now fill in the properties for our target devices
1456 # device target event is entirely inside the source boundary
1460 # thread target event will expand the source boundary
1755 # set the target phase to the one that overlaps most
1761 # if no target phase was found, pin it to the edge
3023 self.thread = Thread(target=self.processMonitor, args=(0,))
5101 ' var html = "<title>"+e.target.innerHTML+"</title>"+\n'\
5106 ' if(e.target.id != "devlist1")\n'\
5121 ' html += "<e id=target>"+text[i]+"</e>\\n";\n'\
5129 ' win.location.hash = "#target";\n'\
5133 ' var name = e.target.id.slice(4);\n'\
5787 # check target mode is a valid mode
6171 data['target'] = tp.cmdline[tp.cmdline.find(arg):].split()[1]
6202 target, issues, testruns = '', [], []
6211 if 'target' in data:
6212 target = data['target']
6220 if target:
6221 title += ' %s' % target