summaryrefslogtreecommitdiffstats
path: root/tools/perf/lib/evsel.c
blob: 9a87e867a7ecfc5d1097b090f5fedd5f12ed3bd1 (plain)
1
2
3
4
5
6
7
8
9
// SPDX-License-Identifier: GPL-2.0
#include <perf/evsel.h>
#include <linux/list.h>
#include <internal/evsel.h>

void perf_evsel__init(struct perf_evsel *evsel)
{
	INIT_LIST_HEAD(&evsel->node);
}
OpenPOWER on IntegriCloud