Re: [for-next][PATCH 2/5] tracing: Add set_event_pid directory for future use

2015-12-01 Thread Paul E. McKenney
On Thu, Nov 19, 2015 at 11:17:26PM -0500, Steven Rostedt wrote: > On Thu, 19 Nov 2015 15:24:27 -0800 > "Paul E. McKenney" wrote: > > > > +static void *p_start(struct seq_file *m, loff_t *pos) > > > +{ > > > + struct trace_pid_list *pid_list; > > > + struct trace_array *tr = m->private; > > > + >

Re: [for-next][PATCH 2/5] tracing: Add set_event_pid directory for future use

2015-12-01 Thread Paul E. McKenney
On Thu, Nov 19, 2015 at 11:17:26PM -0500, Steven Rostedt wrote: > On Thu, 19 Nov 2015 15:24:27 -0800 > "Paul E. McKenney" wrote: > > > > +static void *p_start(struct seq_file *m, loff_t *pos) > > > +{ > > > + struct trace_pid_list *pid_list; > > > + struct trace_array

Re: [for-next][PATCH 2/5] tracing: Add set_event_pid directory for future use

2015-11-19 Thread Steven Rostedt
On Thu, 19 Nov 2015 15:24:27 -0800 "Paul E. McKenney" wrote: > > +static void *p_start(struct seq_file *m, loff_t *pos) > > +{ > > + struct trace_pid_list *pid_list; > > + struct trace_array *tr = m->private; > > + > > + /* > > +* Grab the mutex, to keep calls to p_next() having the

Re: [for-next][PATCH 2/5] tracing: Add set_event_pid directory for future use

2015-11-19 Thread Paul E. McKenney
On Thu, Oct 29, 2015 at 03:07:56AM -0400, Steven Rostedt wrote: > From: "Steven Rostedt (Red Hat)" > > Create a tracing directory called set_event_pid, which currently has no > function, but will be used to filter all events for the tracing instance or > the pids that are added to the file. > >

Re: [for-next][PATCH 2/5] tracing: Add set_event_pid directory for future use

2015-11-19 Thread Paul E. McKenney
On Thu, Oct 29, 2015 at 03:07:56AM -0400, Steven Rostedt wrote: > From: "Steven Rostedt (Red Hat)" > > Create a tracing directory called set_event_pid, which currently has no > function, but will be used to filter all events for the tracing instance or > the pids that are

Re: [for-next][PATCH 2/5] tracing: Add set_event_pid directory for future use

2015-11-19 Thread Steven Rostedt
On Thu, 19 Nov 2015 15:24:27 -0800 "Paul E. McKenney" wrote: > > +static void *p_start(struct seq_file *m, loff_t *pos) > > +{ > > + struct trace_pid_list *pid_list; > > + struct trace_array *tr = m->private; > > + > > + /* > > +* Grab the mutex, to keep

[for-next][PATCH 2/5] tracing: Add set_event_pid directory for future use

2015-10-29 Thread Steven Rostedt
From: "Steven Rostedt (Red Hat)" Create a tracing directory called set_event_pid, which currently has no function, but will be used to filter all events for the tracing instance or the pids that are added to the file. The reason no functionality is added with this commit is that this commit

[for-next][PATCH 2/5] tracing: Add set_event_pid directory for future use

2015-10-29 Thread Steven Rostedt
From: "Steven Rostedt (Red Hat)" Create a tracing directory called set_event_pid, which currently has no function, but will be used to filter all events for the tracing instance or the pids that are added to the file. The reason no functionality is added with this commit is