Home
last modified time | relevance | path

Searched refs:PERF_SAMPLE_WEIGHT_STRUCT (Results 1 – 14 of 14) sorted by relevance

/openbmc/linux/tools/perf/util/
H A Dbpf-filter.l80 weight1 { return sample_part(PERF_SAMPLE_WEIGHT_STRUCT, 1); }
81 weight2 { return sample_part(PERF_SAMPLE_WEIGHT_STRUCT, 2); }
82 weight3 { return sample_part(PERF_SAMPLE_WEIGHT_STRUCT, 3); }
83 ins_lat { return sample_part(PERF_SAMPLE_WEIGHT_STRUCT, 2); } /* alias for weight2 */
84 p_stage_cyc { return sample_part(PERF_SAMPLE_WEIGHT_STRUCT, 3); } /* alias for weight3 */
85 retire_lat { return sample_part(PERF_SAMPLE_WEIGHT_STRUCT, 3); } /* alias for weight3 */
H A Devsel.c1893 (evsel->core.attr.sample_type & PERF_SAMPLE_WEIGHT_STRUCT)) { in evsel__detect_missing_features()
H A Dsession.c1376 if (sample_type & PERF_SAMPLE_WEIGHT_STRUCT) { in dump_sample()
/openbmc/linux/tools/perf/arch/x86/tests/
H A Dsample-parsing.c30 if (type & PERF_SAMPLE_WEIGHT_STRUCT) { in samples_same()
124 return do_test(PERF_SAMPLE_WEIGHT_STRUCT); in test__x86_sample_parsing()
/openbmc/linux/tools/perf/arch/powerpc/util/
H A Devent.c34 if (type & PERF_SAMPLE_WEIGHT_STRUCT) { in arch_perf_synthesize_sample_weight()
/openbmc/linux/tools/perf/arch/x86/util/
H A Devent.c102 if (type & PERF_SAMPLE_WEIGHT_STRUCT) { in arch_perf_synthesize_sample_weight()
/openbmc/linux/tools/include/uapi/linux/
H A Dperf_event.h164 PERF_SAMPLE_WEIGHT_STRUCT = 1U << 24, enumerator
169 #define PERF_SAMPLE_WEIGHT_TYPE (PERF_SAMPLE_WEIGHT | PERF_SAMPLE_WEIGHT_STRUCT)
/openbmc/linux/include/uapi/linux/
H A Dperf_event.h164 PERF_SAMPLE_WEIGHT_STRUCT = 1U << 24, enumerator
169 #define PERF_SAMPLE_WEIGHT_TYPE (PERF_SAMPLE_WEIGHT | PERF_SAMPLE_WEIGHT_STRUCT)
/openbmc/linux/tools/perf/util/bpf_skel/
H A Dsample_filter.bpf.c75 case PERF_SAMPLE_WEIGHT_STRUCT: in perf_get_sample()
/openbmc/linux/tools/perf/tests/
H A Dsample-parsing.c390 if (PERF_SAMPLE_MAX > PERF_SAMPLE_WEIGHT_STRUCT << 1) { in test__sample_parsing()
/openbmc/linux/arch/x86/events/amd/
H A Dibs.c984 if (sample_type & PERF_SAMPLE_WEIGHT_STRUCT) { in perf_ibs_parse_ld_st_data()
/openbmc/linux/tools/perf/
H A Dbuiltin-script.c549 evsel__check_stype(evsel, PERF_SAMPLE_WEIGHT_STRUCT, "WEIGHT_STRUCT", PERF_OUTPUT_INS_LAT)) in evsel__check_attr()
559 evsel__check_stype(evsel, PERF_SAMPLE_WEIGHT_STRUCT, "WEIGHT_STRUCT", PERF_OUTPUT_RETIRE_LAT)) in evsel__check_attr()
/openbmc/linux/arch/x86/events/intel/
H A Dds.c1833 if (sample_type & PERF_SAMPLE_WEIGHT_STRUCT) { in setup_pebs_adaptive_sample_data()
/openbmc/linux/kernel/events/
H A Dcore.c12254 (attr->sample_type & PERF_SAMPLE_WEIGHT_STRUCT)) in perf_copy_attr()