Home
last modified time | relevance | path

Searched refs:whitelist_path (Results 1 – 4 of 4) sorted by relevance

/external/perfetto/tools/ftrace_proto_gen/
Dmain.cc59 std::string whitelist_path; in main() local
70 whitelist_path = optarg; in main()
86 PERFETTO_CHECK(!whitelist_path.empty()); in main()
99 perfetto::ReadWhitelist(whitelist_path); in main()
/external/autotest/utils/
Dtest_importer.py432 def _create_whitelist_set(whitelist_path): argument
440 f = open(whitelist_path, 'r')
582 whitelist_path = os.path.abspath(options.whitelist_file)
583 if not os.path.isfile(whitelist_path):
584 logging.error("--whitelist-file (%s) not found", whitelist_path)
586 logging.info("Using whitelist file %s", whitelist_path)
587 whitelist_set = _create_whitelist_set(whitelist_path)
/external/autotest/server/site_tests/brillo_Gtests/
Dbrillo_Gtests.py74 def _get_whitelisted_tests(self, whitelist_path): argument
90 'cat %s' % whitelist_path).splitlines():
98 logging.error('badly formatted line in %s: %s', whitelist_path,
/external/perfetto/tools/
Drun_ftrace_proto_gen26 --whitelist_path "$DIR/ftrace_proto_gen/event_whitelist" \