tracepoint
Regular
4.4
: ✅struct tracepoint {
const char *name;
struct static_key key;
void (*regfunc)();
void (*unregfunc)();
struct tracepoint_func *funcs;
};
4.8
: ✅struct tracepoint {
const char *name;
struct static_key key;
void (*regfunc)();
void (*unregfunc)();
struct tracepoint_func *funcs;
};
4.10
: ✅struct tracepoint {
const char *name;
struct static_key key;
int (*regfunc)();
void (*unregfunc)();
struct tracepoint_func *funcs;
};
4.13
: ✅struct tracepoint {
const char *name;
struct static_key key;
int (*regfunc)();
void (*unregfunc)();
struct tracepoint_func *funcs;
};
4.15
: ✅struct tracepoint {
const char *name;
struct static_key key;
int (*regfunc)();
void (*unregfunc)();
struct tracepoint_func *funcs;
};
4.18
: ✅struct tracepoint {
const char *name;
struct static_key key;
int (*regfunc)();
void (*unregfunc)();
struct tracepoint_func *funcs;
};
5.0
: ✅struct tracepoint {
const char *name;
struct static_key key;
int (*regfunc)();
void (*unregfunc)();
struct tracepoint_func *funcs;
};
5.3
: ✅struct tracepoint {
const char *name;
struct static_key key;
int (*regfunc)();
void (*unregfunc)();
struct tracepoint_func *funcs;
};
5.4
: ✅struct tracepoint {
const char *name;
struct static_key key;
int (*regfunc)();
void (*unregfunc)();
struct tracepoint_func *funcs;
};
5.8
: ✅struct tracepoint {
const char *name;
struct static_key key;
int (*regfunc)();
void (*unregfunc)();
struct tracepoint_func *funcs;
};
5.11
: ✅struct tracepoint {
const char *name;
struct static_key key;
struct static_call_key *static_call_key;
void *static_call_tramp;
void *iterator;
int (*regfunc)();
void (*unregfunc)();
struct tracepoint_func *funcs;
};
5.13
: ✅struct tracepoint {
const char *name;
struct static_key key;
struct static_call_key *static_call_key;
void *static_call_tramp;
void *iterator;
int (*regfunc)();
void (*unregfunc)();
struct tracepoint_func *funcs;
};
5.15
: ✅struct tracepoint {
const char *name;
struct static_key key;
struct static_call_key *static_call_key;
void *static_call_tramp;
void *iterator;
int (*regfunc)();
void (*unregfunc)();
struct tracepoint_func *funcs;
};
5.19
: ✅struct tracepoint {
const char *name;
struct static_key key;
struct static_call_key *static_call_key;
void *static_call_tramp;
void *iterator;
int (*regfunc)();
void (*unregfunc)();
struct tracepoint_func *funcs;
};
6.2
: ✅struct tracepoint {
const char *name;
struct static_key key;
struct static_call_key *static_call_key;
void *static_call_tramp;
void *iterator;
int (*regfunc)();
void (*unregfunc)();
struct tracepoint_func *funcs;
};
6.5
: ✅struct tracepoint {
const char *name;
struct static_key key;
struct static_call_key *static_call_key;
void *static_call_tramp;
void *iterator;
void *probestub;
int (*regfunc)();
void (*unregfunc)();
struct tracepoint_func *funcs;
};
6.8
: ✅struct tracepoint {
const char *name;
struct static_key key;
struct static_call_key *static_call_key;
void *static_call_tramp;
void *iterator;
void *probestub;
int (*regfunc)();
void (*unregfunc)();
struct tracepoint_func *funcs;
};
arm64
: ✅struct tracepoint {
const char *name;
struct static_key key;
int (*regfunc)();
void (*unregfunc)();
struct tracepoint_func *funcs;
};
armhf
: ✅struct tracepoint {
const char *name;
struct static_key key;
int (*regfunc)();
void (*unregfunc)();
struct tracepoint_func *funcs;
};
ppc64el
: ✅struct tracepoint {
const char *name;
struct static_key key;
int (*regfunc)();
void (*unregfunc)();
struct tracepoint_func *funcs;
};
riscv64
: ✅struct tracepoint {
const char *name;
struct static_key key;
int (*regfunc)();
void (*unregfunc)();
struct tracepoint_func *funcs;
};
aws
: ✅struct tracepoint {
const char *name;
struct static_key key;
int (*regfunc)();
void (*unregfunc)();
struct tracepoint_func *funcs;
};
azure
: ✅struct tracepoint {
const char *name;
struct static_key key;
int (*regfunc)();
void (*unregfunc)();
struct tracepoint_func *funcs;
};
gcp
: ✅struct tracepoint {
const char *name;
struct static_key key;
int (*regfunc)();
void (*unregfunc)();
struct tracepoint_func *funcs;
};
lowlatency
: ✅struct tracepoint {
const char *name;
struct static_key key;
int (*regfunc)();
void (*unregfunc)();
struct tracepoint_func *funcs;
};
Regular
4.4
and 4.8
✅
4.8
and 4.10
⚠️void (*regfunc)()
➡️ int (*regfunc)()
4.10
and 4.13
✅
4.13
and 4.15
✅
4.15
and 4.18
✅
4.18
and 5.0
✅
5.0
and 5.3
✅
5.3
and 5.4
✅
5.4
and 5.8
✅
5.8
and 5.11
⚠️struct static_call_key *static_call_key
void *static_call_tramp
void *iterator
5.11
and 5.13
✅
5.13
and 5.15
✅
5.15
and 5.19
✅
5.19
and 6.2
✅
6.2
and 6.5
⚠️void *probestub
6.5
and 6.8
✅
amd64
and arm64
✅
amd64
and armhf
✅
amd64
and ppc64el
✅
amd64
and riscv64
✅
generic
and aws
✅
generic
and azure
✅
generic
and gcp
✅
generic
and lowlatency
✅