xref: /openbmc/phosphor-debug-collector/tools/dreport.d/plugins.d/lktrace (revision 78e88402a27ba8e7c04c090c3ba9f32f1777fa52)
1#!/bin/bash
2#
3# config: 12 70
4# @brief: Collect Linux Kernel trace
5#
6
7. $DREPORT_INCLUDE/functions
8
9desc="Linux Kernel trace"
10file_name="/sys/kernel/tracing/trace"
11
12add_copy_file "$file_name" "$desc"
13