mpstat.h (sysstat-12.4.0.tar.xz) | : | mpstat.h (sysstat-12.4.1.tar.xz) | ||
---|---|---|---|---|
skipping to change at line 18 | skipping to change at line 18 | |||
#include "common.h" | #include "common.h" | |||
/* | /* | |||
*************************************************************************** | *************************************************************************** | |||
* mpstat's specific system files. | * mpstat's specific system files. | |||
*************************************************************************** | *************************************************************************** | |||
*/ | */ | |||
#define SOFTIRQS PRE "/proc/softirqs" | #define SOFTIRQS PRE "/proc/softirqs" | |||
#define PHYS_PACK_ID "topology/pysical_package_id" | #define PHYS_PACK_ID "topology/physical_package_id" | |||
#define THREAD_SBL_LST "topology/thread_siblings_list" | #define THREAD_SBL_LST "topology/thread_siblings_list" | |||
/* | /* | |||
*************************************************************************** | *************************************************************************** | |||
* Activities definitions. | * Activities definitions. | |||
*************************************************************************** | *************************************************************************** | |||
*/ | */ | |||
#define M_D_CPU 0x0001 | #define M_D_CPU 0x0001 | |||
#define M_D_IRQ_SUM 0x0002 | #define M_D_IRQ_SUM 0x0002 | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |