Home
last modified time | relevance | path

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

/linux-6.15/tools/perf/tests/shell/attr/
H A Dtest-record-group-sampling115 # default | PERF_SAMPLE_READ | PERF_SAMPLE_PERIOD
37 # default | PERF_SAMPLE_READ | PERF_SAMPLE_PERIOD
H A Dtest-record-group-sampling215 # default | PERF_SAMPLE_READ
43 # default | PERF_SAMPLE_READ
H A Dtest-record-group-sampling22 # default | PERF_SAMPLE_READ | PERF_SAMPLE_PERIOD
/linux-6.15/tools/perf/tests/
H A Dsample-parsing.c78 if (type & PERF_SAMPLE_READ) { in samples_same()
409 if (sample_type == PERF_SAMPLE_READ) { in test__sample_parsing()
/linux-6.15/tools/include/uapi/linux/
H A Dperf_event.h144 PERF_SAMPLE_READ = 1U << 4, enumerator
/linux-6.15/include/uapi/linux/
H A Dperf_event.h144 PERF_SAMPLE_READ = 1U << 4, enumerator
/linux-6.15/tools/lib/perf/
H A Devsel.c551 return (evsel->attr.sample_type & PERF_SAMPLE_READ) && in perf_evsel__attr_has_per_thread_sample_period()
/linux-6.15/tools/perf/util/
H A Devsel.c2127 (evsel->core.attr.sample_type & PERF_SAMPLE_READ)) in evsel__disable_missing_features()
2401 attr.sample_type = PERF_SAMPLE_READ; in evsel__detect_missing_features()
2512 (evsel->core.attr.sample_type & PERF_SAMPLE_READ) && in evsel__detect_missing_features()
3024 if (type & PERF_SAMPLE_READ) { in evsel__parse_sample()
H A Dsynthetic-events.c1478 if (type & PERF_SAMPLE_READ) { in perf_event__sample_event_size()
1652 if (type & PERF_SAMPLE_READ) { in perf_event__synthesize_sample()
H A Dsession.c1117 if (sample_type & PERF_SAMPLE_READ) in dump_sample()
1253 if (!(sample_type & PERF_SAMPLE_READ)) in evlist__deliver_sample()
H A Devlist.c1289 if ((sample_type & PERF_SAMPLE_READ) && in evlist__valid_read_format()
/linux-6.15/tools/perf/Documentation/
H A Dperf-list.txt70 S - read sample value (PERF_SAMPLE_READ)
/linux-6.15/arch/x86/events/intel/
H A Dds.c2205 data->sample_flags |= PERF_SAMPLE_READ; in setup_pebs_adaptive_sample_data()
2735 x86_pmu.large_pebs_flags |= PERF_SAMPLE_READ; in intel_ds_init()
H A Dcore.c4122 !(event->attr.sample_type & PERF_SAMPLE_READ)) in intel_pmu_hw_config()
4203 if ((event->attr.sample_type & PERF_SAMPLE_READ) && in intel_pmu_hw_config()
/linux-6.15/kernel/events/
H A Dcore.c1852 return attr->inherit && (attr->sample_type & PERF_SAMPLE_READ); in has_inherit_and_sample_read()
1951 if (sample_type & PERF_SAMPLE_READ) in __perf_event_header_size()
7749 if (data->sample_flags & PERF_SAMPLE_READ) in perf_output_sample()
7781 if (sample_type & PERF_SAMPLE_READ) in perf_output_sample()