summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
ModeNameSize
-rw-r--r--failed-syscalls-by-pid-record52logplain
-rw-r--r--failed-syscalls-by-pid-report258logplain
-rw-r--r--futex-contention-record82logplain
-rw-r--r--futex-contention-report129logplain
-rw-r--r--netdev-times-record334logplain
-rw-r--r--netdev-times-report176logplain
-rw-r--r--sched-migration-record134logplain
-rw-r--r--sched-migration-report122logplain
-rw-r--r--sctop-record53logplain
-rw-r--r--sctop-report484logplain
-rw-r--r--syscall-counts-by-pid-record53logplain
-rw-r--r--syscall-counts-by-pid-report256logplain
-rw-r--r--syscall-counts-record53logplain
-rw-r--r--syscall-counts-report241logplain
/commit/net/netlink?id=265ecd4fa3f0ca43909f8b2cc0e519966f21b167'>net: genetlink: remove unused genl_family_attrbuf()Jiri Pirko 2019-10-06net: genetlink: parse attrs and store in contect info struct during dumpitJiri Pirko 2019-10-06net: genetlink: push attrbuf allocation and parsing to a separate functionJiri Pirko 2019-10-06net: genetlink: introduce dump info struct to be available during dumpit opJiri Pirko 2019-10-06net: genetlink: push doit/dumpit code from genl_family_rcv_msgJiri Pirko 2019-06-14net: remove empty netlink_tap_exit_netLi RongQing 2019-06-11net: netlink: make netlink_walk_start() void return typeTaehee Yoo 2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner 2019-05-21Merge tag 'spdx-5.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds 2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner 2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner 2019-05-19net: Treat sock->sk_drops as an unsigned int when printingPatrick Talbert 2019-05-04genetlink: do not validate dump requests if there is no policyMichal Kubecek 2019-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller 2019-04-27genetlink: optionally validate strictly/dumpsJohannes Berg 2019-04-27netlink: make validation more configurable for future strictnessJohannes Berg 2019-04-27netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek