/[rtmk]/rtmk/trace.h
ViewVC logotype

Diff of /rtmk/trace.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.5 by jrydberg, Wed Jan 16 00:07:57 2002 UTC revision 1.6 by jrydberg, Wed Feb 20 20:04:42 2002 UTC
# Line 1  Line 1 
1  /* Debug tracing.  /* Debug tracing.
2     Copyright 1999, 2000, 2001 Johan Rydberg, jrydberg@opencores.org.     Copyright 1999, 2000, 2001, 2002 Johan Rydberg, jrydberg@rtmk.org.
3    
4  This program is free software; you can redistribute it and/or modify  This program is free software; you can redistribute it and/or modify
5  it under the terms of the GNU General Public License as published by  it under the terms of the GNU General Public License as published by
# Line 29  struct trace_statistics Line 29  struct trace_statistics
29    unsigned int n_threads;    unsigned int n_threads;
30    unsigned int n_tasks;    unsigned int n_tasks;
31    unsigned int n_ports;    unsigned int n_ports;
32    
33      unsigned int n_vm_pages;
34      unsigned int n_vm_free_pages;
35      unsigned int n_vm_active_pages;
36  };  };
37    
38  extern struct trace_statistics trace_stats;  extern struct trace_statistics trace_stats;

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26