Searched defs:read_format (Results 1 - 9 of 9) sorted by relevance

/external/linux-tools-perf/src/tools/perf/tests/
H A Dsample-parsing.c26 u64 read_format)
60 if (read_format & PERF_FORMAT_GROUP)
64 if (read_format & PERF_FORMAT_TOTAL_TIME_ENABLED)
66 if (read_format & PERF_FORMAT_TOTAL_TIME_RUNNING)
69 if (read_format & PERF_FORMAT_GROUP) {
127 static int do_test(u64 sample_type, u64 sample_regs_user, u64 read_format) argument
134 .read_format = read_format,
192 if (read_format & PERF_FORMAT_GROUP) {
201 sample_regs_user, read_format);
24 samples_same(const struct perf_sample *s1, const struct perf_sample *s2, u64 type, u64 regs_user, u64 read_format) argument
[all...]
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Dintel_pixel_copy.c92 gl_format read_format, draw_format; local
133 read_format = intel_rb_format(read_irb);
136 if (draw_format != read_format &&
138 read_format == MESA_FORMAT_ARGB8888)) {
140 _mesa_get_format_name(read_format),
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dintel_pixel_copy.c92 gl_format read_format, draw_format; local
133 read_format = intel_rb_format(read_irb);
136 if (draw_format != read_format &&
138 read_format == MESA_FORMAT_ARGB8888)) {
140 _mesa_get_format_name(read_format),
/external/mesa3d/src/mesa/drivers/dri/intel/
H A Dintel_pixel_copy.c92 gl_format read_format, draw_format; local
133 read_format = intel_rb_format(read_irb);
136 if (draw_format != read_format &&
138 read_format == MESA_FORMAT_ARGB8888)) {
140 _mesa_get_format_name(read_format),
/external/linux-tools-perf/src/tools/perf/util/
H A Devlist.c386 if (!(evsel->attr.read_format & PERF_FORMAT_ID) ||
390 if (evsel->attr.read_format & PERF_FORMAT_TOTAL_TIME_ENABLED)
392 if (evsel->attr.read_format & PERF_FORMAT_TOTAL_TIME_RUNNING)
630 if ((evsel->attr.read_format & PERF_FORMAT_ID) &&
668 if ((evsel->attr.read_format & PERF_FORMAT_ID) &&
723 if ((evsel->attr.read_format & PERF_FORMAT_ID) &&
845 u64 read_format = first->attr.read_format; local
849 if (read_format != pos->attr.read_format)
[all...]
H A Devsel.c156 evsel->attr.read_format |= PERF_FORMAT_ID;
596 attr->read_format |= PERF_FORMAT_GROUP;
971 ret += PRINT_ATTR_X64(read_format);
1339 u64 read_format = evsel->attr.read_format; local
1342 if (read_format & PERF_FORMAT_GROUP)
1349 if (read_format & PERF_FORMAT_TOTAL_TIME_ENABLED) {
1355 if (read_format & PERF_FORMAT_TOTAL_TIME_RUNNING) {
1362 if (read_format & PERF_FORMAT_GROUP) {
1476 u64 sample_regs_user, u64 read_format)
1475 perf_event__sample_event_size(const struct perf_sample *sample, u64 type, u64 sample_regs_user, u64 read_format) argument
1567 perf_event__synthesize_sample(union perf_event *event, u64 type, u64 sample_regs_user, u64 read_format, const struct perf_sample *sample, bool swapped) argument
[all...]
H A Dsession.c75 pr_err("non matching read_format");
440 attr->read_format = bswap_64(attr->read_format);
446 swap_bitfield((u8 *) (&attr->read_format + 1), sizeof(u64));
783 static void sample_read__printf(struct perf_sample *sample, u64 read_format) argument
787 if (read_format & PERF_FORMAT_TOTAL_TIME_ENABLED)
791 if (read_format & PERF_FORMAT_TOTAL_TIME_RUNNING)
795 if (read_format & PERF_FORMAT_GROUP) {
864 sample_read__printf(sample, evsel->attr.read_format);
950 u64 read_format local
[all...]
/external/kernel-headers/original/uapi/linux/
H A Dperf_event.h209 * as specified by attr.read_format:
211 * struct read_format {
268 __u64 read_format; member in struct:perf_event_attr
339 #define perf_flags(attr) (*(&(attr)->read_format + 1))
631 * struct read_format values;
657 * { struct read_format values; } && PERF_SAMPLE_READ
/external/valgrind/include/vki/
H A Dvki-linux.h2900 __vki_u64 read_format; member in struct:vki_perf_event_attr

Completed in 330 milliseconds