Searched refs:true_val (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-6.6/tools/perf/pmu-events/ |
H A D | metric.py | 211 def __init__(self, true_val: Union[int, float, Expression], 214 self.true_val = _Constify(true_val) 219 true_str = self.true_val.ToPerfJson() 225 return (f'Select({self.true_val.ToPython()}, {self.cond.ToPython()}, ' 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 [all...] |
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/ |
H A D | test_misc_tcp_hdr_options.c | 299 int true_val = 1; in misc_estab() local 306 &true_val, sizeof(true_val)); in misc_estab()
|
H A D | test_tcp_hdr_options.c | 600 int true_val = 1; in estab() local 605 &true_val, sizeof(true_val)); in estab()
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/ |
H A D | test_misc_tcp_hdr_options.c | 303 int true_val = 1; in misc_estab() local 310 &true_val, sizeof(true_val)); in misc_estab()
|
H A D | test_tcp_hdr_options.c | 600 int true_val = 1; in estab() local 605 &true_val, sizeof(true_val)); in estab()
|
Completed in 4 milliseconds