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