search for: kcov_remote_area

Displaying 1 result from an estimated 1 matches for "kcov_remote_area".

2019 Oct 21
0
[PATCH RFC 1/3] kcov: remote coverage support
...> + bool remote; > + /* Size of remote arena (in long's). */ > + unsigned int remote_size; > + /* Sequence is incremented each time kcov is reenabled. */ > + int sequence; > +}; > + > +struct kcov_remote_area { > + struct list_head list; > + unsigned int size; > +}; > + > +struct kcov_remote { > + u64 handle; > + struct kcov *kcov; > + struct hlist_node hnode; > }; > > +static DEFINE_S...