Re: [PATCH 05/15] tools lib api: Move debugfs__strerror_open into tracing_path.c object

2015-09-04 Thread Raphaël Beamonte
2015-09-04 9:48 GMT-04:00 Jiri Olsa : > it's not fs per say, it's 'combination,choice' of debugfs and tracefs > that provides 'path' for tracing ;-) Ok then! Makes sense :) Thanks 2015-09-02 3:56 GMT-04:00 Jiri Olsa : > Moving debugfs__strerror_open out of api/fs/debugfs.c, > because it's not

Re: [PATCH 05/15] tools lib api: Move debugfs__strerror_open into tracing_path.c object

2015-09-04 Thread Jiri Olsa
On Fri, Sep 04, 2015 at 09:41:59AM -0400, Raphaël Beamonte wrote: > 2015-09-02 9:12 GMT-04:00 Arnaldo Carvalho de Melo : > > Em Wed, Sep 02, 2015 at 09:56:35AM +0200, Jiri Olsa escreveu: > > Humm, here I think that "_path" may look excessive... But tracing_path__ > > better > > than debugfs__, so

Re: [PATCH 05/15] tools lib api: Move debugfs__strerror_open into tracing_path.c object

2015-09-04 Thread Raphaël Beamonte
2015-09-02 9:12 GMT-04:00 Arnaldo Carvalho de Melo : > Em Wed, Sep 02, 2015 at 09:56:35AM +0200, Jiri Olsa escreveu: > Humm, here I think that "_path" may look excessive... But tracing_path__ > better > than debugfs__, so its progress, applying, if we get a better name, we > can change this

Re: [PATCH 05/15] tools lib api: Move debugfs__strerror_open into tracing_path.c object

2015-09-04 Thread Matt Fleming
On Wed, 02 Sep, at 09:56:35AM, Jiri Olsa wrote: > Moving debugfs__strerror_open out of api/fs/debugfs.c, > because it's not debugfs specific. It'll be changed to > consider tracefs mount as well in following patches. > > Renaming it into tracing_path__strerror_open_tp to fit > into the namespace.

Re: [PATCH 05/15] tools lib api: Move debugfs__strerror_open into tracing_path.c object

2015-09-04 Thread Matt Fleming
On Wed, 02 Sep, at 09:56:35AM, Jiri Olsa wrote: > Moving debugfs__strerror_open out of api/fs/debugfs.c, > because it's not debugfs specific. It'll be changed to > consider tracefs mount as well in following patches. > > Renaming it into tracing_path__strerror_open_tp to fit > into the namespace.

Re: [PATCH 05/15] tools lib api: Move debugfs__strerror_open into tracing_path.c object

2015-09-04 Thread Jiri Olsa
On Fri, Sep 04, 2015 at 09:41:59AM -0400, Raphaël Beamonte wrote: > 2015-09-02 9:12 GMT-04:00 Arnaldo Carvalho de Melo : > > Em Wed, Sep 02, 2015 at 09:56:35AM +0200, Jiri Olsa escreveu: > > Humm, here I think that "_path" may look excessive... But tracing_path__ > >

Re: [PATCH 05/15] tools lib api: Move debugfs__strerror_open into tracing_path.c object

2015-09-04 Thread Raphaël Beamonte
2015-09-02 9:12 GMT-04:00 Arnaldo Carvalho de Melo : > Em Wed, Sep 02, 2015 at 09:56:35AM +0200, Jiri Olsa escreveu: > Humm, here I think that "_path" may look excessive... But tracing_path__ > better > than debugfs__, so its progress, applying, if we get a better name, we

Re: [PATCH 05/15] tools lib api: Move debugfs__strerror_open into tracing_path.c object

2015-09-04 Thread Raphaël Beamonte
2015-09-04 9:48 GMT-04:00 Jiri Olsa : > it's not fs per say, it's 'combination,choice' of debugfs and tracefs > that provides 'path' for tracing ;-) Ok then! Makes sense :) Thanks 2015-09-02 3:56 GMT-04:00 Jiri Olsa : > Moving debugfs__strerror_open out of

Re: [PATCH 05/15] tools lib api: Move debugfs__strerror_open into tracing_path.c object

2015-09-02 Thread Arnaldo Carvalho de Melo
Em Wed, Sep 02, 2015 at 09:56:35AM +0200, Jiri Olsa escreveu: > Moving debugfs__strerror_open out of api/fs/debugfs.c, > because it's not debugfs specific. It'll be changed to > consider tracefs mount as well in following patches. > > Renaming it into tracing_path__strerror_open_tp to fit > into

[PATCH 05/15] tools lib api: Move debugfs__strerror_open into tracing_path.c object

2015-09-02 Thread Jiri Olsa
Moving debugfs__strerror_open out of api/fs/debugfs.c, because it's not debugfs specific. It'll be changed to consider tracefs mount as well in following patches. Renaming it into tracing_path__strerror_open_tp to fit into the namespace. No functional change is intended. Link:

[PATCH 05/15] tools lib api: Move debugfs__strerror_open into tracing_path.c object

2015-09-02 Thread Jiri Olsa
Moving debugfs__strerror_open out of api/fs/debugfs.c, because it's not debugfs specific. It'll be changed to consider tracefs mount as well in following patches. Renaming it into tracing_path__strerror_open_tp to fit into the namespace. No functional change is intended. Link:

Re: [PATCH 05/15] tools lib api: Move debugfs__strerror_open into tracing_path.c object

2015-09-02 Thread Arnaldo Carvalho de Melo
Em Wed, Sep 02, 2015 at 09:56:35AM +0200, Jiri Olsa escreveu: > Moving debugfs__strerror_open out of api/fs/debugfs.c, > because it's not debugfs specific. It'll be changed to > consider tracefs mount as well in following patches. > > Renaming it into tracing_path__strerror_open_tp to fit > into