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]
Message-Id: <1283878091-5751-1-git-send-regression-fweisbec@gmail.com>
Date:	Tue,  7 Sep 2010 18:48:06 +0200
From:	Frederic Weisbecker <fweisbec@...il.com>
To:	Ingo Molnar <mingo@...e.hu>
Cc:	LKML <linux-kernel@...r.kernel.org>,
	Frederic Weisbecker <fweisbec@...il.com>,
	Koki Sanagi <sanagi.koki@...fujitsu.com>,
	"David S . Miller" <davem@...emloft.net>,
	Steven Rostedt <rostedt@...dmis.org>
Subject: [GIT PULL] tracing 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

Thanks,
	Frederic
---

Koki Sanagi (3):
      netdev: Add tracepoints to netdev layer
      skb: Add tracepoints to freeing skb
      perf: Add a script to show packets processing

Lai Jiangshan (1):
      irq: Add tracepoint to softirq_raise

Neil Horman (1):
      napi: Convert trace_napi_poll to TRACE_EVENT


 include/linux/interrupt.h                         |    8 +-
 include/trace/events/irq.h                        |   26 +-
 include/trace/events/napi.h                       |   25 +-
 include/trace/events/net.h                        |   82 ++++
 include/trace/events/skb.h                        |   17 +
 net/core/datagram.c                               |    1 +
 net/core/dev.c                                    |    8 +
 net/core/net-traces.c                             |    1 +
 net/core/skbuff.c                                 |    1 +
 tools/perf/scripts/python/bin/netdev-times-record |    8 +
 tools/perf/scripts/python/bin/netdev-times-report |    5 +
 tools/perf/scripts/python/netdev-times.py         |  464 +++++++++++++++++++++
 12 files changed, 641 insertions(+), 5 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