summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-record
diff options
context:
space:
mode:
authorAdam Buchbinder <adam.buchbinder@gmail.com>2009-12-11 16:35:38 -0500
committerJiri Kosina <jkosina@suse.cz>2010-02-04 11:55:45 +0100
commita089377f29d3af0f62f3bdc6db0c5042513fc3f3 (patch)
tree062cd64f999c3cec8448b1489bccd83f60b53761 /tools/perf/scripts/python/bin/stackcollapse-record
parent303863f43fa5106637325a213717b2f306e2efc3 (diff)
downloadkernel-a089377f29d3af0f62f3bdc6db0c5042513fc3f3.tar.gz
Fix misspelling of "truly" in a label.
A label reads 'truely_dead' rather than 'truly_dead'; this fixes it. No change in functionality. Signed-off-by: Adam Buchbinder <adam.buchbinder@gmail.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-record')
0 files changed, 0 insertions, 0 deletions
an>attr: handle idmapped mountsChristian Brauner 2021-01-24namei: make permission helpers idmapped mount awareChristian Brauner 2021-01-24fs: add file and path permissions helpersChristian Brauner 2021-01-04fs: expose LOOKUP_CACHED through openat2() RESOLVE_CACHEDJens Axboe 2020-12-15Merge branch 'exec-for-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds 2020-12-10file: Rename __close_fd to close_fd and remove the files parameterEric W. Biederman 2020-12-03openat2: reject RESOLVE_BENEATH|RESOLVE_IN_ROOTAleksa Sarai 2020-08-12exec: move S_ISREG() check earlierKees Cook 2020-08-07Merge branch 'hch.init_path' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds 2020-07-31init: add an init_eaccess helperChristoph Hellwig 2020-07-31init: add an init_chmod helperChristoph Hellwig 2020-07-31init: add an init_chown helperChristoph Hellwig 2020-07-31init: add an init_chroot helperChristoph Hellwig 2020-07-31init: add an init_chdir helperChristoph Hellwig 2020-07-31fs: remove ksys_fchmodChristoph Hellwig 2020-07-31fs: remove ksys_openChristoph Hellwig 2020-07-16fs: add a vfs_fchmod helperChristoph Hellwig 2020-07-16fs: add a vfs_fchown helperChristoph Hellwig 2020-06-17close_range: add CLOSE_RANGE_UNSHAREChristian Brauner 2020-06-17open: add close_range()Christian Brauner 2020-06-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds 2020-06-02vfs: track per-sb writeback errors and report them to syncfsJeff Layton 2020-05-14vfs: add faccessat2 syscallMiklos Szeredi 2020-05-14vfs: split out access_override_creds()Miklos Szeredi 2020-04-02Merge branch 'work.dotdot1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds 2020-03-12cifs_atomic_open(): fix double-put on late allocation failureAl Viro 2020-02-27make build_open_flags() treat O_CREAT | O_EXCL as implying O_NOFOLLOWAl Viro 2020-01-20fs: make build_open_flags() available internallyJens Axboe 2020-01-18open: introduce openat2(2) syscallAleksa Sarai 2019-11-26Revert "vfs: properly and reliably lock f_pos in fdget_pos()"Linus Torvalds 2019-11-25vfs: properly and reliably lock f_pos in fdget_pos()Linus Torvalds 2019-09-26fs: remove unlikely() from WARN_ON() conditionDenis Efremov 2019-09-24mm,thp: avoid writes to file with THP in pagecacheSong Liu