summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-report
blob: 21a356bd27f6c797208fae48addf15670bc3f606 (plain)
1
2
3
#!/bin/sh
# description: produce callgraphs in short form for scripting use
perf script -s "$PERF_EXEC_PATH"/scripts/python/stackcollapse.py "$@"
2019-12-07pppoe: remove redundant BUG_ON() check in pppoe_pernetAditya Pakki 2019-07-30compat_ioctl: pppoe: fix PPPOEIOCSFWD handlingArnd Bergmann 2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner 2019-01-18net: Fix usage of pskb_trim_rcsumRoss Lagerwall 2018-09-17pppoe: fix reception of frames with no mac headerGuillaume Nault 2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds 2018-06-04Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds 2018-05-26net: convert datagram_poll users tp ->poll_maskChristoph Hellwig 2018-05-16proc: introduce proc_create_net{,_data}Christoph Hellwig 2018-04-23pppoe: check sockaddr length in pppoe_connect()Guillaume Nault 2018-03-27net: Drop pernet_operations::asyncKirill Tkhai 2018-03-26drivers/net: Use octal not symbolic permissionsJoe Perches 2018-02-27net: Convert /proc creating and destroying pernet_operationsKirill Tkhai 2018-02-12net: make getname() functions return length rather than use int* parameterDenys Vlasenko 2018-01-23pppoe: take ->needed_headroom of lower device into account on xmitGuillaume Nault 2017-06-16networking: make skb_put & friends return void pointersJohannes Berg 2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds 2016-11-18netns: make struct pernet_operations::id unsigned intAlexey Dobriyan