Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 727 Bytes

File metadata and controls

10 lines (6 loc) · 727 Bytes

Steps for post processing

  1. Data cleanup: This phase filter out the locks and stack tarces that were acquired by the running workloads on differen worklaods (eg: host, fc, runc and runsc). The code for cleanup is in tracing_analysis.ipynb. Run the required functions to cleanup the data.
  2. Stack details: This phase takes the data from the cleanup phase and further processes the stack traces to find the line/function/file of the point of acquisiton. Details in stack_analysis
  3. Object identification: Run search_locks.py and then search_objects.py.

Different DB related functions:

  1. Lockdep : can be located at utils.py