projects
/
lttng-modules.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Event type tables
[lttng-modules.git]
/
probes
/
lttng.h
1
#ifndef _LTTNG_PROBES_LTTNG_H
2
#define _LTTNG_PROBES_LTTNG_H
3
4
#undef is_signed_type
5
#define is_signed_type(type) (((type)(-1)) < 0)
6
7
#undef PARAMS
8
#define PARAMS(args...) args
9
10
#endif
/* _LTTNG_PROBES_LTTNG_H */
This page took
0.028449 seconds
and
4
git commands to generate.