Searched defs:sample_type (Results 1 - 7 of 7) sorted by relevance

/external/linux-tools-perf/util/
H A Devsel.c18 int __perf_evsel__sample_size(u64 sample_type) argument
20 u64 mask = sample_type & PERF_SAMPLE_MASK;
H A Dsession.h52 u64 sample_type; member in struct:perf_session
170 return perf_event__parse_sample(event, session->sample_type,
H A Dsession.c68 pr_err("non matching sample_type");
89 u64 sample_type = session->sample_type; local
95 if (sample_type & PERF_SAMPLE_TID)
98 if (sample_type & PERF_SAMPLE_TIME)
101 if (sample_type & PERF_SAMPLE_ID)
104 if (sample_type & PERF_SAMPLE_STREAM_ID)
107 if (sample_type & PERF_SAMPLE_CPU)
115 self->sample_type = perf_evlist__sample_type(self->evlist);
116 self->sample_size = __perf_evsel__sample_size(self->sample_type);
[all...]
/external/linux-tools-perf/
H A Dbuiltin-script.c124 u64 sample_type, const char *sample_msg,
130 if (attr->sample_type & sample_type)
166 !(attr->sample_type & PERF_SAMPLE_CALLCHAIN))
123 perf_event_attr__check_stype(struct perf_event_attr *attr, u64 sample_type, const char *sample_msg, enum perf_output_field field) argument
/external/kernel-headers/original/linux/
H A Dperf_event.h113 * Bits that can be set in attr.sample_type to request information
188 __u64 sample_type; member in struct:perf_event_attr
/external/linux-tools-perf/util/include/linux/added/
H A Dperf_event.h123 * Bits that can be set in attr.sample_type to request information
198 __u64 sample_type; member in struct:perf_event_attr
228 sample_id_all : 1, /* sample_type all events */
348 * have the sample_type selected fields related to where/when
/external/valgrind/main/include/vki/
H A Dvki-linux.h2652 __vki_u64 sample_type; member in struct:vki_perf_event_attr
2682 sample_id_all : 1, /* sample_type all events */

Completed in 1339 milliseconds