aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-record
diff options
context:
space:
mode:
authorShaohua Li <[email protected]>2017-07-12 11:49:52 -0700
committerJens Axboe <[email protected]>2017-07-29 09:00:03 -0600
commit121508df44d074245a72eda6b067478218480a40 (patch)
tree3811dbdbf764aa2b4cda99d87aa58793f2a747e1 /tools/perf/scripts/python/bin/stackcollapse-record
parentaa8188253474b4053bc2900d9fcb545ce68bdf5c (diff)
cgroup: export fhandle info for a cgroup
Add an API to export cgroup fhandle info. We don't export a full 'struct file_handle', there are unrequired info. Sepcifically, cgroup is always a directory, so we don't need a 'FILEID_INO32_GEN_PARENT' type fhandle, we only need export the inode number and generation number just like what generic_fh_to_dentry does. And we can avoid the overhead of getting an inode too, since kernfs_node_id (ino and generation) has all the info required. Acked-by: Tejun Heo <[email protected]> Signed-off-by: Shaohua Li <[email protected]> Signed-off-by: Jens Axboe <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-record')
0 files changed, 0 insertions, 0 deletions