]> git.proxmox.com Git - qemu.git/commit
trace: generalize the "property" concept in the trace-events file
authorLluís <xscript@gmx.net>
Wed, 31 Aug 2011 18:31:10 +0000 (20:31 +0200)
committerStefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Thu, 1 Sep 2011 09:34:54 +0000 (10:34 +0100)
commit49926043c1319ce99481d45c87c602c20b9dbb79
tree682c6ff3d9fe16a9ebe4a0e5d0d5ac743746fa16
parente4858974ec36afd8a6b3a9e2b0ad8f357f28efc7
trace: generalize the "property" concept in the trace-events file

This adds/modifies the following functions:

* get_name: Get _only_ the event name
* has_property: Return whether an event has a property (keyword before the event
  name)

Signed-off-by: Lluís Vilanova <vilanova@ac.upc.edu>
docs/tracing.txt
scripts/tracetool