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:	Thu, 16 Apr 2009 23:39:29 -0700
From:	Jeremy Fitzhardinge <jeremy@...p.org>
To:	mathieu.desnoyers@...ymtl.ca
Cc:	Steven Rostedt <rostedt@...dmis.org>, Ingo Molnar <mingo@...e.hu>,
	Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: [PATCH RFC] WIP pvops trace events


This is my series of pvops tracing patches, consisting of:

- Split out asm/paravirt_type.h from asm/paravirt.h, so that
  trace/events/pvops.h can include the types without getting everything
  else.

- Add a pile of new trace events, and insert them into asm/paravirt.h

- misc tidyups

This nearly compiles, except for some duplicate kmemtrace event
definitions, which I don't understand at all yet.

	J

 arch/x86/include/asm/paravirt.h       |  874 ++++---------------------
 arch/x86/include/asm/paravirt_types.h |  719 ++++++++++++++++++++
 arch/x86/kernel/Makefile              |    5 
 arch/x86/kernel/paravirt-trace.c      |   18 
 include/trace/events/pvops.h          | 1183 ++++++++++++++++++++++++++++++++++
 5 files changed, 2067 insertions(+), 732 deletions(-)

--
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