Skip to content
Snippets Groups Projects
Select Git revision
  • 0b529cc6d736739af6f6808ac2fd0a93c8b8ed45
  • test default
2 results

ipc_logging

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Steven Cahail authored
    Integrate the IPC Logging extraction script module into
    linux-ramdump-parser-v2.
    
    Move ipc_logging.py from into the linux-ramdump-parser-v2/parsers
    directory, and create a relative symbolic link in the original location.
    Add a new file, ipc_logging_ramparse.py, which performs the actual
    integration.
    
    Change-Id: If0db4f82814a644094af7ebd0e4290dd145f94ac
    09615691
    History
    Name Last commit Last update
    ..
    ipc_logging.py
    readme.txt
    IPC Logging Extraction Script
    =============================
    
    Quick Start
    -----------
    To extract IPC logging info from RAM Dumps, use the script as follows:
    
    python ipc_logging.py parse <RAM dump 1> <RAM dump 2> <RAM dump N>
    
    This will give you just the parsed output. If you would also like to
    output each log page's data in binary format, along with more verbose
    output, use the -v option:
    
    python ipc_logging.py parse -v <RAM dump 1> <RAM dump 2> <RAM dump N>
    
    Before running the script, consult the load.cmm file from the crash dumps
    (if it is available) to make sure the dumps are contiguous and in the normal
    order, and modify the above commands as necessary. Run the script with no
    arguments for more usage information.
    
    If the load.cmm file is not available and the script cannot parse the dumps
    with the default command, contact asw.mp.linux for assistance.
    
    Advanced Usage
    --------------
    To see more usage options, run the ipc_logging.py with no arguments.