Merge "dumpstate: Collect PCIe link statistics"
This commit is contained in:
commit
a91df91853
@ -3,3 +3,9 @@ echo "--- pcie0 dump ---"
|
|||||||
cat /dev/logbuffer_pcie0
|
cat /dev/logbuffer_pcie0
|
||||||
echo "--- pcie1 dump ---"
|
echo "--- pcie1 dump ---"
|
||||||
cat /dev/logbuffer_pcie1
|
cat /dev/logbuffer_pcie1
|
||||||
|
|
||||||
|
echo "--- pcie link statistics ---"
|
||||||
|
for f in /sys/devices/platform/*.pcie/link_stats/*
|
||||||
|
do
|
||||||
|
echo "$f: `cat $f`"
|
||||||
|
done
|
||||||
|
@ -1 +1,2 @@
|
|||||||
type pcie_log_device, dev_type;
|
type pcie_log_device, dev_type;
|
||||||
|
type sysfs_pcie, sysfs_type, fs_type;
|
||||||
|
@ -2,3 +2,6 @@ pixel_bugreport(dump_pcie)
|
|||||||
|
|
||||||
allow dump_pcie pcie_log_device:chr_file r_file_perms;
|
allow dump_pcie pcie_log_device:chr_file r_file_perms;
|
||||||
allow dump_pcie vendor_toolbox_exec:file execute_no_trans;
|
allow dump_pcie vendor_toolbox_exec:file execute_no_trans;
|
||||||
|
|
||||||
|
allow dump_pcie sysfs:dir r_dir_perms;
|
||||||
|
allow dump_pcie sysfs_pcie:file r_file_perms;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user