summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-report
blob: 356b9656393db5a59bb3083d79d0ab0c35e1200a (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 -- "$@"
cipher_contextSabrina Dubroca 2023-08-27tls: move tls_cipher_size_desc to net/tls/tls.hSabrina Dubroca 2023-07-28net/tls: Move TLS protocol elements to a separate headerChuck Lever 2023-06-15net: tls: make the offload check helper take skb not socketJakub Kicinski 2023-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski 2023-05-23tls: Inline do_tcp_sendpages()David Howells 2023-05-19tls: rx: strp: preserve decryption status of skbs when neededJakub Kicinski 2023-04-27SUNRPC: Recognize control messages in server-side TCP socket codeChuck Lever 2022-09-22net/tls: Describe ciphers sizes by const structsTariq Toukan 2022-08-10net/tls: Use RCU API to access tls_ctx->netdevMaxim Mikityanskiy 2022-07-28net/tls: Multi-threaded calls to TX tls_dev_delTariq Toukan 2022-07-26tls: rx: do not use the standard strparserJakub Kicinski 2022-07-18tls: rx: async: hold onto the input skbJakub Kicinski 2022-07-18tls: rx: allow only one reader at a timeJakub Kicinski 2022-07-08tls: create an internal headerJakub Kicinski 2022-07-08tls: rx: always allocate max possible aad size for decryptJakub Kicinski 2022-07-06tls: rx: add sockopt for enabling optimistic decrypt with TLS 1.3Jakub Kicinski 2022-05-19tls: Add opt-in zerocopy mode of sendfile()Boris Pismenny 2022-04-12net: remove noblock parameter from recvmsg() entitiesOliver Hartkopp 2022-04-10tls: rx: simplify async waitJakub Kicinski 2022-04-08tls: rx: use a define for tag lengthJakub Kicinski 2022-04-08tls: rx: don't store the decryption status in socket contextJakub Kicinski 2022-04-08tls: rx: don't store the record type in socket contextJakub Kicinski 2022-03-09net/tls: Provide {__,}tls_driver_ctx() unconditionallyDimitris Michailidis