pmu.c (877a7a11050ee4d465364c57f8fbf78f6b1a2559) | pmu.c (a43783aeec5fac8ef372ff8c0a5bbb3056fc0604) |
---|---|
1#include "parse-events.h" 2#include "pmu.h" 3#include "util.h" 4#include "tests.h" | 1#include "parse-events.h" 2#include "pmu.h" 3#include "util.h" 4#include "tests.h" |
5#include <errno.h> |
|
5#include <linux/kernel.h> 6 7/* Simulated format definitions. */ 8static struct test_format { 9 const char *name; 10 const char *value; 11} test_formats[] = { 12 { "krava01", "config:0-1,62-63\n", }, --- 163 unchanged lines hidden --- | 6#include <linux/kernel.h> 7 8/* Simulated format definitions. */ 9static struct test_format { 10 const char *name; 11 const char *value; 12} test_formats[] = { 13 { "krava01", "config:0-1,62-63\n", }, --- 163 unchanged lines hidden --- |