Home
last modified time | relevance | path

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

/tools/perf/tests/
A Dsample-parsing.c155 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()
/tools/include/uapi/linux/
A Dperf_event.h167 PERF_SAMPLE_WEIGHT_STRUCT = 1U << 24, enumerator
172 #define PERF_SAMPLE_WEIGHT_TYPE (PERF_SAMPLE_WEIGHT | PERF_SAMPLE_WEIGHT_STRUCT)
/tools/perf/util/
A Devsel.c2414 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()
A Dsynthetic-events.c1581 if (type & PERF_SAMPLE_WEIGHT_STRUCT) { in perf_synthesize_sample_weight()
A Dsession.c1100 if (sample_type & PERF_SAMPLE_WEIGHT_STRUCT) { in dump_sample()
/tools/perf/
A Dbuiltin-script.c585 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