summaryrefslogtreecommitdiff
path: root/tools/perf/pmu-events/jevents.h
blob: b0eb2744b498876780bd56609ced6fcfd8691675 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#ifndef JEVENTS_H
#define JEVENTS_H 1

int json_events(const char *fn,
		int (*func)(void *data, char *name, char *event, char *desc,
				char *long_desc),
		void *data);
char *get_cpu_str(void);

#ifndef min
#define min(x, y) ({                            \
	typeof(x) _min1 = (x);                  \
	typeof(y) _min2 = (y);                  \
	(void) (&_min1 == &_min2);              \
	_min1 < _min2 ? _min1 : _min2; })
#endif

#endif
cgi/linux/net-next.git/diff/?id=52e01b84a244473074fc0612c169e2e043d58b01&id2=2851940ffee313e0ff12540a8e11a8c54dea9c65'>Diffstat (limited to 'net/sunrpc/xprtrdma/backchannel.c')