Searched refs:whitelist_path (Results 1 – 4 of 4) sorted by relevance
59 std::string whitelist_path; in main() local70 whitelist_path = optarg; in main()86 PERFETTO_CHECK(!whitelist_path.empty()); in main()99 perfetto::ReadWhitelist(whitelist_path); in main()
432 def _create_whitelist_set(whitelist_path): argument440 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)
74 def _get_whitelisted_tests(self, whitelist_path): argument90 'cat %s' % whitelist_path).splitlines():98 logging.error('badly formatted line in %s: %s', whitelist_path,
26 --whitelist_path "$DIR/ftrace_proto_gen/event_whitelist" \