~ubuntu-branches/ubuntu/trusty/numactl/trusty

« back to all changes in this revision

Viewing changes to numamon.c

  • Committer: Bazaar Package Importer
  • Author(s): Ian Wienand
  • Date: 2006-01-04 10:25:27 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20060104102527-1seu1f5eafl9iuoc
Tags: 0.9-1
* New upstream
* Most patches accepted into upstream; see upstream changelog or
  debian/patches/README in source package for history

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
   Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
16
16
 
17
17
   Display some numa statistics collected by the CPU.
18
 
   Opteron specific. Also not completely reliable. */
 
18
   Opteron specific. Also not reliable because the counters
 
19
   are not quite correct in hardware. */
19
20
#define _LARGE_FILE_SOURCE 1
20
21
#define _GNU_SOURCE 1
21
22
#include <string.h>