Home
last modified time | relevance | path

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

/linux/tools/perf/tests/
H A Dsample-parsing.c78 if (type & PERF_SAMPLE_READ) { in samples_same()
417 if (sample_type == PERF_SAMPLE_READ) { in test__sample_parsing()
/linux/include/uapi/linux/
H A Dperf_event.h147 PERF_SAMPLE_READ = 1U << 4, enumerator
/linux/tools/include/uapi/linux/
H A Dperf_event.h147 PERF_SAMPLE_READ = 1U << 4, enumerator
/linux/tools/lib/perf/
H A Devsel.c562 return (evsel->attr.sample_type & PERF_SAMPLE_READ) && in perf_evsel__attr_has_per_thread_sample_period()
/linux/tools/perf/util/
H A Devsel.c2329 (evsel->core.attr.sample_type & PERF_SAMPLE_READ)) in evsel__disable_missing_features()
2610 attr.sample_type = PERF_SAMPLE_READ | PERF_SAMPLE_TID; in evsel__detect_missing_features()
2725 (evsel->core.attr.sample_type & PERF_SAMPLE_READ) && in evsel__detect_missing_features()
3316 if (type & PERF_SAMPLE_READ) { in evsel__parse_sample()
H A Dsynthetic-events.c1489 if (type & PERF_SAMPLE_READ) { in perf_event__sample_event_size()
1669 if (type & PERF_SAMPLE_READ) { in perf_event__synthesize_sample()
H A Dsession.c1175 if (sample_type & PERF_SAMPLE_READ) in dump_sample()
1324 if (!(sample_type & PERF_SAMPLE_READ)) in evlist__deliver_sample()
H A Devlist.c1350 if ((sample_type & PERF_SAMPLE_READ) && in evlist__valid_read_format()
/linux/arch/x86/events/intel/
H A Dds.c2599 data->sample_flags |= PERF_SAMPLE_READ; in setup_pebs_adaptive_sample_data()
2728 data->sample_flags |= PERF_SAMPLE_READ; in setup_arch_pebs_sample_data()
3387 x86_pmu.large_pebs_flags |= PERF_SAMPLE_READ; in intel_ds_pebs_init()
H A Dcore.c4691 !(event->attr.sample_type & PERF_SAMPLE_READ)) in intel_pmu_hw_config()
4774 if ((event->attr.sample_type & PERF_SAMPLE_READ) && in intel_pmu_hw_config()
5881 x86_pmu.large_pebs_flags |= PERF_SAMPLE_READ; in __intel_update_large_pebs_flags()
/linux/tools/perf/Documentation/
H A Dperf-list.txt70 S - read sample value (PERF_SAMPLE_READ)
/linux/kernel/events/
H A Dcore.c1968 return attr->inherit && (attr->sample_type & PERF_SAMPLE_READ); in has_inherit_and_sample_read()
2067 if (sample_type & PERF_SAMPLE_READ) in __perf_event_header_size()
8186 if (data->sample_flags & PERF_SAMPLE_READ) in perf_output_sample()
8218 if (sample_type & PERF_SAMPLE_READ) in perf_output_sample()