Statistics
| Branch: | Revision:

root / scripts / analyse-9p-simpletrace.py @ 19bf7c87

History | View | Annotate | Download (8.8 kB)

# Date Author Comment
058a96ed 12/21/2011 09:07 am Harsh Prateek Bora

scripts/analyse-9p-simpletrace.py: Add symbolic names for 9p operations.

Currently, we just print the numerical value of 9p operation identifier in
case of RERROR which is less meaningful for readability. Mapping 9p
operation ids to symbolic names provides a better tracelog:...

7999f7e1 10/30/2011 11:05 am Aneesh Kumar K.V

hw/9pfs: Make VirtFS tracing work correctly

this patch fix multiple issues with VirtFS tracing.
a) Add tracepoint to the correct code path. We handle error in complete_pdu
b) Fix indentation in python script
c) Fix variable naming issue in python script
...

49a88ce3 10/15/2011 01:00 pm Harsh Prateek Bora

scripts: Simpletrace log analysis script for pretty-printing 9p log.

This python script allows to pretty print 9p simpletrace logs and can be
further enhanced to filter 9p logs based on command line arguments.

Sample output:
TGETATTR (tag = 1 , fid = 0 , request_mask = 0x7ff )...