Home
last modified time | relevance | path

Searched refs:PERF_SAMPLE_READ (Results 1 – 11 of 11) sorted by relevance

/linux/tools/perf/tests/attr/
H A Dtest-record-group-sampling
/linux/tools/perf/arch/x86/tests/
H A Dintel-cqm.c
/linux/tools/perf/tests/
H A Dsample-parsing.c78 if (type & PERF_SAMPLE_READ) { in samples_same()
399 if (sample_type == PERF_SAMPLE_READ) { in test__sample_parsing()
/linux/tools/include/uapi/linux/
H A Dperf_event.h144 PERF_SAMPLE_READ = 1U << 4, enumerator
/linux/tools/perf/util/
H A Devsel.c2042 (evsel->core.attr.sample_type & PERF_SAMPLE_READ)) in evsel__disable_missing_features()
2248 attr.sample_type = PERF_SAMPLE_READ; in evsel__detect_missing_features()
2359 (evsel->core.attr.sample_type & PERF_SAMPLE_READ) && in evsel__detect_missing_features()
2893 if (type & PERF_SAMPLE_READ) { in evsel__parse_sample()
H A Dsynthetic-events.c1476 if (type & PERF_SAMPLE_READ) { in perf_event__sample_event_size()
1650 if (type & PERF_SAMPLE_READ) { in perf_event__synthesize_sample()
H A Dsession.c1106 if (sample_type & PERF_SAMPLE_READ) in dump_sample()
1242 if (!(sample_type & PERF_SAMPLE_READ)) in evlist__deliver_sample()
1245 /* For PERF_SAMPLE_READ we have either single or group mode. */ in machines__deliver_event()
H A Devlist.c1288 /* PERF_SAMPLE_READ implies PERF_FORMAT_ID. */
1289 if ((sample_type & PERF_SAMPLE_READ) &&
/linux/tools/perf/Documentation/
H A Dperf-list.txt70 S - read sample value (PERF_SAMPLE_READ)
/linux/kernel/events/
H A Dcore.c1808 return attr->inherit && (attr->sample_type & PERF_SAMPLE_READ); in has_inherit_and_sample_read()
1907 if (sample_type & PERF_SAMPLE_READ) in __perf_event_header_size()
7508 if (sample_type & PERF_SAMPLE_READ) in perf_output_sample()
/linux/arch/x86/events/intel/
H A Dcore.c3988 !(event->attr.sample_type & PERF_SAMPLE_READ)) in intel_pmu_hw_config()