Janet Adkins | f39157c | 2022-10-24 21:26:06 +0000 | [diff] [blame] | 1 | #!/bin/bash |
2 | # | ||||
3 | # config: 12 70 | ||||
4 | # @brief: Collect Linux Kernel trace | ||||
5 | # | ||||
6 | |||||
7 | . $DREPORT_INCLUDE/functions | ||||
8 | |||||
9 | desc="Linux Kernel trace" | ||||
10 | file_name="/sys/kernel/tracing/trace" | ||||
11 | |||||
12 | add_copy_file "$file_name" "$desc" |