Lines Matching full:profilers
21 For profilers we need to exclude everything except the __init__.py
22 file so that the profilers can be imported.
27 # Get the profilers directory
28 prof_dir = os.path.join(client_dir, 'profilers')
30 # Include the __init__.py file for the profilers and exclude all its
34 exclude_string += ' --exclude=profilers/%s' % f
59 "from client/profilers directory and upload to the repo",
65 "directory alone without the tests, deps and profilers",
74 "(includes the client, tests, deps and profilers)",
96 # for the profilers and deps
136 # for the profilers and deps
150 prof_dir = os.path.join(client_dir, "profilers")
173 # process profilers
174 profilers_list = get_subdir_list('profilers', client_dir)
175 profilers = ','.join(profilers_list)
180 all_packages.extend(tar_packages(pkgmgr, 'profiler', profilers,
199 process_packages(pkgmgr, 'profiler', profilers, prof_dir,
255 prof_dir = os.path.join(client_dir, "profilers")