Sign in
cos
/
third_party
/
kernel
/
dc1eb271ddb5089e01c822072a210a3f11dc43b3
/
.
/
tools
/
perf
/
arch
/
powerpc
/
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
);
}