public inbox for systemtap@sourceware.org
 help / color / mirror / Atom feed
* missing sytemtap kernel.trace("net*") on newer Fedora kernels
@ 2014-06-11 21:33 William Cohen
  2014-06-11 23:04 ` Josh Stone
  2014-06-12  1:51 ` Frank Ch. Eigler
  0 siblings, 2 replies; 4+ messages in thread
From: William Cohen @ 2014-06-11 21:33 UTC (permalink / raw)
  To: systemtap

I was looking at the perf netdev-times script:

http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/tree/tools/perf/scripts/python/bin/netdev-times-record

Which uses the following perf tracepoints:

#!/bin/bash
perf record -e net:net_dev_xmit -e net:net_dev_queue		\
		-e net:netif_receive_skb -e net:netif_rx		\
		-e skb:consume_skb -e skb:kfree_skb			\
		-e skb:skb_copy_datagram_iovec -e napi:napi_poll	\
		-e irq:irq_handler_entry -e irq:irq_handler_exit	\
		-e irq:softirq_entry -e irq:softirq_exit		\
		-e irq:softirq_raise $@


On the rhel7 kernel all of the tracepoints are available,  However, on Fedora 20 none of the kernel.trace("net*"), kernel.trace("*skb*"), or kernel.trace("napi_poll") tracepoints are there.

Has anyone else noticed the missing tracepoints on Fedora 20?

-Will

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

end of thread, other threads:[~2014-06-12 15:52 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-06-11 21:33 missing sytemtap kernel.trace("net*") on newer Fedora kernels William Cohen
2014-06-11 23:04 ` Josh Stone
2014-06-12 15:52   ` William Cohen
2014-06-12  1:51 ` Frank Ch. Eigler

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).