summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/stackcollapse.py
diff options
context:
space:
mode:
authorKevin Wang <Kevin1.Wang@amd.com>2019-01-16 09:55:03 +0800
committerAlex Deucher <alexander.deucher@amd.com>2019-03-19 15:03:58 -0500
commit143c75d6514dd65ba49d3846a5a02c45a4b7f15b (patch)
tree217f008669b2a5e8f8e81759b0ce09a2033a08eb /tools/perf/scripts/python/stackcollapse.py
parent77d1eef4e87c115136771b56ada0d3000daaeba1 (diff)
downloadkernel-143c75d6514dd65ba49d3846a5a02c45a4b7f15b.tar.gz
drm/amd/powerplay: implement sensor of get feature mask
add sensor interface of feature mask for debugfs. this interface is not ip related function, so need move high level file to implement (amdgpu_smu) Signed-off-by: Kevin Wang <Kevin1.Wang@amd.com> Reviewed-by: Huang Rui <ray.huang@amd.com> Reviewed-by: Evan Quan <evan.quan@amd.com> Acked-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions
fs/erofs/internal.h?h=master&id=7674a42f35ea302b97ff3659f2e6f28be23ac9b9'>erofs: use struct lockref to replace handcrafted approachGao Xiang 2023-05-29erofs: adapt managed inode operations into foliosGao Xiang 2023-05-23erofs: avoid pcpubuf.c inclusion if CONFIG_EROFS_FS_ZIP is offYue Hu 2023-04-17erofs: cleanup i_format-related stuffsGao Xiang 2023-04-17erofs: sunset erofs_dbg()Gao Xiang 2023-04-17erofs: fix potential overflow calculating xattr_isizeJingbo Xu 2023-04-17erofs: get rid of z_erofs_fill_inode()Gao Xiang 2023-04-17erofs: enable long extended attribute name prefixesJingbo Xu 2023-04-17erofs: add helpers to load long xattr name prefixesJingbo Xu 2023-04-17erofs: move packed inode out of the compression partJingbo Xu 2023-04-17erofs: keep meta inode into erofs_bufGao Xiang 2023-04-17erofs: initialize packed inode after root inode is assignedJingbo Xu 2023-04-17erofs: support flattened block device for multi-blob imagesJia Zhu 2023-04-17erofs: set block size to the on-disk block sizeJingbo Xu 2023-04-17erofs: avoid hardcoded blocksize for subpage block supportJingbo Xu 2023-03-09erofs: mark z_erofs_lzma_init/erofs_pcpubuf_init w/ __initYangtao Li 2023-02-20Merge tag 'erofs-for-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds 2023-02-15erofs: unify anonymous inodes for blobJingbo Xu 2023-02-15erofs: maintain cookies of share domain in self-contained listJingbo Xu 2023-02-15erofs: remove unused EROFS_GET_BLOCKS_RAW flagJingbo Xu 2023-02-15erofs: tidy up internal.hGao Xiang 2023-02-15erofs: get rid of erofs_inode_datablocks()Gao Xiang 2023-02-15erofs: simplify iloc()Gao Xiang 2023-02-15erofs: remove linux/buffer_head.h dependencyGao Xiang 2023-02-15erofs: clean up erofs_iget()Gao Xiang 2023-01-19fs: port ->getattr() to pass mnt_idmapChristian Brauner 2022-12-07erofs: use kmap_local_page() only for erofs_bread()Gao Xiang 2022-12-07erofs: check the uniqueness of fsid in shared domain in advanceHou Tao 2022-11-10erofs: fix use-after-free of fsid and domain_id stringJingbo Xu