|
@@ -203,12 +203,6 @@ static inline unsigned long long rdclock(void)
|
|
|
*/
|
|
|
#define asmlinkage
|
|
|
|
|
|
-#define min(x, y) ({ \
|
|
|
- typeof(x) _min1 = (x); \
|
|
|
- typeof(y) _min2 = (y); \
|
|
|
- (void) (&_min1 == &_min2); \
|
|
|
- _min1 < _min2 ? _min1 : _min2; })
|
|
|
-
|
|
|
extern bool test_attr__enabled;
|
|
|
void test_attr__init(void);
|
|
|
void test_attr__open(struct perf_event_attr *attr, pid_t pid, int cpu,
|