diff options
author | Lisa Hsu <hsul@eecs.umich.edu> | 2003-11-06 23:18:47 -0500 |
---|---|---|
committer | Lisa Hsu <hsul@eecs.umich.edu> | 2003-11-06 23:18:47 -0500 |
commit | 3a99657c8f2b46ad9a76752970a7dd673b4ca7fe (patch) | |
tree | 3793584b4b167bf6eec50fbec1832883b5326d64 /kern/tru64/tru64_system.hh | |
parent | 7ec4f7d21168c6cca349caee0903450f7ab93c14 (diff) | |
download | gem5-3a99657c8f2b46ad9a76752970a7dd673b4ca7fe.tar.xz |
change the path that i track from two separate paths to one.
kern/tru64/tru64_system.cc:
the automatic generated code...
also, change the way i populate the map. now, instead of tcp_ouput being
the head of its own path, put it under tcp_sosend, which is under sosend.
kern/tru64/tru64_system.hh:
automatically generatd changes
--HG--
extra : convert_revision : 005bac336a3088e32b3b5fcc5e72afd80f7f1934
Diffstat (limited to 'kern/tru64/tru64_system.hh')
-rw-r--r-- | kern/tru64/tru64_system.hh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/kern/tru64/tru64_system.hh b/kern/tru64/tru64_system.hh index 42107494f..1240479dd 100644 --- a/kern/tru64/tru64_system.hh +++ b/kern/tru64/tru64_system.hh @@ -87,6 +87,7 @@ class Tru64System : public System Statistics::MainBin *sooWriteBin; Statistics::MainBin *senditBin; Statistics::MainBin *sosendBin; + Statistics::MainBin *tcpSosendBin; Statistics::MainBin *tcpOutputBin; Statistics::MainBin *ipOutputBin; Statistics::MainBin *etherOutputBin; @@ -130,6 +131,7 @@ class Tru64System : public System FnEvent *sooWriteEvent; FnEvent *senditEvent; FnEvent *sosendEvent; + FnEvent *tcpSosendEvent; FnEvent *tcpOutputEvent; FnEvent *ipOutputEvent; FnEvent *etherOutputEvent; |