m5.c (3125:febd811bccc6) m5.c (3545:a49b07ba610e)
1/*
2 * Copyright (c) 2003-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;

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

36
37#include "m5op.h"
38
39char *progname;
40
41void
42usage()
43{
1/*
2 * Copyright (c) 2003-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;

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

36
37#include "m5op.h"
38
39char *progname;
40
41void
42usage()
43{
44 printf("usage: m5 ivlb <interval>\n"
45 " m5 ivle <interval>\n"
46 " m5 initparam\n"
44 printf("usage: m5 initparam\n"
47 " m5 sw99param\n"
48 " m5 exit [delay]\n"
49 " m5 resetstats [delay [period]]\n"
50 " m5 dumpstats [delay [period]]\n"
51 " m5 dumpresetstats [delay [period]]\n"
52 " m5 checkpoint [delay [period]]\n"
53 " m5 readfile\n"
54 "\n"

--- 171 unchanged lines hidden ---
45 " m5 sw99param\n"
46 " m5 exit [delay]\n"
47 " m5 resetstats [delay [period]]\n"
48 " m5 dumpstats [delay [period]]\n"
49 " m5 dumpresetstats [delay [period]]\n"
50 " m5 checkpoint [delay [period]]\n"
51 " m5 readfile\n"
52 "\n"

--- 171 unchanged lines hidden ---