Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/tests/
Dsample-parsing.c123 if (type & PERF_SAMPLE_WEIGHT) in samples_same()
/Linux-v4.19/tools/include/uapi/linux/
Dperf_event.h138 PERF_SAMPLE_WEIGHT = 1U << 14, enumerator
/Linux-v4.19/include/uapi/linux/
Dperf_event.h138 PERF_SAMPLE_WEIGHT = 1U << 14, enumerator
/Linux-v4.19/arch/x86/events/intel/
Dds.c1182 if (fll && (sample_type & PERF_SAMPLE_WEIGHT)) in setup_pebs_sample_data()
1283 if ((sample_type & PERF_SAMPLE_WEIGHT) && !fll) in setup_pebs_sample_data()
/Linux-v4.19/tools/perf/util/
Ddata-convert-bt.c640 if (type & PERF_SAMPLE_WEIGHT) { in add_generic_values()
1133 if (type & PERF_SAMPLE_WEIGHT) in add_generic_types()
Devsel.c2323 if (type & PERF_SAMPLE_WEIGHT) { in perf_evsel__parse_sample()
2494 if (type & PERF_SAMPLE_WEIGHT) in perf_event__sample_event_size()
2654 if (type & PERF_SAMPLE_WEIGHT) { in perf_event__synthesize_sample()
Dsession.c1112 if (sample_type & PERF_SAMPLE_WEIGHT) in dump_sample()
/Linux-v4.19/arch/powerpc/perf/
Dcore-book3s.c2082 if (event->attr.sample_type & PERF_SAMPLE_WEIGHT && in record_and_restart()
/Linux-v4.19/tools/perf/
Dbuiltin-script.c405 perf_evsel__check_stype(evsel, PERF_SAMPLE_WEIGHT, "WEIGHT", in perf_evsel__check_attr()
/Linux-v4.19/kernel/events/
Dcore.c1739 if (sample_type & PERF_SAMPLE_WEIGHT) in __perf_event_header_size()
6273 if (sample_type & PERF_SAMPLE_WEIGHT) in perf_output_sample()