summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/flamegraph-report
blob: 53c5dc90c87e9073f7fc458a28a01dfac792d301 (plain)
1
2
3
#!/bin/bash
# description: create flame graphs
perf script -s "$PERF_EXEC_PATH"/scripts/python/flamegraph.py -- "$@"
2cddc2c053ad29de35c4d935cf11'>net: delete /proc THIS_MODULE referencesAlexey Dobriyan 2017-12-04net: use rtnl_register_module where neededFlorian Westphal 2017-11-30decnet: Move dn_next into decnet route structure.David Miller 2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook 2017-11-21treewide: Switch DEFINE_TIMER callbacks to struct timer_list *Kees Cook 2017-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds 2017-10-16ipv6: only update __use and lastusetime once per jiffy at mostWei Wang 2017-10-05timer: Remove expires and data arguments from DEFINE_TIMERKees Cook 2017-08-09rtnetlink: make rtnl_register accept a flags parameterFlorian Westphal 2017-06-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller 2017-06-17net: remove DST_NOGC flagWei Wang 2017-06-17decnet: take dst->__refcnt when struct dn_route is createdWei Wang 2017-06-16decnet: always not take dst->__refcnt when inserting dst into hash tableWei Wang 2017-06-16decnet: always not take dst->__refcnt when inserting dst into hash tableWei Wang 2017-04-17net: rtnetlink: plumb extended ack to doit functionDavid Ahern 2017-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg 2016-04-10decnet: Do not build routes to devices without decnet private data.David S. Miller 2015-10-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Pablo Neira Ayuso 2015-10-16netfilter: turn NF_HOOK into an inline functionArnd Bergmann 2015-10-08dst: Pass net into dst->outputEric W. Biederman 2015-09-17netfilter: Pass net into okfnEric W. Biederman 2015-09-17netfilter: Pass struct net into the netfilter hooksEric W. Biederman