Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
14902f8961dca9c66bf190f7b1583767c97a4197
/
.
/
tools
/
perf
/
arch
/
x86
/
util
/
evsel.c
blob: 2f733cdc8dbbe2946c923804fc3902a141e99a1f [
file
] [
log
] [
blame
]
// SPDX-License-Identifier: GPL-2.0
#include
<stdio.h>
#include
"util/evsel.h"
void
arch_evsel__set_sample_weight
(
struct
evsel
*
evsel
)
{
evsel__set_sample_bit
(
evsel
,
WEIGHT_STRUCT
);
}