Home
last modified time | relevance | path

Searched refs:enabled_plugins (Results 1 – 8 of 8) sorted by relevance

/external/llvm-project/lldb/test/API/
Dlit.site.cfg.py.in27 config.enabled_plugins = []
42 config.enabled_plugins.append('intel-pt')
Dlit.cfg.py241 for plugin in config.enabled_plugins:
/external/llvm-project/lldb/test/API/commands/trace/
DTestTraceSchema.py13 if 'intel-pt' not in configuration.enabled_plugins:
DTestTraceDumpInstructions.py13 if 'intel-pt' not in configuration.enabled_plugins:
DTestTraceLoad.py13 if 'intel-pt' not in configuration.enabled_plugins:
/external/llvm-project/lldb/packages/Python/lldbsuite/test/
Dconfiguration.py132 enabled_plugins = [] variable
Ddotest.py443 if args.enabled_plugins:
444 configuration.enabled_plugins = args.enabled_plugins
/external/llvm-project/lldb/test/API/tools/intel-features/intel-pt/test/
DTestIntelPTSimpleBinary.py21 if 'intel-pt' not in configuration.enabled_plugins: