Symbol: PERF_SAMPLE_WEIGHT_TYPE
arch/powerpc/perf/core-book3s.c
2342
if (event->attr.sample_type & PERF_SAMPLE_WEIGHT_TYPE &&
arch/powerpc/perf/core-book3s.c
2345
data.sample_flags |= PERF_SAMPLE_WEIGHT_TYPE;
arch/x86/events/amd/ibs.c
1116
if (sample_type & PERF_SAMPLE_WEIGHT_TYPE && op_data3.dc_miss &&
arch/x86/events/amd/ibs.c
1126
data->sample_flags |= PERF_SAMPLE_WEIGHT_TYPE;
arch/x86/events/amd/ibs.c
1147
PERF_SAMPLE_WEIGHT_TYPE |
arch/x86/events/intel/core.c
5365
(event->attr.sample_type & PERF_SAMPLE_WEIGHT_TYPE) &&
arch/x86/events/intel/ds.c
1705
PERF_SAMPLE_WEIGHT_TYPE | \
arch/x86/events/intel/ds.c
1734
tsx_weight = (sample_type & PERF_SAMPLE_WEIGHT_TYPE) &&
arch/x86/events/intel/ds.c
2193
if (fll && (sample_type & PERF_SAMPLE_WEIGHT_TYPE)) {
arch/x86/events/intel/ds.c
2195
data->sample_flags |= PERF_SAMPLE_WEIGHT_TYPE;
arch/x86/events/intel/ds.c
2291
if ((sample_type & PERF_SAMPLE_WEIGHT_TYPE) && !fll) {
arch/x86/events/intel/ds.c
2293
data->sample_flags |= PERF_SAMPLE_WEIGHT_TYPE;
arch/x86/events/intel/ds.c
2467
if (sample_type & PERF_SAMPLE_WEIGHT_TYPE) {
arch/x86/events/intel/ds.c
2482
data->sample_flags |= PERF_SAMPLE_WEIGHT_TYPE;
arch/x86/events/perf_event.h
168
PERF_SAMPLE_WEIGHT_TYPE)
kernel/events/core.c
2064
if (sample_type & PERF_SAMPLE_WEIGHT_TYPE)
kernel/events/core.c
8313
if (sample_type & PERF_SAMPLE_WEIGHT_TYPE)
kernel/events/core.c
8634
if (filtered_sample_type & PERF_SAMPLE_WEIGHT_TYPE) {
kernel/events/core.c
8636
data->sample_flags |= PERF_SAMPLE_WEIGHT_TYPE;
tools/perf/builtin-script.c
506
evsel__do_check_stype(evsel, PERF_SAMPLE_WEIGHT_TYPE, "WEIGHT", PERF_OUTPUT_WEIGHT, allow_user_set))
tools/perf/util/evsel.c
3512
if (type & PERF_SAMPLE_WEIGHT_TYPE) {
tools/perf/util/intel-pt.c
2507
if (sample_type & PERF_SAMPLE_WEIGHT_TYPE) {
tools/perf/util/session.c
1151
if (sample_type & PERF_SAMPLE_WEIGHT_TYPE) {
tools/perf/util/synthetic-events.c
1542
if (type & PERF_SAMPLE_WEIGHT_TYPE)
tools/perf/util/synthetic-events.c
1749
if (type & PERF_SAMPLE_WEIGHT_TYPE) {