mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2025-01-25 23:34:47 +08:00
6 lines
135 B
C
6 lines
135 B
C
|
// SPDX-License-Identifier: GPL-2.0
|
||
|
/* Copyright (c) 2020 Facebook */
|
||
|
#define STACK_MAX_LEN 50
|
||
|
#define GLOBAL_FUNC
|
||
|
#include "pyperf.h"
|