lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Mon, 19 Oct 2015 17:48:50 +0530
From:	Anju T <>
To:	linux-kernel@...r.kernel.org
Cc:	linuxppc-dev@...ts.ozlabs.org, sukadev@...ux.vnet.ibm.com,
	acme@...hat.com, mpe@...erman.id.au, dsahern@...il.com,
	jolsa@...hat.com, maddy@...ux.vnet.ibm.com,
	khandual@...ux.vnet.ibm.com, hemant@...ux.vnet.ibm.com,
	Anju T <anju@...ux.vnet.ibm.com>
Subject: [RFC][PATCH 0/3]perf/powerpc:Add ability to sample intr machine state in powerpc

From: Anju T <anju@...ux.vnet.ibm.com>

This short patch series add the ability to sample the interrupted
machine state for each hardware sample

Anju (3):
  perf/powerpc:add ability to sample intr machine state in power
  tools/perf:Map the ID values with register names
  perf/powerpc:add support for sampling intr machine state 


 arch/powerpc/Kconfig                        |   1 +
 arch/powerpc/include/uapi/asm/perf_regs.h   |  55 +++++++++++++
 arch/powerpc/perf/Makefile                  |   2 +-
 arch/powerpc/perf/perf_regs.c               |  85 ++++++++++++++++++++
 tools/perf/arch/powerpc/include/perf_regs.h | 117 ++++++++++++++++++++++++++++
 tools/perf/config/Makefile                  |   4 +
 6 files changed, 263 insertions(+), 1 deletion(-)
 create mode 100644 arch/powerpc/include/uapi/asm/perf_regs.h
 create mode 100644 arch/powerpc/perf/perf_regs.c
 create mode 100644 tools/perf/arch/powerpc/include/perf_regs.h

-- 
2.1.0

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ