Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/
Dperf_event.h137 PERF_SAMPLE_WEIGHT = 1U << 14, enumerator
/linux-4.4.14/tools/perf/tests/
Dsample-parsing.c120 if (type & PERF_SAMPLE_WEIGHT) in samples_same()
/linux-4.4.14/tools/perf/util/
Ddata-convert-bt.c409 if (type & PERF_SAMPLE_WEIGHT) { in add_generic_values()
790 if (type & PERF_SAMPLE_WEIGHT) in add_generic_types()
Devsel.c1811 if (type & PERF_SAMPLE_WEIGHT) { in perf_evsel__parse_sample()
1934 if (type & PERF_SAMPLE_WEIGHT) in perf_event__sample_event_size()
2116 if (type & PERF_SAMPLE_WEIGHT) { in perf_event__synthesize_sample()
Dsession.c942 if (sample_type & PERF_SAMPLE_WEIGHT) in dump_sample()
/linux-4.4.14/arch/x86/kernel/cpu/
Dperf_event_intel_ds.c1015 if (fll && (sample_type & PERF_SAMPLE_WEIGHT)) in setup_pebs_sample_data()
1085 if ((sample_type & PERF_SAMPLE_WEIGHT) && !fll) in setup_pebs_sample_data()
/linux-4.4.14/kernel/events/
Dcore.c1295 if (sample_type & PERF_SAMPLE_WEIGHT) in __perf_event_header_size()
5443 if (sample_type & PERF_SAMPLE_WEIGHT) in perf_output_sample()