From: Jiri Olsa <jolsa@kernel.org>
To: linux-kernel@vger.kernel.org
Cc: Jiri Olsa <jolsa@kernel.org>,
Arnaldo Carvalho de Melo <acme@redhat.com>,
Corey Ashford <cjashfor@linux.vnet.ibm.com>,
David Ahern <dsahern@gmail.com>,
Frederic Weisbecker <fweisbec@gmail.com>,
Ingo Molnar <mingo@kernel.org>, Josh Stone <jistone@redhat.com>,
Namhyung Kim <namhyung@kernel.org>,
Paul Mackerras <paulus@samba.org>,
Peter Zijlstra <a.p.zijlstra@chello.nl>
Subject: [RFC 0/3] perf tools: Adding xz decompression support
Date: Fri, 30 Jan 2015 11:22:23 +0100 [thread overview]
Message-ID: <1422613346-22077-1-git-send-email-jolsa@kernel.org> (raw)
hi,
adding support for decompression *.xz objects.
However I'm not sure the way we have now is optimal. For example
the annotation does not work on compressed modules at the moment.
Currently we detect 'supported' suffixes for kernel modules and
update the dso::symtab_type. This info then triggers decompression
of the object when we need the its file descriptor in symsrc__init.
I'm thinking of some generic encapsulation of the decompression,
because it's clearly needed on more places (annotation). I'll try
to come up with som patches, but wanted to hear some ideas first.
Current work available at:
git://git.kernel.org/pub/scm/linux/kernel/git/jolsa/perf.git
perf/lzma
thanks,
jirka
Signed-off-by: Jiri Olsa <jolsa@kernel.org>
Cc: Arnaldo Carvalho de Melo <acme@redhat.com>
Cc: Corey Ashford <cjashfor@linux.vnet.ibm.com>
Cc: David Ahern <dsahern@gmail.com>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Ingo Molnar <mingo@kernel.org>
Cc: Josh Stone <jistone@redhat.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
---
Jiri Olsa (3):
perf tools: Update symtab_type with _KMODULE_COMP
perf tools: Add feature check for lzma library
perf tools: Add lzma decompression support for kernel module
tools/perf/Makefile.perf | 8 +++++++-
tools/perf/config/Makefile | 15 ++++++++++++--
tools/perf/config/feature-checks/Makefile | 6 +++++-
tools/perf/config/feature-checks/test-lzma.c | 9 +++++++++
tools/perf/util/dso.c | 3 +++
tools/perf/util/lzma.c | 95 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
tools/perf/util/machine.c | 9 ++++++++-
tools/perf/util/util.h | 4 ++++
8 files changed, 144 insertions(+), 5 deletions(-)
create mode 100644 tools/perf/config/feature-checks/test-lzma.c
create mode 100644 tools/perf/util/lzma.c
next reply other threads:[~2015-01-30 10:23 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-01-30 10:22 Jiri Olsa [this message]
2015-01-30 10:22 ` [PATCH 1/3] perf tools: Update symtab_type with _KMODULE_COMP Jiri Olsa
2015-01-30 10:22 ` [PATCH 2/3] perf tools: Add feature check for lzma library Jiri Olsa
2015-01-30 10:22 ` [PATCH 3/3] perf tools: Add lzma decompression support for kernel module Jiri Olsa
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1422613346-22077-1-git-send-email-jolsa@kernel.org \
--to=jolsa@kernel.org \
--cc=a.p.zijlstra@chello.nl \
--cc=acme@redhat.com \
--cc=cjashfor@linux.vnet.ibm.com \
--cc=dsahern@gmail.com \
--cc=fweisbec@gmail.com \
--cc=jistone@redhat.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@kernel.org \
--cc=namhyung@kernel.org \
--cc=paulus@samba.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome