events.cc (3535:af201ccd2e51) events.cc (4424:9034cc0615be)
1/*
2 * Copyright (c) 2004-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;

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

46 if (DTRACE(DebugPrintf)) {
47 if (!raw) {
48 StringWrap name(tc->getSystemPtr()->name() + ".dprintk");
49 DPRINTFN("");
50 }
51
52 TheISA::Arguments args(tc);
53 Printk(args);
1/*
2 * Copyright (c) 2004-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;

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

46 if (DTRACE(DebugPrintf)) {
47 if (!raw) {
48 StringWrap name(tc->getSystemPtr()->name() + ".dprintk");
49 DPRINTFN("");
50 }
51
52 TheISA::Arguments args(tc);
53 Printk(args);
54 SkipFuncEvent::process(tc);
55 }
54 }
55 SkipFuncEvent::process(tc);
56}
57
58} // namespace linux
56}
57
58} // namespace linux