Sign in
android-kvm
/
linux
/
8d88382b7436551a9ebb78475c546b670790cbf6
/
.
/
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
);
}