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:	Fri,  5 Mar 2010 22:55:47 +0100
From:	Frederic Weisbecker <fweisbec@...il.com>
To:	Ingo Molnar <mingo@...e.hu>
Cc:	LKML <linux-kernel@...r.kernel.org>,
	Frederic Weisbecker <fweisbec@...il.com>,
	Peter Zijlstra <peterz@...radead.org>,
	Paul Mackerras <paulus@...ba.org>
Subject: [GIT PULL] perf updates

Ingo,

Please pull the perf/core branch that can be found at:

git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing.git
	perf/core

- Lock events seem to be usable now with perf
- Better performances in x86-64 stacktraces
- Trace events now have correct callchains
- Cleanups


Other patches still in discussion are not in the branch.

Thanks,
	Frederic
---

Frederic Weisbecker (5):
      lockdep: Move lock events under lockdep recursion protection
      perf/x86-64: Use frame pointer to walk on irq and process stacks
      perf: Introduce new perf_fetch_caller_regs() for hot regs snapshot
      perf: Take a hot regs snapshot for trace events
      perf: Drop the obsolete profile naming for trace events


 arch/x86/kernel/cpu/perf_event.c   |   12 +++
 arch/x86/kernel/dumpstack.h        |   15 +++
 arch/x86/kernel/dumpstack_64.c     |    4 +-
 include/linux/ftrace_event.h       |   23 +++--
 include/linux/perf_event.h         |   42 +++++++++-
 include/linux/syscalls.h           |   24 +++---
 include/trace/ftrace.h             |   44 +++++-----
 include/trace/syscall.h            |    8 +-
 kernel/lockdep.c                   |    9 +--
 kernel/perf_event.c                |   18 ++--
 kernel/trace/Makefile              |    2 +-
 kernel/trace/trace_event_perf.c    |  165 ++++++++++++++++++++++++++++++++++++
 kernel/trace/trace_event_profile.c |  164 -----------------------------------
 kernel/trace/trace_events.c        |    2 +-
 kernel/trace/trace_kprobe.c        |   29 +++---
 kernel/trace/trace_syscalls.c      |   72 ++++++++--------
 16 files changed, 353 insertions(+), 280 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