summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/netdev-times-record
diff options
context:
space:
mode:
authorTom Zanussi <tom.zanussi@linux.intel.com>2010-11-10 17:08:20 +0300
committerTom Zanussi <tom.zanussi@linux.intel.com>2010-11-10 17:08:20 +0300
commitb0b6d914e2b7e0a736635515e87be718050c17c8 (patch)
treeb71356143a1efcd589db987fa4bbb88977376241 /tools/perf/scripts/python/bin/netdev-times-record
parente8719adf30c136319a77824d032b3a185148f8f9 (diff)
downloadlinux-b0b6d914e2b7e0a736635515e87be718050c17c8.tar.xz
perf trace scripting: remove system-wide param from shell scripts
Including -a unconditionally when recording doesn't allow for the option of running scripts without it. Future patches will add add it back if needed at run-time. Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com> Acked-by: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
Diffstat (limited to 'tools/perf/scripts/python/bin/netdev-times-record')
-rw-r--r--tools/perf/scripts/python/bin/netdev-times-record2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/scripts/python/bin/netdev-times-record b/tools/perf/scripts/python/bin/netdev-times-record
index d931a828126b..558754b840a9 100644
--- a/tools/perf/scripts/python/bin/netdev-times-record
+++ b/tools/perf/scripts/python/bin/netdev-times-record
@@ -1,5 +1,5 @@
#!/bin/bash
-perf record -a -e net:net_dev_xmit -e net:net_dev_queue \
+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 \