summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/flamegraph.py
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@vrfy.org>2011-07-24 22:06:04 +0930
committerRusty Russell <rusty@rustcorp.com.au>2011-07-24 22:06:04 +0930
commit88bfa3247961fe5f3623f4d2cf1cd5dc72457598 (patch)
treed3ce6a00501ed34655918815623642698eece9ca /tools/perf/scripts/python/flamegraph.py
parent4befb026cf74b52fc7d382142bbfc0e9b6aab5e7 (diff)
downloadkernel-88bfa3247961fe5f3623f4d2cf1cd5dc72457598.tar.gz
module: add /sys/module/<name>/uevent files
Userspace wants to manage module parameters with udev rules. This currently only works for loaded modules, but not for built-in ones. To allow access to the built-in modules we need to re-trigger all module load events that happened before any userspace was running. We already do the same thing for all devices, subsystems(buses) and drivers. This adds the currently missing /sys/module/<name>/uevent files to all module entries. Signed-off-by: Kay Sievers <kay.sievers@vrfy.org> Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> (split & trivial fix)
Diffstat (limited to 'tools/perf/scripts/python/flamegraph.py')
0 files changed, 0 insertions, 0 deletions
span title='2022-03-15 08:23:29 -0400'>2022-03-15fs: Turn block_invalidatepage into block_invalidate_folioMatthew Wilcox (Oracle) 2022-02-27nilfs2: pass the operation to bio_allocChristoph Hellwig 2022-02-02block: pass a block_device and opf to bio_allocChristoph Hellwig 2022-02-02nilfs2: remove nilfs_alloc_seg_bioChristoph Hellwig 2022-01-20Merge branch 'akpm' (patches from Andrew)Linus Torvalds 2022-01-20nilfs2: remove redundant pointer sbufsColin Ian King 2021-12-29nilfs2: use default_groups in kobj_typeGreg Kroah-Hartman 2021-11-09Merge branch 'akpm' (patches from Andrew)Linus Torvalds 2021-11-09nilfs2: remove filenames from file commentsRyusuke Konishi 2021-11-09nilfs2: replace snprintf in show functions with sysfs_emitQing Wang 2021-10-18nilfs2: use bdev_nr_bytes instead of open coding itChristoph Hellwig 2021-09-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds 2021-09-08nilfs2: use refcount_dec_and_lock() to fix potential UAFZhen Lei 2021-09-08nilfs2: fix memory leak in nilfs_sysfs_delete_snapshot_groupNanyong Sun 2021-09-08nilfs2: fix memory leak in nilfs_sysfs_create_snapshot_groupNanyong Sun 2021-09-08nilfs2: fix memory leak in nilfs_sysfs_delete_##name##_groupNanyong Sun 2021-09-08nilfs2: fix memory leak in nilfs_sysfs_create_##name##_groupNanyong Sun 2021-09-08nilfs2: fix NULL pointer in nilfs_##name##_attr_releaseNanyong Sun 2021-09-08nilfs2: fix memory leak in nilfs_sysfs_create_device_groupNanyong Sun 2021-08-09block: remove the bd_bdi in struct block_deviceChristoph Hellwig 2021-07-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds 2021-07-01nilfs2: remove redundant continue statement in a while-loopColin Ian King