Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/pmu-events/
H A Dmetric.py211 def __init__(self, true_val: Union[int, float, Expression],
214 self.true_val = _Constify(true_val)
219 true_str = self.true_val.ToPerfJson()
230 true_val = self.true_val.Simplify()
233 return false_val if cond.value == '0' else true_val
235 if true_val.Equals(false_val):
236 return true_val
238 return Select(true_val, cond, false_val)
243 other.false_val) and self.true_val.Equals(other.true_val)
249 true_val = self.true_val.Substitute(name, expression)
[all …]
/openbmc/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.c600 int true_val = 1; in estab() local
605 &true_val, sizeof(true_val)); in estab()