Linux Perf
|
Go to the source code of this file.
Namespaces | |
mem-phys-addr | |
Functions | |
def | mem-phys-addr.parse_iomem () |
def | mem-phys-addr.print_memory_type () |
def | mem-phys-addr.trace_begin () |
def | mem-phys-addr.trace_end () |
def | mem-phys-addr.is_system_ram (phys_addr) |
def | mem-phys-addr.is_persistent_mem (phys_addr) |
def | mem-phys-addr.find_memory_type (phys_addr) |
def | mem-phys-addr.process_event (param_dict) |
Variables | |
list | mem-phys-addr.system_ram = [] |
list | mem-phys-addr.pmem = [] |
mem-phys-addr.f = None | |
mem-phys-addr.load_mem_type_cnt = collections.Counter() | |
mem-phys-addr.event_name = None | |