18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: (LGPL-2.1 OR BSD-2-Clause) */ 28c2ecf20Sopenharmony_ci#ifndef __RUNQSLOWER_H 38c2ecf20Sopenharmony_ci#define __RUNQSLOWER_H 48c2ecf20Sopenharmony_ci 58c2ecf20Sopenharmony_ci#define TASK_COMM_LEN 16 68c2ecf20Sopenharmony_ci 78c2ecf20Sopenharmony_cistruct event { 88c2ecf20Sopenharmony_ci char task[TASK_COMM_LEN]; 98c2ecf20Sopenharmony_ci __u64 delta_us; 108c2ecf20Sopenharmony_ci pid_t pid; 118c2ecf20Sopenharmony_ci}; 128c2ecf20Sopenharmony_ci 138c2ecf20Sopenharmony_ci#endif /* __RUNQSLOWER_H */ 14