summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/flamegraph-report
blob: 53c5dc90c87e9073f7fc458a28a01dfac792d301 (plain)
1
2
3
#!/bin/bash
# description: create flame graphs
perf script -s "$PERF_EXEC_PATH"/scripts/python/flamegraph.py -- "$@"
Russell King's ARM Linux kernel treeRussell King
summaryrefslogtreecommitdiff
path: root/include/linux/poll.h
AgeCommit message (Expand)Author
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds
2018-05-26fs: introduce new ->get_poll_head and ->poll_mask methodsChristoph Hellwig
2018-05-26fs: add new vfs_poll and file_can_poll helpersChristoph Hellwig
2018-05-26fs: unexport poll_schedule_timeoutChristoph Hellwig
2018-02-11unify {de,}mangle_poll(), get rid of kernel-side POLL...Al Viro
2018-02-01preparation to switching ->poll() to returning EPOLL...Al Viro
2017-11-27annotate poll_table_entry->keyAl Viro
2017-11-27annotate poll_table_struct ->_keyAl Viro
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-06-20sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar
2017-04-17move compat select-related syscalls to fs/select.cAl Viro
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-05-19fs: poll/select/recvmmsg: use timespec64 for timeout eventsDeepa Dinamani
2016-03-17timer: convert timer_slack_ns from unsigned long to u64John Stultz
2012-10-13UAPI: (Scripted) Disintegrate include/linuxDavid Howells
2012-03-23poll: add poll_requested_events() and poll_does_not_wait() functionsHans Verkuil
2011-03-31Fix common misspellingsLucas De Marchi