summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/task-analyzer-record
blob: 0f6b51bb2767f62df5156858e737dac5f1fe9e0f (plain)
1
2
#!/bin/bash
perf record -e sched:sched_switch -e sched:sched_migrate_task "$@"
d543a'>vsock: add multi-transports supportStefano Garzarella 2019-11-14vsock: handle buffer_size sockopts in the coreStefano Garzarella 2019-11-14vsock/virtio: add transport parameter to the virtio_transport_reset_no_sock()Stefano Garzarella 2019-07-30vsock/virtio: limit the memory used per-socketStefano Garzarella 2019-07-08vsock/virtio: fix flush of works during the .remove()Stefano Garzarella 2019-07-08vsock/virtio: stop workers during the .remove()Stefano Garzarella 2019-07-08vsock/virtio: use RCU to avoid use-after-free on the_virtio_vsockStefano Garzarella 2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 482Thomas Gleixner 2019-05-18vsock/virtio: Initialize core virtio vsock before registering the driverJorge E. Moreira 2019-02-03vsock/virtio: reset connected sockets on device removalStefano Garzarella 2019-02-03vsock/virtio: fix kernel panic after device hot-unplugStefano Garzarella 2018-06-22VSOCK: fix loopback on big-endian systemsClaudio Imbrenda 2017-10-05VSOCK: use TCP state constants for sk_stateStefan Hajnoczi 2017-05-10Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds 2017-05-02virtio: wrap find_vqsMichael S. Tsirkin