Home
last modified time | relevance | path

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

/tools/include/uapi/linux/
Dperf_event.h137 PERF_SAMPLE_WEIGHT = 1U << 14, enumerator
/tools/perf/tests/
Dsample-parsing.c120 if (type & PERF_SAMPLE_WEIGHT) in samples_same()
/tools/perf/util/
Ddata-convert-bt.c560 if (type & PERF_SAMPLE_WEIGHT) { in add_generic_values()
1033 if (type & PERF_SAMPLE_WEIGHT) in add_generic_types()
Devsel.c1946 if (type & PERF_SAMPLE_WEIGHT) { in perf_evsel__parse_sample()
2069 if (type & PERF_SAMPLE_WEIGHT) in perf_event__sample_event_size()
2251 if (type & PERF_SAMPLE_WEIGHT) { in perf_event__synthesize_sample()
Dsession.c1110 if (sample_type & PERF_SAMPLE_WEIGHT) in dump_sample()
/tools/perf/
Dbuiltin-script.c264 perf_evsel__check_stype(evsel, PERF_SAMPLE_WEIGHT, "WEIGHT", in perf_evsel__check_attr()