Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1215326
| From | Matt Fleming <matt@codeblueprint.co.uk> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 04/11] perf tools: Move debugfs__strerror_open into util.c object |
| Date | 2015-08-28 15:00 +0200 |
| Message-ID | <q2rq9-3IB-5@gated-at.bofh.it> (permalink) |
| References | <q1Jfs-7l6-5@gated-at.bofh.it> <q1Jfs-7l6-17@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Wed, 26 Aug, at 03:46:46PM, 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. > > Link: http://lkml.kernel.org/n/tip-bq0f0l4r0bjvy0pjp4m759kv@git.kernel.org > Signed-off-by: Jiri Olsa <jolsa@kernel.org> > --- > tools/lib/api/fs/debugfs.c | 51 --------------------------------------------- > tools/lib/api/fs/debugfs.h | 3 --- > tools/perf/util/util.c | 52 ++++++++++++++++++++++++++++++++++++++++++++++ > tools/perf/util/util.h | 2 ++ > 4 files changed, 54 insertions(+), 54 deletions(-) Reviewed-by: Matt Fleming <matt.fleming@intel.com> -- Matt Fleming, Intel Open Source Technology Center -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH 04/11] perf tools: Move debugfs__strerror_open into util.c object Jiri Olsa <jolsa@kernel.org> - 2015-08-26 15:50 +0200
Re: [PATCH 04/11] perf tools: Move debugfs__strerror_open into util.c object Arnaldo Carvalho de Melo <acme@kernel.org> - 2015-08-26 16:00 +0200
Re: [PATCH 04/11] perf tools: Move debugfs__strerror_open into util.c object Jiri Olsa <jolsa@redhat.com> - 2015-08-26 16:20 +0200
Re: [PATCH 04/11] perf tools: Move debugfs__strerror_open into util.c object Matt Fleming <matt@codeblueprint.co.uk> - 2015-08-28 15:00 +0200
csiph-web