Searched refs:PERF_SAMPLE_WEIGHT_STRUCT (Results 1 – 6 of 6) sorted by relevance
155 if (type & PERF_SAMPLE_WEIGHT_STRUCT) { in samples_same()408 if (PERF_SAMPLE_MAX > PERF_SAMPLE_WEIGHT_STRUCT << 1) { in test__sample_parsing()450 sample_type = (PERF_SAMPLE_MAX - 1) & ~PERF_SAMPLE_WEIGHT_STRUCT; in test__sample_parsing()
167 PERF_SAMPLE_WEIGHT_STRUCT = 1U << 24, enumerator172 #define PERF_SAMPLE_WEIGHT_TYPE (PERF_SAMPLE_WEIGHT | PERF_SAMPLE_WEIGHT_STRUCT)
2414 attr.sample_type = PERF_SAMPLE_WEIGHT_STRUCT; in evsel__detect_missing_features()2522 if ((evsel->core.attr.sample_type & PERF_SAMPLE_WEIGHT_STRUCT) && in evsel__detect_missing_features()2871 if (type & PERF_SAMPLE_WEIGHT_STRUCT) { in perf_parse_sample_weight()
1581 if (type & PERF_SAMPLE_WEIGHT_STRUCT) { in perf_synthesize_sample_weight()
1100 if (sample_type & PERF_SAMPLE_WEIGHT_STRUCT) { in dump_sample()
585 evsel__check_stype(evsel, PERF_SAMPLE_WEIGHT_STRUCT, "WEIGHT_STRUCT", PERF_OUTPUT_INS_LAT)) in evsel__check_attr()595 evsel__check_stype(evsel, PERF_SAMPLE_WEIGHT_STRUCT, "WEIGHT_STRUCT", PERF_OUTPUT_RETIRE_LAT)) in evsel__check_attr()
Completed in 30 milliseconds