Profiler.hh (8092:6782b51ae8a8) Profiler.hh (8164:b043c0efa024)
1/*
2 * Copyright (c) 1999-2008 Mark D. Hill and David A. Wood
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

--- 37 unchanged lines hidden (view full) ---

46#define __MEM_RUBY_PROFILER_PROFILER_HH__
47
48#include <iostream>
49#include <map>
50#include <string>
51#include <vector>
52
53#include "base/hashmap.hh"
1/*
2 * Copyright (c) 1999-2008 Mark D. Hill and David A. Wood
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

--- 37 unchanged lines hidden (view full) ---

46#define __MEM_RUBY_PROFILER_PROFILER_HH__
47
48#include <iostream>
49#include <map>
50#include <string>
51#include <vector>
52
53#include "base/hashmap.hh"
54#include "mem/protocol/AccessModeType.hh"
54#include "mem/protocol/RubyAccessMode.hh"
55#include "mem/protocol/AccessType.hh"
56#include "mem/protocol/CacheRequestType.hh"
57#include "mem/protocol/GenericMachineType.hh"
58#include "mem/protocol/GenericRequestType.hh"
59#include "mem/protocol/PrefetchBit.hh"
60#include "mem/ruby/common/Address.hh"
61#include "mem/ruby/common/Consumer.hh"
62#include "mem/ruby/common/Global.hh"

--- 199 unchanged lines hidden ---
55#include "mem/protocol/AccessType.hh"
56#include "mem/protocol/CacheRequestType.hh"
57#include "mem/protocol/GenericMachineType.hh"
58#include "mem/protocol/GenericRequestType.hh"
59#include "mem/protocol/PrefetchBit.hh"
60#include "mem/ruby/common/Address.hh"
61#include "mem/ruby/common/Consumer.hh"
62#include "mem/ruby/common/Global.hh"

--- 199 unchanged lines hidden ---