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 -- "$@"
-25 20:01:51 -0400'>2020-10-25untangling ep_call_nested(): move push/pop of cookie into the callbacksAl Viro 2020-10-25untangling ep_call_nested(): take pushing cookie into a helperAl Viro 2020-10-25untangling ep_call_nested(): it's all serialized on epmutex.Al Viro 2020-10-25untangling ep_call_nested(): get rid of useless argumentsAl Viro 2020-10-25epoll: get rid of epitem->nwaitAl Viro 2020-10-25epoll: switch epitem->pwqlist to single-linked listAl Viro 2020-09-24ep_create_wakeup_source(): dentry name can change under you...Al Viro 2020-09-10epoll: EPOLL_CTL_ADD: close the race in decision to take fast pathAl Viro 2020-09-10epoll: replace ->visited/visited_list with generation countAl Viro 2020-09-09epoll: do not insert into poll queues until all sanity checks are doneAl Viro 2020-09-02fix regression in "epoll: Keep a reference on files added to the check list"Al Viro 2020-08-22do_epoll_ctl(): clean the failure exits up a bitAl Viro 2020-08-22epoll: Keep a reference on files added to the check listMarc Zyngier