Lines Matching +full:memory +full:- +full:region
3 # validate-memory-counts.py: check we instrumented memory properly
6 # - the mem plugin output
7 # - the memory binary output
11 # SPDX-License-Identifier: GPL-2.0-or-later
49 Region Base, Reads, Writes, Seen all
66 if line.startswith("Region Base"):
84 def main() -> None:
89 parser = ArgumentParser(description="Validate memory instrumentation")
93 help="The output from memory plugin")
94 parser.add_argument('--bss-cleared',
100 # Extract counts from memory binary
104 # that so we adjust it by the size of the test region.
124 print("Fail: The memory reads and writes count does not match.")