Searched refs:script_root (Results 1 – 3 of 3) sorted by relevance
22 def _find_repo_root(script_root): argument23 repo_root = os.path.abspath(os.path.join(script_root, '../../../../'))
83 function Bpf.static.script_root(root) function89 local function _find_file(script_root, filename)99 filename = script_root .. filename105 assert(nil, "failed to find file "..filename.." (root="..script_root..")")
58 BPF.script_root(tracefile)