1#!/bin/bash 2# 3# config: 12 70 4# @brief: Collect Linux Kernel trace 5# 6 7# shellcheck source=tools/dreport.d/include.d/functions 8. "$DREPORT_INCLUDE"/functions 9 10desc="Linux Kernel trace" 11file_name="/sys/kernel/tracing/trace" 12 13add_copy_file "$file_name" "$desc" 14