Home
last modified time | relevance | path

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

/aosp12/art/runtime/
H A Dtrace.cc394 bool enable_stats = false; in Start() local
416 enable_stats = (flags & kTraceCountAllocs) != 0; in Start()
440 if (enable_stats) { in Start()
/aosp12/hardware/qcom/sm8150/data/ipacfg-mgr/ipacm/src/
H A DIPACM_Routing.cpp172 rt_rule_entry.rule.enable_stats = 1; in AddRoutingRule_hw_index()
H A DIPACM_Filtering.cpp184 flt_rule_entry.rule.enable_stats = 1; in AddFilteringRule_hw_index()
301 flt_rule_entry.rule.enable_stats = 1; in AddFilteringRuleAfter_hw_index()
/aosp12/bionic/libc/kernel/uapi/linux/
H A Dbpf.h452 } enable_stats; member