Age | Commit message (Collapse) | Author |
|
random debug statements i didn't want to push along with it.
kern/tru64/tru64_system.cc:
change the naming of Bins, add some DPRINTFs
--HG--
extra : convert_revision : 65eeb61caa3132adc45972feff891e4a969c06c5
|
|
cpu/exec_context.cc:
put this code between #ifdef FULL_SYSTEM
--HG--
extra : convert_revision : b934c7085d2a4337149ab8180a7d50851fbbf170
|
|
cpu/exec_context.cc:
you can't delete an element of an array that you newed. oops.
kern/tru64/tru64_events.cc:
changes to reflect .ini changes, and also b/c es_intr and ipintr can happen at ANY point, even within a current calling path being tracked.
sim/system.cc:
can't delete an element of a newed array. must new them separately.
--HG--
extra : convert_revision : 21573327b7b7f20bf9a3fcfb5854526433e17e17
|
|
--HG--
extra : convert_revision : 66e6181ad3e8b6567da9f2b82d87e7af49f28eaf
|
|
cpu/exec_context.cc:
nother little bug...forgot to pop off stack as i read off it
sim/system.cc:
forgot to pop off stack as i read off it
--HG--
extra : convert_revision : d1f691c0a9f0fa22281c717ee465d8a5f1e45c13
|
|
--HG--
extra : convert_revision : e4303df381e5f397d15c37eb05377be1860f89be
|
|
--HG--
extra : convert_revision : 3090da3ab1077736bae52519143b44b08dd5ddb9
|
|
into ziff.eecs.umich.edu:/z/binkertn/research/m5/latest
--HG--
extra : convert_revision : 51b3fd809a77e146b8370636b2cc60ddf1075195
|
|
Update the system dir for the addition of parallel and dirty netperf
--HG--
extra : convert_revision : e46efb32e0d6c21047507d444d41e7d55fbfb770
|
|
--HG--
extra : convert_revision : 90b86b270a84cffaf3d13a2b83c04f33bb442e44
|
|
re-do fixed dma latency
--HG--
extra : convert_revision : b91e6b69682f66e424782e89500d3ad47b797e25
|
|
delay is more or less folded into the packet time, but an additional
delay is possible representing crossing a long haul link, or some
switches, etc.
--HG--
extra : convert_revision : 8fd689c2a7e3051e77f47a4cd5f51c6999d92c8f
|
|
--HG--
extra : convert_revision : 8663c874c533685adf21eea968b08b40b7d7b665
|
|
--HG--
extra : convert_revision : 7da77cd9a16ba70eeb0382c3c79b1475554a2d4c
|
|
--HG--
extra : convert_revision : 1585e7f89340b941e699db6b81080af58500a7c2
|
|
sim/system.cc:
oops, forgot to increment iter.
--HG--
extra : convert_revision : 95fcd337d00157ccf072f0eb301b76f280480839
|
|
cpu/exec_context.cc:
sim/system.cc:
sim/system.hh:
serialization for binning
--HG--
extra : convert_revision : f8417794a3a5ec7f2addc9c2da0f48e851899112
|
|
--HG--
extra : convert_revision : 7b5dc465231a861f0b460e3cbf9ee2ad2b2f5246
|
|
choose them at the .ini stage rather than at compile time.
to do it:
in .ini file set binned_fns=foo null bar foo
what this says is, track foo when it is called by null (i.e. anything). bin bar only when it is called by foo.
essentially, if you have a path of functions to track, the 0th, 2nd, 4th fn listed are the fns to track, and the 1st, 3rd, 5th are their respective callers.
base/statistics.hh:
turn it back to FS_MEASURE since we already have a build in place
kern/tru64/tru64_events.cc:
remove FS_MEASURE #defs. add more DPRINTF's. manage an anomaly that happens when tracking idle_thread.
kern/tru64/tru64_events.hh:
remove FS_MEASURE #defs
kern/tru64/tru64_system.cc:
make DumpState print all the time, but only with DPRINTF. add a new parameter to tru64System a vector<string> binned_fns, to read in from .ini file. now all this binning stuff is dynamically generated.
kern/tru64/tru64_system.hh:
remove all static binning stuff, add support for dynamic
sim/system.cc:
change nonPath bin name to Kernel, remove FS_MEASURE
sim/system.hh:
change nonPath to Kernel
--HG--
extra : convert_revision : 9ee813c0a64273bab4125815b7bc8145c5897ec1
|
|
arch/alpha/isa_desc:
Reenable copies.
--HG--
extra : convert_revision : 99259c0ff65e742e617cba1c14f5d1bf4be2fee8
|
|
--HG--
extra : convert_revision : 7b56535ee32551f27db8d98172159f63e5099835
|
|
arch/alpha/isa_desc:
Need to return fault for copy operations.
cpu/exec_context.hh:
Add temporary storage to pass source address from copy load to copy store
cpu/simple_cpu/simple_cpu.cc:
Implement copy functions.
cpu/simple_cpu/simple_cpu.hh:
Return fault
--HG--
extra : convert_revision : 98e5ce563449d6057ba45c70eece9235f1649a90
|
|
--HG--
extra : convert_revision : 82f66462bb2607e427db40147d7f8cc705ed3853
|
|
--HG--
extra : convert_revision : 1792d396f00bd24e9577f7883461b389e96ef803
|
|
the header, and fix so that it doesn't keep requesting the payload bus
if the sendRequest was unsuccesful.
--HG--
extra : convert_revision : 7fda85ccf38ea99a457ae0d6902704cb2ba053cd
|
|
and to free up the header bus by returning false. If there is no
header splitting it will work normally.
--HG--
extra : convert_revision : 4f6dd07e33e510502806256b1b8089d85d600233
|
|
of stats
--HG--
extra : convert_revision : 052a03c3e7a6b4b4ee000f291332bdec59c94f96
|
|
--HG--
extra : convert_revision : 5ea9d5c5f0a0e19afe6956e004113d87d347d698
|
|
--HG--
extra : convert_revision : 1aa436e4dc2981444b4aab102c24c99f5b3280cd
|
|
--HG--
extra : convert_revision : f46902ec51e0db3f4dcfedc4937c8f9504074463
|
|
--HG--
extra : convert_revision : 607177f165a6057de8befd554d31478bbda55239
|
|
The two busses are labeled header/payload. The header_size
designates the number of cache blocks to send on the header bus.
--HG--
extra : convert_revision : 930411052d2183311f9be7a10087c77552a35b37
|
|
take time
--HG--
extra : convert_revision : f30ab2f00dd6f00ad8020912e709d057a2875526
|
|
we switch over to making ticks represent time directly.
--HG--
extra : convert_revision : 29e76e909a184e1ba005a98dd80ca5da1d345f3e
|
|
to memory in different configurations
--HG--
extra : convert_revision : 9e31c2fa96eeb42160cc0b892e10e6db58fe786b
|
|
--HG--
extra : convert_revision : f0b5f622f96795a5d2160eeb2b52ecfd83170b67
|
|
--HG--
extra : convert_revision : 389a02fbf2f266e0c5e8ae07fd28138f7ebfc80c
|
|
--HG--
extra : convert_revision : a9b6e6592e9c0f7e5cba45e148005647ea3539c4
|
|
--HG--
extra : convert_revision : 07f674613cb39ffe77dd66c2c9a77ed73b9d75b6
|
|
into ziff.eecs.umich.edu:/z/binkertn/research/m5/latest
--HG--
extra : convert_revision : ba093baca9abfe311621e9589fcec0a892e9f9d1
|
|
cpu/base_cpu.cc:
#ifdef FULL_SYSTEM
--HG--
extra : convert_revision : 427ee93d545596da00d6c4688a7e32d584054948
|
|
arch/alpha/isa_desc:
Just to make sure, remove the new copy instructions until everything works.
--HG--
extra : convert_revision : cdd3d4c8fa415175aaee04f4a99340dcf82dbc3a
|
|
--HG--
extra : convert_revision : ef2994f2d18a36580994b4fa7005e6dceb072b31
|
|
data DMAs from touching the memory system. They can
still have a latency though if configured.
--HG--
extra : convert_revision : d372205643bd46f7fb7d50a20569ac74ae37ce38
|
|
--HG--
extra : convert_revision : 667c477b0b5ca45d63eaecabcf5119701584599f
|
|
--HG--
extra : convert_revision : 25bc2adb78e2f96fb28b352a73401c3fa52eab03
|
|
cpu/base_cpu.cc:
gah! copy the interrupt status on switchover
--HG--
extra : convert_revision : d3199a7409a494b7687354c43ffca697f37e8456
|
|
into zizzer.eecs.umich.edu:/.automount/ziff/z/binkertn/research/m5/latest
--HG--
extra : convert_revision : b3fd8bcfbaf1e9d09bac8c1403944df36dde671e
|
|
code.
base/statistics.hh:
We're getting rid of FS_MEASURE, but for now, we're going
to still use a compile time flag to turn on and off binning
of statistics. (The flag is STATS_BINNING)
cpu/exec_context.cc:
cpu/exec_context.hh:
kern/tru64/tru64_system.cc:
get rid of FS_MEASURE
cpu/simple_cpu/simple_cpu.cc:
yank the function call tracking code out of the cpu and move
it into the software context class itself.
kern/tru64/tru64_system.hh:
get rid of FS_MEASURE
move all of the tacking stuff to the same place.
sim/system.hh:
cleanup
--HG--
extra : convert_revision : 73d3843afe1b3ba0d5445421c39c1148d3f4e7c0
|
|
into ziff.eecs.umich.edu:/z/binkertn/research/m5/latest
--HG--
extra : convert_revision : 48e5262fc37a5774b10a83e4c36a89c0ef2c8f15
|