xref: /openbmc/phosphor-debug-collector/tools/dreport.d/plugins.d/cpuinfo (revision e110762f865fe1d1b2dee65b86099d885a2af547)
1#!/bin/bash
2#
3# config: 123 50
4# @brief: Collect cpuinfo log.
5#
6
7# shellcheck source=tools/dreport.d/include.d/functions
8. "$DREPORT_INCLUDE"/functions
9
10desc="CPU info"
11file_name="/proc/cpuinfo"
12
13add_copy_file "$file_name" "$desc"
14