Home
last modified time | relevance | path

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

/linux-6.15/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()
/linux-6.15/tools/perf/arch/powerpc/util/
H A Devent.c34 if (type & PERF_SAMPLE_WEIGHT_STRUCT) { in arch_perf_synthesize_sample_weight()
/linux-6.15/tools/perf/arch/x86/util/
H A Devent.c115 if (type & PERF_SAMPLE_WEIGHT_STRUCT) { in arch_perf_synthesize_sample_weight()
/linux-6.15/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)
/linux-6.15/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)
/linux-6.15/tools/perf/tests/
H A Dsample-parsing.c400 if (PERF_SAMPLE_MAX > PERF_SAMPLE_WEIGHT_STRUCT << 1) { in test__sample_parsing()
/linux-6.15/arch/x86/events/amd/
H A Dibs.c1119 if (sample_type & PERF_SAMPLE_WEIGHT_STRUCT) { in perf_ibs_parse_ld_st_data()
/linux-6.15/tools/perf/util/
H A Devsel.c2416 attr.sample_type = PERF_SAMPLE_WEIGHT_STRUCT; in evsel__detect_missing_features()
2524 if ((evsel->core.attr.sample_type & PERF_SAMPLE_WEIGHT_STRUCT) && in evsel__detect_missing_features()
H A Dsession.c1095 if (sample_type & PERF_SAMPLE_WEIGHT_STRUCT) { in dump_sample()
/linux-6.15/tools/perf/
H A Dbuiltin-script.c583 evsel__check_stype(evsel, PERF_SAMPLE_WEIGHT_STRUCT, "WEIGHT_STRUCT", PERF_OUTPUT_INS_LAT)) in evsel__check_attr()
593 evsel__check_stype(evsel, PERF_SAMPLE_WEIGHT_STRUCT, "WEIGHT_STRUCT", PERF_OUTPUT_RETIRE_LAT)) in evsel__check_attr()
/linux-6.15/arch/x86/events/intel/
H A Dds.c2102 if (sample_type & PERF_SAMPLE_WEIGHT_STRUCT) { in setup_pebs_adaptive_sample_data()
/linux-6.15/kernel/events/
H A Dcore.c12869 (attr->sample_type & PERF_SAMPLE_WEIGHT_STRUCT)) in perf_copy_attr()