Add support for event tracking. Esentially this puts a sequence
authorNathan Binkert <binkertn@umich.edu>
Fri, 21 May 2004 17:57:44 +0000 (13:57 -0400)
committerNathan Binkert <binkertn@umich.edu>
Fri, 21 May 2004 17:57:44 +0000 (13:57 -0400)
commitfee1e1ec0a9c1122f3c42fdef9482c64389949fc
tree445583609f8f81f0cffac71606db9fecd278c3c7
parentb4405682d9f0d7bd01ff461a7e457f8dbbfff1a0
Add support for event tracking.  Esentially this puts a sequence
of events into the database for a given run.

base/stats/mysql.cc:
base/stats/mysql.hh:
    reorganize mysql stat stuff so that other stuff can use
    the same database connection
base/traceflags.py:
    Trace flag to print out events

--HG--
extra : convert_revision : 4d502532ed0ba40b42baefee46b2c99defcc620c
base/stats/events.cc [new file with mode: 0644]
base/stats/events.hh [new file with mode: 0644]
base/stats/mysql.cc
base/stats/mysql.hh
base/stats/mysql_run.hh [new file with mode: 0644]
base/traceflags.py