inteltrace.cc (7811:a8fc35183c10) inteltrace.cc (8902:75b524b64c28)
1/*
2 * Copyright (c) 2001-2005 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;

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

62////////////////////////////////////////////////////////////////////////
63//
64// ExeTracer Simulation Object
65//
66Trace::IntelTrace *
67IntelTraceParams::create()
68{
69 return new Trace::IntelTrace(this);
1/*
2 * Copyright (c) 2001-2005 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;

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

62////////////////////////////////////////////////////////////////////////
63//
64// ExeTracer Simulation Object
65//
66Trace::IntelTrace *
67IntelTraceParams::create()
68{
69 return new Trace::IntelTrace(this);
70};
70}