Back to home page

OSCL-LXR

 
 

    


0001 // SPDX-License-Identifier: GPL-2.0
0002 #include <stdio.h>
0003 #include "util/evsel.h"
0004 
0005 void arch_evsel__set_sample_weight(struct evsel *evsel)
0006 {
0007     evsel__set_sample_bit(evsel, WEIGHT_STRUCT);
0008 }