process.cc (8229:78bf55f23338) process.cc (8240:38befb82b2c9)
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;

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

175
176
177void
178Process::regStats()
179{
180 using namespace Stats;
181
182 num_syscalls
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;

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

175
176
177void
178Process::regStats()
179{
180 using namespace Stats;
181
182 num_syscalls
183 .name(name() + ".PROG:num_syscalls")
183 .name(name() + ".num_syscalls")
184 .desc("Number of system calls")
185 ;
186}
187
188//
189// static helper functions
190//
191int

--- 541 unchanged lines hidden ---
184 .desc("Number of system calls")
185 ;
186}
187
188//
189// static helper functions
190//
191int

--- 541 unchanged lines hidden ---