Home
last modified time | relevance | path

Searched defs:disable_cgroup_filtering (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DTraceIntelPTGDBRemotePackets.h56 std::optional<bool> disable_cgroup_filtering; member
/freebsd/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPT.cpp644 bool per_cpu_tracing, bool disable_cgroup_filtering) { in Start() argument
662 bool disable_cgroup_filtering = kDefaultDisableCgroupFiltering; in Start() local