dyn_event_operations
Regular
4.4
: Absent ⚠️
4.8
: Absent ⚠️
4.10
: Absent ⚠️
4.13
: Absent ⚠️
4.15
: Absent ⚠️
4.18
: Absent ⚠️
5.0
: ✅struct dyn_event_operations {
struct list_head list;
int (*create)(int, const char **);
int (*show)(struct seq_file *, struct dyn_event *);
bool (*is_busy)(struct dyn_event *);
int (*free)(struct dyn_event *);
bool (*match)(const char *, const char *, struct dyn_event *);
};
5.3
: ✅struct dyn_event_operations {
struct list_head list;
int (*create)(int, const char **);
int (*show)(struct seq_file *, struct dyn_event *);
bool (*is_busy)(struct dyn_event *);
int (*free)(struct dyn_event *);
bool (*match)(const char *, const char *, struct dyn_event *);
};
5.4
: ✅struct dyn_event_operations {
struct list_head list;
int (*create)(int, const char **);
int (*show)(struct seq_file *, struct dyn_event *);
bool (*is_busy)(struct dyn_event *);
int (*free)(struct dyn_event *);
bool (*match)(const char *, const char *, int, const char **, struct dyn_event *);
};
5.8
: ✅struct dyn_event_operations {
struct list_head list;
int (*create)(int, const char **);
int (*show)(struct seq_file *, struct dyn_event *);
bool (*is_busy)(struct dyn_event *);
int (*free)(struct dyn_event *);
bool (*match)(const char *, const char *, int, const char **, struct dyn_event *);
};
5.11
: ✅struct dyn_event_operations {
struct list_head list;
int (*create)(int, const char **);
int (*show)(struct seq_file *, struct dyn_event *);
bool (*is_busy)(struct dyn_event *);
int (*free)(struct dyn_event *);
bool (*match)(const char *, const char *, int, const char **, struct dyn_event *);
};
5.13
: ✅struct dyn_event_operations {
struct list_head list;
int (*create)(const char *);
int (*show)(struct seq_file *, struct dyn_event *);
bool (*is_busy)(struct dyn_event *);
int (*free)(struct dyn_event *);
bool (*match)(const char *, const char *, int, const char **, struct dyn_event *);
};
5.15
: ✅struct dyn_event_operations {
struct list_head list;
int (*create)(const char *);
int (*show)(struct seq_file *, struct dyn_event *);
bool (*is_busy)(struct dyn_event *);
int (*free)(struct dyn_event *);
bool (*match)(const char *, const char *, int, const char **, struct dyn_event *);
};
5.19
: ✅struct dyn_event_operations {
struct list_head list;
int (*create)(const char *);
int (*show)(struct seq_file *, struct dyn_event *);
bool (*is_busy)(struct dyn_event *);
int (*free)(struct dyn_event *);
bool (*match)(const char *, const char *, int, const char **, struct dyn_event *);
};
6.2
: ✅struct dyn_event_operations {
struct list_head list;
int (*create)(const char *);
int (*show)(struct seq_file *, struct dyn_event *);
bool (*is_busy)(struct dyn_event *);
int (*free)(struct dyn_event *);
bool (*match)(const char *, const char *, int, const char **, struct dyn_event *);
};
6.5
: ✅struct dyn_event_operations {
struct list_head list;
int (*create)(const char *);
int (*show)(struct seq_file *, struct dyn_event *);
bool (*is_busy)(struct dyn_event *);
int (*free)(struct dyn_event *);
bool (*match)(const char *, const char *, int, const char **, struct dyn_event *);
};
6.8
: ✅struct dyn_event_operations {
struct list_head list;
int (*create)(const char *);
int (*show)(struct seq_file *, struct dyn_event *);
bool (*is_busy)(struct dyn_event *);
int (*free)(struct dyn_event *);
bool (*match)(const char *, const char *, int, const char **, struct dyn_event *);
};
arm64
: ✅struct dyn_event_operations {
struct list_head list;
int (*create)(int, const char **);
int (*show)(struct seq_file *, struct dyn_event *);
bool (*is_busy)(struct dyn_event *);
int (*free)(struct dyn_event *);
bool (*match)(const char *, const char *, int, const char **, struct dyn_event *);
};
armhf
: ✅struct dyn_event_operations {
struct list_head list;
int (*create)(int, const char **);
int (*show)(struct seq_file *, struct dyn_event *);
bool (*is_busy)(struct dyn_event *);
int (*free)(struct dyn_event *);
bool (*match)(const char *, const char *, int, const char **, struct dyn_event *);
};
ppc64el
: ✅struct dyn_event_operations {
struct list_head list;
int (*create)(int, const char **);
int (*show)(struct seq_file *, struct dyn_event *);
bool (*is_busy)(struct dyn_event *);
int (*free)(struct dyn_event *);
bool (*match)(const char *, const char *, int, const char **, struct dyn_event *);
};
riscv64
: Absent ⚠️
aws
: ✅struct dyn_event_operations {
struct list_head list;
int (*create)(int, const char **);
int (*show)(struct seq_file *, struct dyn_event *);
bool (*is_busy)(struct dyn_event *);
int (*free)(struct dyn_event *);
bool (*match)(const char *, const char *, int, const char **, struct dyn_event *);
};
azure
: ✅struct dyn_event_operations {
struct list_head list;
int (*create)(int, const char **);
int (*show)(struct seq_file *, struct dyn_event *);
bool (*is_busy)(struct dyn_event *);
int (*free)(struct dyn_event *);
bool (*match)(const char *, const char *, int, const char **, struct dyn_event *);
};
gcp
: ✅struct dyn_event_operations {
struct list_head list;
int (*create)(int, const char **);
int (*show)(struct seq_file *, struct dyn_event *);
bool (*is_busy)(struct dyn_event *);
int (*free)(struct dyn_event *);
bool (*match)(const char *, const char *, int, const char **, struct dyn_event *);
};
lowlatency
: ✅struct dyn_event_operations {
struct list_head list;
int (*create)(int, const char **);
int (*show)(struct seq_file *, struct dyn_event *);
bool (*is_busy)(struct dyn_event *);
int (*free)(struct dyn_event *);
bool (*match)(const char *, const char *, int, const char **, struct dyn_event *);
};
Regular
5.0
and 5.3
✅
5.3
and 5.4
⚠️bool (*match)(const char *, const char *, struct dyn_event *)
➡️ bool (*match)(const char *, const char *, int, const char **, struct dyn_event *)
5.4
and 5.8
✅
5.8
and 5.11
✅
5.11
and 5.13
⚠️int (*create)(int, const char **)
➡️ int (*create)(const char *)
5.13
and 5.15
✅
5.15
and 5.19
✅
5.19
and 6.2
✅
6.2
and 6.5
✅
6.5
and 6.8
✅
amd64
and arm64
✅
amd64
and armhf
✅
amd64
and ppc64el
✅
generic
and aws
✅
generic
and azure
✅
generic
and gcp
✅
generic
and lowlatency
✅