Home
last modified time | relevance | path

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

/linux-6.15/tools/perf/arch/powerpc/util/
H A Devent.c20 if (type & PERF_SAMPLE_WEIGHT) in arch_perf_parse_sample_weight()
/linux-6.15/tools/perf/arch/x86/util/
H A Devent.c101 if (type & PERF_SAMPLE_WEIGHT) in arch_perf_parse_sample_weight()
/linux-6.15/tools/include/uapi/linux/
H A Dperf_event.h154 PERF_SAMPLE_WEIGHT = 1U << 14, enumerator
169 #define PERF_SAMPLE_WEIGHT_TYPE (PERF_SAMPLE_WEIGHT | PERF_SAMPLE_WEIGHT_STRUCT)
/linux-6.15/include/uapi/linux/
H A Dperf_event.h154 PERF_SAMPLE_WEIGHT = 1U << 14, enumerator
169 #define PERF_SAMPLE_WEIGHT_TYPE (PERF_SAMPLE_WEIGHT | PERF_SAMPLE_WEIGHT_STRUCT)
/linux-6.15/tools/perf/tests/
H A Dsample-parsing.c152 if (type & PERF_SAMPLE_WEIGHT) in samples_same()
435 sample_type = (PERF_SAMPLE_MAX - 1) & ~PERF_SAMPLE_WEIGHT; in test__sample_parsing()
/linux-6.15/tools/perf/util/
H A Ddata-convert-bt.c650 if (type & PERF_SAMPLE_WEIGHT) { in add_generic_values()
1144 if (type & PERF_SAMPLE_WEIGHT) in add_generic_types()
H A Darm-spe.c1520 PERF_SAMPLE_WEIGHT | PERF_SAMPLE_ADDR; in arm_spe_synth_events()
/linux-6.15/arch/powerpc/perf/
H A Disa207-common.c402 if (type & PERF_SAMPLE_WEIGHT) in isa207_get_mem_weight()
/linux-6.15/arch/x86/events/amd/
H A Dibs.c1122 } else if (sample_type & PERF_SAMPLE_WEIGHT) { in perf_ibs_parse_ld_st_data()
/linux-6.15/arch/x86/events/intel/
H A Dds.c2145 if (sample_type & PERF_SAMPLE_WEIGHT) { in setup_pebs_adaptive_sample_data()
/linux-6.15/kernel/events/
H A Dcore.c12868 if ((attr->sample_type & PERF_SAMPLE_WEIGHT) && in perf_copy_attr()