trace.hh (4046:ef34b290091e) trace.hh (4167:ce5d0f62f13b)
1/*
2 * Copyright (c) 2001-2006 The Regents of The University of Michigan
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;

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

34
35#include <string>
36#include <vector>
37
38#include "base/cprintf.hh"
39#include "base/match.hh"
40#include "base/traceflags.hh"
41#include "sim/host.hh"
1/*
2 * Copyright (c) 2001-2006 The Regents of The University of Michigan
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;

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

34
35#include <string>
36#include <vector>
37
38#include "base/cprintf.hh"
39#include "base/match.hh"
40#include "base/traceflags.hh"
41#include "sim/host.hh"
42#include "sim/root.hh"
42#include "sim/core.hh"
43
44namespace Trace {
45
46std::ostream &output();
47void setOutput(const std::string &filename);
48
49extern bool enabled;
50typedef std::vector<bool> FlagVec;

--- 79 unchanged lines hidden ---
43
44namespace Trace {
45
46std::ostream &output();
47void setOutput(const std::string &filename);
48
49extern bool enabled;
50typedef std::vector<bool> FlagVec;

--- 79 unchanged lines hidden ---