Searched refs:PERF_SAMPLE_WEIGHT_STRUCT (Results 1 – 14 of 14) sorted by relevance
/openbmc/linux/tools/perf/util/ |
H A D | bpf-filter.l | 80 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 D | evsel.c | 1893 (evsel->core.attr.sample_type & PERF_SAMPLE_WEIGHT_STRUCT)) { in evsel__detect_missing_features()
|
H A D | session.c | 1376 if (sample_type & PERF_SAMPLE_WEIGHT_STRUCT) { in dump_sample()
|
/openbmc/linux/tools/perf/arch/x86/tests/ |
H A D | sample-parsing.c | 30 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 D | event.c | 34 if (type & PERF_SAMPLE_WEIGHT_STRUCT) { in arch_perf_synthesize_sample_weight()
|
/openbmc/linux/tools/perf/arch/x86/util/ |
H A D | event.c | 102 if (type & PERF_SAMPLE_WEIGHT_STRUCT) { in arch_perf_synthesize_sample_weight()
|
/openbmc/linux/tools/include/uapi/linux/ |
H A D | perf_event.h | 164 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 D | perf_event.h | 164 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 D | sample_filter.bpf.c | 75 case PERF_SAMPLE_WEIGHT_STRUCT: in perf_get_sample()
|
/openbmc/linux/tools/perf/tests/ |
H A D | sample-parsing.c | 390 if (PERF_SAMPLE_MAX > PERF_SAMPLE_WEIGHT_STRUCT << 1) { in test__sample_parsing()
|
/openbmc/linux/arch/x86/events/amd/ |
H A D | ibs.c | 984 if (sample_type & PERF_SAMPLE_WEIGHT_STRUCT) { in perf_ibs_parse_ld_st_data()
|
/openbmc/linux/tools/perf/ |
H A D | builtin-script.c | 549 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 D | ds.c | 1833 if (sample_type & PERF_SAMPLE_WEIGHT_STRUCT) { in setup_pebs_adaptive_sample_data()
|
/openbmc/linux/kernel/events/ |
H A D | core.c | 12262 (attr->sample_type & PERF_SAMPLE_WEIGHT_STRUCT)) in perf_copy_attr()
|