summaryrefslogtreecommitdiffstats
path: root/tools/perf/lib/include/perf/cpumap.h
blob: fa1e5aa9d6623fade3a333cac4e1db3f77286631 (plain)
1
2
3
4
5
6
7
8
9
10
11
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef __LIBPERF_CPUMAP_H
#define __LIBPERF_CPUMAP_H

#include <perf/core.h>

struct perf_cpu_map;

LIBPERF_API struct perf_cpu_map *perf_cpu_map__dummy_new(void);

#endif /* __LIBPERF_CPUMAP_H */