Home
last modified time | relevance | path

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

/linux/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/tools/perf/tests/
H A Dsample-parsing.c78 if (type & PERF_SAMPLE_READ) { in samples_same()
87 /* PERF_FORMAT_ID is forced for 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
988 * { struct read_format values; } && PERF_SAMPLE_READ
/linux/tools/include/uapi/linux/
H A Dperf_event.h147 PERF_SAMPLE_READ = 1U << 4, enumerator
988 * { struct read_format values; } && PERF_SAMPLE_READ
/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/arch/x86/events/intel/
H A Dds.c2206 data->sample_flags |= PERF_SAMPLE_READ; in setup_pebs_adaptive_sample_data()
2739 x86_pmu.large_pebs_flags |= PERF_SAMPLE_READ; in intel_pebs_init()
H A Dcore.c4261 !(event->attr.sample_type & PERF_SAMPLE_READ)) in intel_pmu_hw_config()
4346 if ((event->attr.sample_type & PERF_SAMPLE_READ) && in intel_pmu_hw_config()
/linux/tools/perf/util/
H A Dsynthetic-events.c1484 if (type & PERF_SAMPLE_READ) { in perf_event__sample_event_size()
1490 /* PERF_FORMAT_ID is forced for PERF_SAMPLE_READ */ in perf_event__sample_event_size()
1595 /* PERF_FORMAT_ID is forced for PERF_SAMPLE_READ */ in copy_read_group_values()
1664 if (type & PERF_SAMPLE_READ) { in perf_event__synthesize_sample()
1681 /* PERF_FORMAT_ID is forced for PERF_SAMPLE_READ */ in perf_event__synthesize_sample()
H A Dsession.c1122 if (sample_type & PERF_SAMPLE_READ) in dump_sample()
1258 if (!(sample_type & PERF_SAMPLE_READ)) in evlist__deliver_sample()
1261 /* For PERF_SAMPLE_READ we have either single or group mode. */ in evlist__deliver_sample()
/linux/tools/perf/Documentation/
H A Dperf-list.txt70 S - read sample value (PERF_SAMPLE_READ)