]> Git Repo - qemu.git/commit
trace: [tcg] Add 'tcg' event property
authorLluís Vilanova <[email protected]>
Fri, 30 May 2014 12:11:44 +0000 (14:11 +0200)
committerStefan Hajnoczi <[email protected]>
Tue, 12 Aug 2014 13:26:11 +0000 (14:26 +0100)
commitb2b36c22bd8b14de34bd108daa96d89ba41fe8e7
tree19d6db4d043badaa4bac3be28157263308f70374
parentb55835ac109b7f5f11a3f12bf445f75b76bc9f01
trace: [tcg] Add 'tcg' event property

Transforms event:

  tcg name(...) "...", "..."

into two internal events:

  tcg-trans name_trans(...) "..."
  tcg-exec name_exec(...) "..."

Signed-off-by: Lluís Vilanova <[email protected]>
Signed-off-by: Stefan Hajnoczi <[email protected]>
scripts/tracetool/__init__.py
scripts/tracetool/format/events_h.py
This page took 0.027139 seconds and 4 git commands to generate.