Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/arch/powerpc/util/
H A Devent.c20 if (type & PERF_SAMPLE_WEIGHT) in arch_perf_parse_sample_weight()
/openbmc/linux/tools/perf/arch/x86/util/
H A Devent.c88 if (type & PERF_SAMPLE_WEIGHT) in arch_perf_parse_sample_weight()
/openbmc/linux/tools/perf/tests/
H A Dsample-parsing.c150 if (type & PERF_SAMPLE_WEIGHT) in samples_same()
425 sample_type = (PERF_SAMPLE_MAX - 1) & ~PERF_SAMPLE_WEIGHT; in test__sample_parsing()
/openbmc/linux/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)
/openbmc/linux/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)
/openbmc/linux/tools/perf/util/
H A Dbpf-filter.l79 weight { return sample(PERF_SAMPLE_WEIGHT); }
H A Ddata-convert-bt.c649 if (type & PERF_SAMPLE_WEIGHT) { in add_generic_values()
1142 if (type & PERF_SAMPLE_WEIGHT) in add_generic_types()
H A Darm-spe.c1149 PERF_SAMPLE_WEIGHT | PERF_SAMPLE_ADDR; in arm_spe_synth_events()
/openbmc/linux/tools/perf/util/bpf_skel/
H A Dsample_filter.bpf.c83 case PERF_SAMPLE_WEIGHT: in perf_get_sample()
/openbmc/linux/arch/powerpc/perf/
H A Disa207-common.c390 if (type & PERF_SAMPLE_WEIGHT) in isa207_get_mem_weight()
/openbmc/linux/arch/x86/events/amd/
H A Dibs.c987 } else if (sample_type & PERF_SAMPLE_WEIGHT) { in perf_ibs_parse_ld_st_data()
/openbmc/linux/arch/x86/events/intel/
H A Dds.c1877 if (sample_type & PERF_SAMPLE_WEIGHT) { in setup_pebs_adaptive_sample_data()
/openbmc/linux/kernel/events/
H A Dcore.c12253 if ((attr->sample_type & PERF_SAMPLE_WEIGHT) && in perf_copy_attr()