summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-record
blob: 9d8f9f0f3a17c1e9c4042ce535e4853e64575b4e (plain)
1
2
3
4
5
6
7
8
#!/bin/sh

#
# stackcollapse.py can cover all type of perf samples including
# the tracepoints, so no special record requirements, just record what
# you want to analyze.
#
perf record "$@"
>David Howells 2014-02-26af_rxrpc: Improve ACK productionDavid Howells 2014-02-26af_rxrpc: Add sysctls for configuring RxRPC parametersDavid Howells 2014-02-26af_rxrpc: Fix UDP MTU calculation from ICMP_FRAG_NEEDEDDavid Howells 2014-02-07af_rxrpc: Prevent RxRPC peers from ABORT-storming one anotherTim Smith 2014-02-07af_rxrpc: Remove incorrect checksum calculation from rxrpc_recvmsg()Tim Smith 2014-01-28Merge tag 'rxrpc-20140126' of git://git.kernel.org/pub/scm/linux/kernel/git/d...David S. Miller 2014-01-26af_rxrpc: Handle frames delivered from another VMTim Smith 2014-01-26af_rxrpc: Avoid setting up double-free on checksum errorTim Smith 2014-01-26RxRPC: do not unlock unheld spinlock in rxrpc_connect_exclusive()Alexey Khoroshilov 2014-01-21rxrpc: out of bound read in debug codeDan Carpenter 2014-01-18net: add build-time checks for msg->msg_name sizeSteffen Hurrle 2013-11-20net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa 2013-10-19net: misc: Remove extern from function prototypesJoe Perches 2013-02-21Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds 2013-02-18net: proc: change proc_net_remove to remove_proc_entryGao feng 2013-02-18net: proc: change proc_net_fops_create to proc_createGao feng 2013-01-11net/rxrpc: remove depends on CONFIG_EXPERIMENTALKees Cook 2013-01-09rxrpc: Use FIELD_SIZEOF() in af_rxrpc_init().YOSHIFUJI Hideaki / 吉藤英明 2012-10-14Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds 2012-10-08KEYS: Add payload preparsing opportunity prior to key instantiate or updateDavid Howells 2012-09-13userns: net: Call key_alloc with GLOBAL_ROOT_UID, GLOBAL_ROOT_GID instead of ...Eric W. Biederman 2012-07-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller 2012-07-10net: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings 2012-07-09net/rxrpc/ar-peer.c: remove invalid reference to list iterator variableJulia Lawall 2012-06-11ipv4: Kill ip_rt_frag_needed().David S. Miller 2012-04-15net: cleanup unsigned to unsigned intEric Dumazet