All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH -tip 0/3] x86/tools: Rename tools and cleanup messages for insn decoder
@ 2017-11-24 15:09 Masami Hiramatsu
  2017-11-24 15:10 ` [PATCH -tip 1/3] x86: tools: Rename test_get_len to insn_decoder_test Masami Hiramatsu
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Masami Hiramatsu @ 2017-11-24 15:09 UTC (permalink / raw)
  To: Ingo Molnar
  Cc: Masami Hiramatsu, x86, Greg Kroah-Hartman, Peter Zijlstra,
	H . Peter Anvin, Thomas Gleixner, linux-kernel

These patches renames tools and cleanup messages
for x86 insn decoder according to Ingo's comment.
It is a kind of cleanup series of code. Just changes
meaningless command names to appropriate (or better)
one and does some cleanup including standarize
messages.

---

Masami Hiramatsu (3):
      x86: tools: Rename test_get_len to insn_decoder_test
      x86: tools: Rename distill.awk to objdump_reformat.awk
      x86: tools: Standardize output format of insn_decode_test


 arch/x86/tools/Makefile             |   12 +-
 arch/x86/tools/distill.awk          |   48 ---------
 arch/x86/tools/insn_decoder_test.c  |  180 +++++++++++++++++++++++++++++++++++
 arch/x86/tools/objdump_reformat.awk |   48 +++++++++
 arch/x86/tools/test_get_len.c       |  173 ----------------------------------
 5 files changed, 234 insertions(+), 227 deletions(-)
 delete mode 100644 arch/x86/tools/distill.awk
 create mode 100644 arch/x86/tools/insn_decoder_test.c
 create mode 100644 arch/x86/tools/objdump_reformat.awk
 delete mode 100644 arch/x86/tools/test_get_len.c

--
Masami Hiramatsu <mhiramat@kernel.org>

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2017-12-12 15:13 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-24 15:09 [PATCH -tip 0/3] x86/tools: Rename tools and cleanup messages for insn decoder Masami Hiramatsu
2017-11-24 15:10 ` [PATCH -tip 1/3] x86: tools: Rename test_get_len to insn_decoder_test Masami Hiramatsu
2017-12-12 15:08   ` [tip:perf/core] x86/tools: " tip-bot for Masami Hiramatsu
2017-11-24 15:10 ` [PATCH -tip 2/3] x86: tools: Rename distill.awk to objdump_reformat.awk Masami Hiramatsu
2017-12-12 15:08   ` [tip:perf/core] x86/tools: " tip-bot for Masami Hiramatsu
2017-11-24 15:11 ` [PATCH -tip 3/3] x86: tools: Standardize output format of insn_decode_test Masami Hiramatsu
2017-12-12 15:09   ` [tip:perf/core] x86/tools: " tip-bot for Masami Hiramatsu

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.