xref: /aosp_15_r20/external/bcc/libbpf-tools/funclatency.h (revision 387f9dfdfa2baef462e92476d413c7bc2470293e)
1 /* SPDX-License-Identifier: (LGPL-2.1 OR BSD-2-Clause) */
2 #pragma once
3 
4 #define MAX_PIDS 102400
5 #define MAX_SLOTS 25
6 
7 enum units {
8 	NSEC,
9 	USEC,
10 	MSEC,
11 };
12