Symbol: PERF_SAMPLE_WEIGHT_TYPE
arch/powerpc/perf/core-book3s.c
2344
if (event->attr.sample_type & PERF_SAMPLE_WEIGHT_TYPE &&
arch/powerpc/perf/core-book3s.c
2347
data.sample_flags |= PERF_SAMPLE_WEIGHT_TYPE;
arch/x86/events/amd/ibs.c
1297
if (sample_type & PERF_SAMPLE_WEIGHT_TYPE && op_data3.dc_miss &&
arch/x86/events/amd/ibs.c
1307
data->sample_flags |= PERF_SAMPLE_WEIGHT_TYPE;
arch/x86/events/amd/ibs.c
1328
PERF_SAMPLE_WEIGHT_TYPE |
arch/x86/events/intel/core.c
5645
(event->attr.sample_type & PERF_SAMPLE_WEIGHT_TYPE) &&
arch/x86/events/intel/ds.c
1713
PERF_SAMPLE_WEIGHT_TYPE | \
arch/x86/events/intel/ds.c
1742
tsx_weight = (sample_type & PERF_SAMPLE_WEIGHT_TYPE) &&
arch/x86/events/intel/ds.c
2201
if (fll && (sample_type & PERF_SAMPLE_WEIGHT_TYPE)) {
arch/x86/events/intel/ds.c
2203
data->sample_flags |= PERF_SAMPLE_WEIGHT_TYPE;
arch/x86/events/intel/ds.c
2299
if ((sample_type & PERF_SAMPLE_WEIGHT_TYPE) && !fll) {
arch/x86/events/intel/ds.c
2301
data->sample_flags |= PERF_SAMPLE_WEIGHT_TYPE;
arch/x86/events/intel/ds.c
2475
if (sample_type & PERF_SAMPLE_WEIGHT_TYPE) {
arch/x86/events/intel/ds.c
2490
data->sample_flags |= PERF_SAMPLE_WEIGHT_TYPE;
arch/x86/events/perf_event.h
178
PERF_SAMPLE_WEIGHT_TYPE)
kernel/events/core.c
2065
if (sample_type & PERF_SAMPLE_WEIGHT_TYPE)
kernel/events/core.c
8382
if (sample_type & PERF_SAMPLE_WEIGHT_TYPE)
kernel/events/core.c
8703
if (filtered_sample_type & PERF_SAMPLE_WEIGHT_TYPE) {
kernel/events/core.c
8705
data->sample_flags |= PERF_SAMPLE_WEIGHT_TYPE;
tools/perf/builtin-script.c
510
evsel__do_check_stype(evsel, PERF_SAMPLE_WEIGHT_TYPE, "WEIGHT", PERF_OUTPUT_WEIGHT, allow_user_set))
tools/perf/util/aslr.c
1042
if (orig_sample_type & PERF_SAMPLE_WEIGHT_TYPE)
tools/perf/util/aslr.h
22
PERF_SAMPLE_WEIGHT_TYPE | \
tools/perf/util/evsel.c
3706
if (type & PERF_SAMPLE_WEIGHT_TYPE) {
tools/perf/util/intel-pt.c
2527
if (sample_type & PERF_SAMPLE_WEIGHT_TYPE) {
tools/perf/util/session.c
1609
if (sample_type & PERF_SAMPLE_WEIGHT_TYPE) {
tools/perf/util/synthetic-events.c
1545
if (type & PERF_SAMPLE_WEIGHT_TYPE)
tools/perf/util/synthetic-events.c
1760
if (type & PERF_SAMPLE_WEIGHT_TYPE) {