misc: Rename misc.(hh|cc) to logging.(hh|cc)
These files aren't a collection of miscellaneous stuff, they're the definition of the Logger interface, and a few utility macros for calling into that interface (panic, warn, etc.). Change-Id: I84267ac3f45896a83c0ef027f8f19c5e9a5667d1 Reviewed-on: https://gem5-review.googlesource.com/6226 Reviewed-by: Brandon Potter <Brandon.Potter@amd.com> Maintainer: Gabe Black <gabeblack@google.com>
This commit is contained in:
@@ -54,7 +54,7 @@
|
||||
#include "arch/tlb.hh"
|
||||
#include "base/cprintf.hh"
|
||||
#include "base/loader/symtab.hh"
|
||||
#include "base/misc.hh"
|
||||
#include "base/logging.hh"
|
||||
#include "base/output.hh"
|
||||
#include "base/trace.hh"
|
||||
#include "cpu/checker/cpu.hh"
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
|
||||
#include <sstream>
|
||||
|
||||
#include "base/misc.hh"
|
||||
#include "base/logging.hh"
|
||||
|
||||
using namespace std;
|
||||
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
|
||||
#include <vector>
|
||||
|
||||
#include "base/misc.hh"
|
||||
#include "base/logging.hh"
|
||||
#include "params/IntrControl.hh"
|
||||
#include "sim/sim_object.hh"
|
||||
#include "sim/system.hh"
|
||||
|
||||
@@ -46,7 +46,7 @@
|
||||
#include <cassert>
|
||||
#include <cerrno>
|
||||
|
||||
#include "base/misc.hh"
|
||||
#include "base/logging.hh"
|
||||
|
||||
KvmDevice::KvmDevice(int _fd)
|
||||
: fd(_fd)
|
||||
|
||||
@@ -50,7 +50,7 @@
|
||||
#include <csignal>
|
||||
#include <cstring>
|
||||
|
||||
#include "base/misc.hh"
|
||||
#include "base/logging.hh"
|
||||
#include "perfevent.hh"
|
||||
|
||||
PerfKvmCounterConfig::PerfKvmCounterConfig(uint32_t type, uint64_t config)
|
||||
|
||||
@@ -46,7 +46,7 @@
|
||||
#include <csignal>
|
||||
#include <ctime>
|
||||
|
||||
#include "base/misc.hh"
|
||||
#include "base/logging.hh"
|
||||
#include "base/trace.hh"
|
||||
#include "debug/KvmTimer.hh"
|
||||
|
||||
|
||||
@@ -50,9 +50,9 @@
|
||||
#include <queue>
|
||||
#include <sstream>
|
||||
|
||||
#include "base/misc.hh"
|
||||
#include "cpu/minor/trace.hh"
|
||||
#include "base/logging.hh"
|
||||
#include "cpu/activity.hh"
|
||||
#include "cpu/minor/trace.hh"
|
||||
#include "cpu/timebuf.hh"
|
||||
|
||||
namespace Minor
|
||||
|
||||
@@ -48,7 +48,7 @@
|
||||
#include <queue>
|
||||
#include <vector>
|
||||
|
||||
#include "base/misc.hh"
|
||||
#include "base/logging.hh"
|
||||
#include "base/trace.hh"
|
||||
#include "cpu/o3/comm.hh"
|
||||
#include "cpu/o3/regfile.hh"
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
#include "cpu/o3/store_set.hh"
|
||||
|
||||
#include "base/intmath.hh"
|
||||
#include "base/misc.hh"
|
||||
#include "base/logging.hh"
|
||||
#include "base/trace.hh"
|
||||
#include "debug/StoreSet.hh"
|
||||
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
|
||||
#include <vector>
|
||||
|
||||
#include "base/misc.hh"
|
||||
#include "base/logging.hh"
|
||||
#include "base/types.hh"
|
||||
|
||||
class ThreadContext;
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
#include "cpu/pred/2bit_local.hh"
|
||||
|
||||
#include "base/intmath.hh"
|
||||
#include "base/misc.hh"
|
||||
#include "base/logging.hh"
|
||||
#include "base/trace.hh"
|
||||
#include "debug/Fetch.hh"
|
||||
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
#define __CPU_PRED_BTB_HH__
|
||||
|
||||
#include "arch/types.hh"
|
||||
#include "base/misc.hh"
|
||||
#include "base/logging.hh"
|
||||
#include "base/types.hh"
|
||||
#include "config/the_isa.hh"
|
||||
|
||||
|
||||
@@ -41,7 +41,7 @@
|
||||
#include "cpu/pred/ltage.hh"
|
||||
|
||||
#include "base/intmath.hh"
|
||||
#include "base/misc.hh"
|
||||
#include "base/logging.hh"
|
||||
#include "base/random.hh"
|
||||
#include "base/trace.hh"
|
||||
#include "debug/Fetch.hh"
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
#ifndef __CPU_PRED_SAT_COUNTER_HH__
|
||||
#define __CPU_PRED_SAT_COUNTER_HH__
|
||||
|
||||
#include "base/misc.hh"
|
||||
#include "base/logging.hh"
|
||||
#include "base/types.hh"
|
||||
|
||||
/**
|
||||
|
||||
@@ -52,7 +52,7 @@
|
||||
#include "base/cprintf.hh"
|
||||
#include "base/inifile.hh"
|
||||
#include "base/loader/symtab.hh"
|
||||
#include "base/misc.hh"
|
||||
#include "base/logging.hh"
|
||||
#include "base/pollevent.hh"
|
||||
#include "base/trace.hh"
|
||||
#include "base/types.hh"
|
||||
|
||||
@@ -37,7 +37,7 @@
|
||||
|
||||
#include "arch/registers.hh"
|
||||
#include "arch/types.hh"
|
||||
#include "base/misc.hh"
|
||||
#include "base/logging.hh"
|
||||
#include "base/refcnt.hh"
|
||||
#include "base/types.hh"
|
||||
#include "config/the_isa.hh"
|
||||
|
||||
@@ -36,7 +36,7 @@
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
#include "base/misc.hh"
|
||||
#include "base/logging.hh"
|
||||
#include "base/random.hh"
|
||||
#include "base/statistics.hh"
|
||||
#include "debug/GarnetSyntheticTraffic.hh"
|
||||
|
||||
@@ -41,7 +41,7 @@
|
||||
|
||||
#include "cpu/testers/rubytest/RubyTester.hh"
|
||||
|
||||
#include "base/misc.hh"
|
||||
#include "base/logging.hh"
|
||||
#include "base/trace.hh"
|
||||
#include "cpu/testers/rubytest/Check.hh"
|
||||
#include "debug/RubyTest.hh"
|
||||
|
||||
@@ -44,7 +44,7 @@
|
||||
#include "cpu/thread_context.hh"
|
||||
|
||||
#include "arch/kernel_stats.hh"
|
||||
#include "base/misc.hh"
|
||||
#include "base/logging.hh"
|
||||
#include "base/trace.hh"
|
||||
#include "config/the_isa.hh"
|
||||
#include "cpu/base.hh"
|
||||
|
||||
Reference in New Issue
Block a user