Home
last modified time | relevance | path

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

/tools/perf/tests/shell/attr/
A Dtest-record-group-sampling115 # default | PERF_SAMPLE_READ | PERF_SAMPLE_PERIOD
37 # default | PERF_SAMPLE_READ | PERF_SAMPLE_PERIOD
A Dtest-record-group-sampling215 # default | PERF_SAMPLE_READ
43 # default | PERF_SAMPLE_READ
A Dtest-record-group-sampling22 # default | PERF_SAMPLE_READ | PERF_SAMPLE_PERIOD
/tools/perf/tests/
A Dsample-parsing.c78 if (type & PERF_SAMPLE_READ) { in samples_same()
417 if (sample_type == PERF_SAMPLE_READ) { in test__sample_parsing()
/tools/include/uapi/linux/
A Dperf_event.h147 PERF_SAMPLE_READ = 1U << 4, enumerator
/tools/lib/perf/
A Devsel.c562 return (evsel->attr.sample_type & PERF_SAMPLE_READ) && in perf_evsel__attr_has_per_thread_sample_period()
/tools/perf/util/
A Devsel.c2125 (evsel->core.attr.sample_type & PERF_SAMPLE_READ)) in evsel__disable_missing_features()
2399 attr.sample_type = PERF_SAMPLE_READ; in evsel__detect_missing_features()
2510 (evsel->core.attr.sample_type & PERF_SAMPLE_READ) && in evsel__detect_missing_features()
3078 if (type & PERF_SAMPLE_READ) { in evsel__parse_sample()
A Dsynthetic-events.c1484 if (type & PERF_SAMPLE_READ) { in perf_event__sample_event_size()
1664 if (type & PERF_SAMPLE_READ) { in perf_event__synthesize_sample()
A Dsession.c1122 if (sample_type & PERF_SAMPLE_READ) in dump_sample()
1258 if (!(sample_type & PERF_SAMPLE_READ)) in evlist__deliver_sample()
A Devlist.c1291 if ((sample_type & PERF_SAMPLE_READ) && in evlist__valid_read_format()
/tools/perf/Documentation/
A Dperf-list.txt70 S - read sample value (PERF_SAMPLE_READ)

Completed in 32 milliseconds