Files
bpf-developer-tutorial/src/33-funclatency/funclatency.h
云微 9c2bba3e16 add new topics (#132)
* add goroutine text

* update

* fix funclatency

* update doc

* update about nginx

* update nginx

* u[date co

* fix compile
2024-09-02 07:18:57 +01:00

19 lines
338 B
C

/* SPDX-License-Identifier: (LGPL-2.1 OR BSD-2-Clause) */
/* Copyright (c) 2020 Facebook */
#ifndef __BOOTSTRAP_H
#define __BOOTSTRAP_H
/* SPDX-License-Identifier: (LGPL-2.1 OR BSD-2-Clause) */
#pragma once
#define MAX_PIDS 102400
#define MAX_SLOTS 25
enum units {
NSEC,
USEC,
MSEC,
};
#endif /* __BOOTSTRAP_H */