blob: 7b7b747bbaf9f2531a9d69ec6fe6f4667919d393 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
/* SPDX-License-Identifier: BSD-3-Clause
* Copyright(c) 2010-2018 Intel Corporation
*/
#ifndef _PERF_CORE_H_
#define _PERF_CORE_H_
int parse_perf_config(const char *q_arg);
int parse_perf_core_list(const char *corelist);
int update_lcore_params(void);
#endif /* _PERF_CORE_H_ */
|