Searched refs:equal (Results 1 – 12 of 12) sorted by relevance
/tools/perf/ui/ |
D | hist.c | 409 .equal = hpp__equal, \ 423 .equal = hpp__equal, \ 436 .equal = hpp__equal, \ 567 if (acc->equal(acc, fmt)) { in perf_hpp__cancel_cumulate() 572 if (ovh->equal(ovh, fmt)) in perf_hpp__cancel_cumulate() 579 return a->equal && a->equal(a, b); in fmt_equal()
|
/tools/testing/selftests/bpf/prog_tests/ |
D | core_reloc.c | 294 int err, duration = 0, i, equal; in test_core_reloc() local 361 equal = memcmp(data.out, test_case->output, in test_core_reloc() 363 if (CHECK(!equal, "check_result", in test_core_reloc()
|
/tools/perf/tests/ |
D | attr.py | 105 def equal(self, other): member in Event 250 if (exp_event.equal(res_event)):
|
/tools/lib/traceevent/Documentation/ |
D | libtraceevent-parse_head.txt | 25 _tep_parse_header_page()_ function can be called with _size_ equal to 0. The
|
/tools/memory-model/Documentation/ |
D | recipes.txt | 91 consequence that if the final value of r0 is equal to 1, then the final 92 value of r1 must also be equal to 1. In contrast, the weaker rule would 117 This also has the consequence that if the final value of r1 is equal 118 to 0, then the final value of r0 must also be equal to 0. In contrast, 379 barrier in CPU1() prevents r0 and r1 from both ending up equal to 1.
|
D | explanation.txt | 1103 second load executed. So why doesn't r2 end up equal to 1? 1217 been forwarded to the load, so r1 would have ended up equal to 1, not 1367 be equal to X). Because of the cumul-fence links, we know that W will 1571 1. G = W is po-before or equal to X; 1770 This waits until s is equal to 0 and then atomically sets it to 1, 1781 which atomically sets s to 1 if it is currently equal to 0 and returns
|
/tools/build/ |
D | Build.include | 31 # Check if both arguments has same arguments. Result is empty string if equal.
|
/tools/perf/util/ |
D | hist.h | 272 bool (*equal)(struct perf_hpp_fmt *a, struct perf_hpp_fmt *b); member
|
D | sort.c | 1898 hse->hpp.equal = __sort__hpp_equal; in __sort_dimension__alloc_hpp() 2247 hde->hpp.equal = __sort__hde_equal; in __alloc_dynamic_entry()
|
/tools/perf/Documentation/ |
D | jitdump-specification.txt | 103 …ate new code started address for the jitted code. By default it should be equal to the vma address.
|
D | perf-config.txt | 562 Do not suppress syscall arguments that are equal to zero.
|
/tools/perf/ |
D | builtin-c2c.c | 1776 fmt->equal = fmt_equal; in get_format()
|