Home
last modified time | relevance | path

Searched refs:PERF_SAMPLE_WEIGHT (Results 1 – 8 of 8) sorted by relevance

/linux/tools/perf/tests/
H A Dsample-parsing.c152 if (type & PERF_SAMPLE_WEIGHT) in samples_same()
443 sample_type = (PERF_SAMPLE_MAX - 1) & ~PERF_SAMPLE_WEIGHT; in test__sample_parsing()
/linux/include/uapi/linux/
H A Dperf_event.h157 PERF_SAMPLE_WEIGHT = 1U << 14, enumerator
172 #define PERF_SAMPLE_WEIGHT_TYPE (PERF_SAMPLE_WEIGHT | PERF_SAMPLE_WEIGHT_STRUCT)
/linux/tools/include/uapi/linux/
H A Dperf_event.h157 PERF_SAMPLE_WEIGHT = 1U << 14, enumerator
172 #define PERF_SAMPLE_WEIGHT_TYPE (PERF_SAMPLE_WEIGHT | PERF_SAMPLE_WEIGHT_STRUCT)
/linux/tools/perf/util/
H A Ddata-convert-bt.c657 if (type & PERF_SAMPLE_WEIGHT) { in add_generic_values()
1156 if (type & PERF_SAMPLE_WEIGHT) in add_generic_types()
H A Darm-spe.c1721 PERF_SAMPLE_WEIGHT | PERF_SAMPLE_ADDR; in arm_spe_synth_events()
/linux/arch/x86/events/amd/
H A Dibs.c1123 } else if (sample_type & PERF_SAMPLE_WEIGHT) { in perf_ibs_parse_ld_st_data()
/linux/arch/x86/events/intel/
H A Dds.c2477 if (sample_type & PERF_SAMPLE_WEIGHT) in __setup_pebs_meminfo_group()
/linux/kernel/events/
H A Dcore.c13609 if ((attr->sample_type & PERF_SAMPLE_WEIGHT) && in perf_copy_attr()