Home
last modified time | relevance | path

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

/linux/tools/perf/pmu-events/
H A Dmetric.py217 def __init__(self, true_val: Union[int, float, Expression],
220 self.true_val = _Constify(true_val)
225 true_str = self.true_val.ToPerfJson()
236 true_val = self.true_val.Simplify()
239 return false_val if cond.value == '0' else true_val
241 if true_val.Equals(false_val):
242 return true_val
244 return Select(true_val, cond, false_val)
249 other.false_val) and self.true_val.Equals(other.true_val)
255 true_val = self.true_val.Substitute(name, expression)
[all …]
/linux/tools/testing/selftests/bpf/progs/
H A Dtest_misc_tcp_hdr_options.c303 int true_val = 1; in misc_estab() local
310 &true_val, sizeof(true_val)); in misc_estab()
H A Dtest_tcp_hdr_options.c597 int true_val = 1;
602 &true_val, sizeof(true_val)); in estab()
600 int true_val = 1; estab() local
/linux/drivers/soc/qcom/
H A Dqcom_aoss.c495 const char *true_val; member
532 str_val = bool_val ? entry->true_val : entry->false_val; in qmp_debugfs_write()