lkml.org 
[lkml]   [2020]   [Jan]   [21]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH v2 07/12] tracing: Add trace_synth_event() and related functions
On Fri, 10 Jan 2020 14:35:13 -0600
Tom Zanussi <zanussi@kernel.org> wrote:

> +struct synth_event;
> +
> +struct synth_gen_state {
> + struct trace_event_buffer fbuffer;
> + struct synth_trace_event *entry;
> + struct ring_buffer *buffer;
> + struct synth_event *event;
> + unsigned int cur_field;
> + unsigned int n_u64;
> + bool enabled;
> + bool add_next;
> + bool add_name;
> +};
> +

Yes, please rebase on my for-next branch, as the ring_buffer structure
has been renamed, and will break these patches :-/

-- Steve

\
 
 \ /
  Last update: 2020-01-21 18:04    [W:0.123 / U:2.200 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site