blob: 2da5a5767eebb9f14935cdfbc5073ea6e4efe73c [file] [log] [blame]
/* SPDX-License-Identifier: (LGPL-2.1 OR BSD-2-Clause) */
#ifndef __CPUDIST_H
#define __CPUDIST_H
#define TASK_COMM_LEN 16
#define MAX_SLOTS 36
struct hist {
__u32 slots[MAX_SLOTS];
char comm[TASK_COMM_LEN];
};
#endif // __CPUDIST_H