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

/external/chromium_org/components/metrics/chromeos/
H A Dmetric_sample.cc17 MetricSample::MetricSample(MetricSample::SampleType sample_type, argument
23 : type_(sample_type),
/external/linux-tools-perf/perf-3.12.0/tools/perf/tests/
H A Dsample-parsing.c127 static int do_test(u64 sample_type, u64 sample_regs_user, u64 read_format) argument
132 .sample_type = sample_type,
200 sz = perf_event__sample_event_size(&sample, sample_type,
214 err = perf_event__synthesize_sample(event, sample_type,
218 pr_debug("%s failed for sample_type %#"PRIx64", error %d\n",
219 "perf_event__synthesize_sample", sample_type, err);
234 evsel.sample_size = __perf_evsel__sample_size(sample_type);
238 pr_debug("%s failed for sample_type %#"PRIx64", error %d\n",
239 "perf_evsel__parse_sample", sample_type, er
269 u64 sample_type; local
[all...]
/external/linux-tools-perf/perf-3.12.0/tools/perf/
H A Dbuiltin-inject.c316 perf_event__synthesize_sample(event_sw, evsel->attr.sample_type,
330 u64 sample_type, const char *sample_msg)
335 if (!(attr->sample_type & sample_type)) {
329 perf_evsel__check_stype(struct perf_evsel *evsel, u64 sample_type, const char *sample_msg) argument
H A Dbuiltin-report.c364 /* For pipe mode, sample_type is not currently set */
368 u64 sample_type = perf_evlist__combined_sample_type(self->evlist); local
370 if (!self->fd_pipe && !(sample_type & PERF_SAMPLE_CALLCHAIN)) {
394 !(sample_type & PERF_SAMPLE_BRANCH_STACK)) {
H A Dbuiltin-script.c143 u64 sample_type, const char *sample_msg,
150 if (attr->sample_type & sample_type)
186 !(attr->sample_type & PERF_SAMPLE_CALLCHAIN))
142 perf_evsel__check_stype(struct perf_evsel *evsel, u64 sample_type, const char *sample_msg, enum perf_output_field field) argument
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Devlist.c831 evlist->combined_sample_type |= evsel->attr.sample_type;
846 u64 sample_type = first->attr.sample_type; local
854 if ((sample_type & PERF_SAMPLE_READ) &&
872 u64 sample_type; local
878 sample_type = first->attr.sample_type;
880 if (sample_type & PERF_SAMPLE_TID)
883 if (sample_type & PERF_SAMPLE_TIME)
886 if (sample_type
[all...]
H A Devsel.c35 int __perf_evsel__sample_size(u64 sample_type) argument
37 u64 mask = sample_type & PERF_SAMPLE_MASK;
53 * @sample_type: sample type
59 static int __perf_evsel__calc_id_pos(u64 sample_type) argument
63 if (sample_type & PERF_SAMPLE_IDENTIFIER)
66 if (!(sample_type & PERF_SAMPLE_ID))
69 if (sample_type & PERF_SAMPLE_IP)
72 if (sample_type & PERF_SAMPLE_TID)
75 if (sample_type & PERF_SAMPLE_TIME)
78 if (sample_type
92 __perf_evsel__calc_is_pos(u64 sample_type) argument
[all...]
H A Dsession.c65 pr_err("non matching sample_type");
439 attr->sample_type = bswap_64(attr->sample_type);
768 u64 sample_type = __perf_evlist__combined_sample_type(session->evlist); local
776 if ((sample_type & PERF_SAMPLE_CPU))
779 if (sample_type & PERF_SAMPLE_TIME)
834 u64 sample_type; local
843 sample_type = evsel->attr.sample_type;
845 if (sample_type
944 u64 sample_type = evsel->attr.sample_type; local
[all...]
/external/kernel-headers/original/uapi/linux/
H A Dperf_event.h118 * Bits that can be set in attr.sample_type to request information
266 __u64 sample_type; member in struct:perf_event_attr
296 sample_id_all : 1, /* sample_type all events */
526 * have the sample_type selected fields related to where/when
/external/linux-tools-perf/perf-3.12.0/include/uapi/linux/
H A Dperf_event.h118 * Bits that can be set in attr.sample_type to request information
243 __u64 sample_type; member in struct:perf_event_attr
273 sample_id_all : 1, /* sample_type all events */
503 * have the sample_type selected fields related to where/when
/external/valgrind/main/include/vki/
H A Dvki-linux.h2766 __vki_u64 sample_type; member in struct:vki_perf_event_attr
2796 sample_id_all : 1, /* sample_type all events */

Completed in 178 milliseconds