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 -- "$@"
id=f5d11409e61dadf1f9af91b22bbedc28a60a2e2c'>introduce FMODE_OPENEDAl Viro 2018-07-12pass ->f_flags value to alloc_empty_file()Al Viro 2018-07-12pass creds to get_empty_filp(), make sure dentry_open() passes the right credsAl Viro 2018-07-12alloc_file(): switch to passing O_... flags instead of FMODE_... modeAl Viro 2018-07-10fold security_file_free() into file_free()Al Viro 2017-12-07vfs: remove unused hardirq.hYang Shi 2017-11-15fs, mm: account filp cache to kmemcgShakeel Butt 2017-11-08ima: call ima_file_free() prior to calling fasyncMimi Zohar 2017-08-28fput: Don't reinvent the wheel but use existing llist APIByungchul Park 2017-07-06fs: new infrastructure for writeback error handling and reportingJeff Layton 2017-03-02sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Ingo Molnar 2016-12-05constify alloc_file()Al Viro 2015-08-07fs, file table: reinit files_stat.max_files after deferred memory initialisationMel Gorman 2015-06-23remove the pointless include of lglock.hAl Viro 2015-04-11->aio_read and ->aio_write removedAl Viro 2014-10-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds 2014-10-12fs/file_table.c: Update alloc_file() commentEric Biggers 2014-09-08percpu_counter: add @gfp to percpu_counter_init()Tejun Heo