read_format 333 include/uapi/linux/perf_event.h __u64 read_format; read_format 1714 kernel/events/core.c if (event->attr.read_format & PERF_FORMAT_TOTAL_TIME_ENABLED) read_format 1717 kernel/events/core.c if (event->attr.read_format & PERF_FORMAT_TOTAL_TIME_RUNNING) read_format 1720 kernel/events/core.c if (event->attr.read_format & PERF_FORMAT_ID) read_format 1723 kernel/events/core.c if (event->attr.read_format & PERF_FORMAT_GROUP) { read_format 4838 kernel/events/core.c u64 read_format, u64 *values) read_format 4857 kernel/events/core.c if (read_format & PERF_FORMAT_TOTAL_TIME_ENABLED) { read_format 4862 kernel/events/core.c if (read_format & PERF_FORMAT_TOTAL_TIME_RUNNING) { read_format 4871 kernel/events/core.c if (read_format & PERF_FORMAT_ID) read_format 4876 kernel/events/core.c if (read_format & PERF_FORMAT_ID) read_format 4885 kernel/events/core.c u64 read_format, char __user *buf) read_format 4906 kernel/events/core.c ret = __perf_read_group_add(leader, read_format, values); read_format 4911 kernel/events/core.c ret = __perf_read_group_add(child, read_format, values); read_format 4931 kernel/events/core.c u64 read_format, char __user *buf) read_format 4938 kernel/events/core.c if (read_format & PERF_FORMAT_TOTAL_TIME_ENABLED) read_format 4940 kernel/events/core.c if (read_format & PERF_FORMAT_TOTAL_TIME_RUNNING) read_format 4942 kernel/events/core.c if (read_format & PERF_FORMAT_ID) read_format 4970 kernel/events/core.c u64 read_format = event->attr.read_format; read_format 4985 kernel/events/core.c if (read_format & PERF_FORMAT_GROUP) read_format 4986 kernel/events/core.c ret = perf_read_group(event, read_format, buf); read_format 4988 kernel/events/core.c ret = perf_read_one(event, read_format, buf); read_format 6264 kernel/events/core.c u64 read_format = event->attr.read_format; read_format 6269 kernel/events/core.c if (read_format & PERF_FORMAT_TOTAL_TIME_ENABLED) { read_format 6273 kernel/events/core.c if (read_format & PERF_FORMAT_TOTAL_TIME_RUNNING) { read_format 6277 kernel/events/core.c if (read_format & PERF_FORMAT_ID) read_format 6288 kernel/events/core.c u64 read_format = event->attr.read_format; read_format 6294 kernel/events/core.c if (read_format & PERF_FORMAT_TOTAL_TIME_ENABLED) read_format 6297 kernel/events/core.c if (read_format & PERF_FORMAT_TOTAL_TIME_RUNNING) read_format 6305 kernel/events/core.c if (read_format & PERF_FORMAT_ID) read_format 6318 kernel/events/core.c if (read_format & PERF_FORMAT_ID) read_format 6339 kernel/events/core.c u64 read_format = event->attr.read_format; read_format 6350 kernel/events/core.c if (read_format & PERF_FORMAT_TOTAL_TIMES) read_format 6353 kernel/events/core.c if (event->attr.read_format & PERF_FORMAT_GROUP) read_format 10674 kernel/events/core.c if (attr->read_format & ~(PERF_FORMAT_MAX-1)) read_format 106 samples/bpf/tracex6_user.c .read_format = 0, read_format 115 samples/bpf/tracex6_user.c .read_format = 0, read_format 124 samples/bpf/tracex6_user.c .read_format = 0, read_format 134 samples/bpf/tracex6_user.c .read_format = 0, read_format 146 samples/bpf/tracex6_user.c .read_format = 0, read_format 159 samples/bpf/tracex6_user.c .read_format = 0, read_format 333 tools/include/uapi/linux/perf_event.h __u64 read_format; read_format 77 tools/perf/arch/x86/tests/intel-cqm.c pe.read_format = PERF_FORMAT_GROUP; read_format 536 tools/perf/builtin-inject.c evsel->core.attr.read_format, &sample_sw); read_format 398 tools/perf/builtin-stat.c return STAT_RECORD || counter->core.attr.read_format & PERF_FORMAT_ID; read_format 179 tools/perf/lib/evlist.c return first->attr.read_format; read_format 230 tools/perf/lib/evlist.c if (!(evsel->attr.read_format & PERF_FORMAT_ID) || read_format 234 tools/perf/lib/evlist.c if (evsel->attr.read_format & PERF_FORMAT_TOTAL_TIME_ENABLED) read_format 236 tools/perf/lib/evlist.c if (evsel->attr.read_format & PERF_FORMAT_TOTAL_TIME_RUNNING) read_format 145 tools/perf/lib/evsel.c u64 read_format = evsel->attr.read_format; read_format 150 tools/perf/lib/evsel.c if (read_format & PERF_FORMAT_TOTAL_TIME_ENABLED) read_format 153 tools/perf/lib/evsel.c if (read_format & PERF_FORMAT_TOTAL_TIME_RUNNING) read_format 156 tools/perf/lib/evsel.c if (read_format & PERF_FORMAT_ID) read_format 159 tools/perf/lib/evsel.c if (read_format & PERF_FORMAT_GROUP) { read_format 105 tools/perf/tests/attr.c WRITE_ASS(read_format, "llu"); read_format 184 tools/perf/tests/event-times.c evsel->core.attr.read_format |= read_format 35 tools/perf/tests/sample-parsing.c u64 type, u64 read_format) read_format 69 tools/perf/tests/sample-parsing.c if (read_format & PERF_FORMAT_GROUP) read_format 73 tools/perf/tests/sample-parsing.c if (read_format & PERF_FORMAT_TOTAL_TIME_ENABLED) read_format 75 tools/perf/tests/sample-parsing.c if (read_format & PERF_FORMAT_TOTAL_TIME_RUNNING) read_format 78 tools/perf/tests/sample-parsing.c if (read_format & PERF_FORMAT_GROUP) { read_format 156 tools/perf/tests/sample-parsing.c static int do_test(u64 sample_type, u64 sample_regs, u64 read_format) read_format 163 tools/perf/tests/sample-parsing.c .read_format = read_format, read_format 236 tools/perf/tests/sample-parsing.c if (read_format & PERF_FORMAT_GROUP) { read_format 244 tools/perf/tests/sample-parsing.c sz = perf_event__sample_event_size(&sample, sample_type, read_format); read_format 257 tools/perf/tests/sample-parsing.c err = perf_event__synthesize_sample(event, sample_type, read_format, read_format 285 tools/perf/tests/sample-parsing.c if (!samples_same(&sample, &sample_out, sample_type, read_format)) { read_format 294 tools/perf/tests/sample-parsing.c if (ret && read_format) read_format 295 tools/perf/tests/sample-parsing.c pr_debug("read_format %#"PRIx64"\n", read_format); read_format 37 tools/perf/ui/browsers/scripts.c if (attr->read_format & PERF_FORMAT_GROUP) read_format 1298 tools/perf/util/cs-etm.c attr.read_format = evsel->core.attr.read_format; read_format 699 tools/perf/util/evlist.c if (evsel->core.attr.read_format & PERF_FORMAT_ID) { read_format 920 tools/perf/util/evlist.c if ((evsel->core.attr.read_format & PERF_FORMAT_ID) && read_format 1127 tools/perf/util/evlist.c u64 read_format = first->core.attr.read_format; read_format 1131 tools/perf/util/evlist.c if (read_format != pos->core.attr.read_format) read_format 1137 tools/perf/util/evlist.c !(read_format & PERF_FORMAT_ID)) { read_format 216 tools/perf/util/evsel.c evsel->core.attr.read_format |= PERF_FORMAT_ID; read_format 965 tools/perf/util/evsel.c attr->read_format |= PERF_FORMAT_GROUP; read_format 1008 tools/perf/util/evsel.c evsel->core.attr.read_format |= read_format 1094 tools/perf/util/evsel.c evsel->core.attr.read_format |= read_format 1141 tools/perf/util/evsel.c evsel->core.attr.read_format |= PERF_FORMAT_ID; read_format 1333 tools/perf/util/evsel.c u64 read_format = leader->core.attr.read_format; read_format 1342 tools/perf/util/evsel.c if (read_format & PERF_FORMAT_TOTAL_TIME_ENABLED) read_format 1345 tools/perf/util/evsel.c if (read_format & PERF_FORMAT_TOTAL_TIME_RUNNING) read_format 1371 tools/perf/util/evsel.c u64 read_format = leader->core.attr.read_format; read_format 1375 tools/perf/util/evsel.c if (!(read_format & PERF_FORMAT_ID)) read_format 1400 tools/perf/util/evsel.c u64 read_format = evsel->core.attr.read_format; read_format 1402 tools/perf/util/evsel.c if (read_format & PERF_FORMAT_GROUP) read_format 1639 tools/perf/util/evsel.c evsel->core.attr.read_format &= ~(PERF_FORMAT_GROUP|PERF_FORMAT_ID); read_format 1805 tools/perf/util/evsel.c (evsel->core.attr.read_format & PERF_FORMAT_GROUP) && read_format 2032 tools/perf/util/evsel.c u64 read_format = evsel->core.attr.read_format; read_format 2035 tools/perf/util/evsel.c if (read_format & PERF_FORMAT_GROUP) read_format 2042 tools/perf/util/evsel.c if (read_format & PERF_FORMAT_TOTAL_TIME_ENABLED) { read_format 2048 tools/perf/util/evsel.c if (read_format & PERF_FORMAT_TOTAL_TIME_RUNNING) { read_format 2055 tools/perf/util/evsel.c if (read_format & PERF_FORMAT_GROUP) { read_format 796 tools/perf/util/intel-bts.c attr.read_format = evsel->core.attr.read_format; read_format 2777 tools/perf/util/intel-pt.c attr.read_format = evsel->core.attr.read_format; read_format 101 tools/perf/util/perf_event_attr_fprintf.c PRINT_ATTRf(read_format, p_read_format); read_format 757 tools/perf/util/python.c &attr.read_format, &disabled, &inherit, read_format 639 tools/perf/util/scripting-engines/trace-event-python.c u64 read_format = evsel->core.attr.read_format; read_format 643 tools/perf/util/scripting-engines/trace-event-python.c if (read_format & PERF_FORMAT_TOTAL_TIME_ENABLED) { read_format 648 tools/perf/util/scripting-engines/trace-event-python.c if (read_format & PERF_FORMAT_TOTAL_TIME_RUNNING) { read_format 653 tools/perf/util/scripting-engines/trace-event-python.c if (read_format & PERF_FORMAT_GROUP) read_format 661 tools/perf/util/scripting-engines/trace-event-python.c if (read_format & PERF_FORMAT_GROUP) { read_format 741 tools/perf/util/session.c bswap_field_64(read_format); read_format 756 tools/perf/util/session.c if (bswap_safe(read_format, 1)) read_format 757 tools/perf/util/session.c swap_bitfield((u8 *) (&attr->read_format + 1), read_format 1170 tools/perf/util/session.c static void sample_read__printf(struct perf_sample *sample, u64 read_format) read_format 1174 tools/perf/util/session.c if (read_format & PERF_FORMAT_TOTAL_TIME_ENABLED) read_format 1178 tools/perf/util/session.c if (read_format & PERF_FORMAT_TOTAL_TIME_RUNNING) read_format 1182 tools/perf/util/session.c if (read_format & PERF_FORMAT_GROUP) { read_format 1262 tools/perf/util/session.c sample_read__printf(sample, evsel->core.attr.read_format); read_format 1268 tools/perf/util/session.c u64 read_format; read_format 1280 tools/perf/util/session.c read_format = evsel->core.attr.read_format; read_format 1282 tools/perf/util/session.c if (read_format & PERF_FORMAT_TOTAL_TIME_ENABLED) read_format 1285 tools/perf/util/session.c if (read_format & PERF_FORMAT_TOTAL_TIME_RUNNING) read_format 1288 tools/perf/util/session.c if (read_format & PERF_FORMAT_ID) read_format 1380 tools/perf/util/session.c u64 read_format = evsel->core.attr.read_format; read_format 1387 tools/perf/util/session.c if (read_format & PERF_FORMAT_GROUP) read_format 471 tools/perf/util/stat.c attr->read_format = PERF_FORMAT_TOTAL_TIME_ENABLED | read_format 480 tools/perf/util/stat.c attr->read_format |= PERF_FORMAT_ID|PERF_FORMAT_GROUP; read_format 1127 tools/perf/util/synthetic-events.c size_t perf_event__sample_event_size(const struct perf_sample *sample, u64 type, u64 read_format) read_format 1160 tools/perf/util/synthetic-events.c if (read_format & PERF_FORMAT_TOTAL_TIME_ENABLED) read_format 1162 tools/perf/util/synthetic-events.c if (read_format & PERF_FORMAT_TOTAL_TIME_RUNNING) read_format 1165 tools/perf/util/synthetic-events.c if (read_format & PERF_FORMAT_GROUP) { read_format 1234 tools/perf/util/synthetic-events.c int perf_event__synthesize_sample(union perf_event *event, u64 type, u64 read_format, read_format 1297 tools/perf/util/synthetic-events.c if (read_format & PERF_FORMAT_GROUP) read_format 1303 tools/perf/util/synthetic-events.c if (read_format & PERF_FORMAT_TOTAL_TIME_ENABLED) { read_format 1308 tools/perf/util/synthetic-events.c if (read_format & PERF_FORMAT_TOTAL_TIME_RUNNING) { read_format 1314 tools/perf/util/synthetic-events.c if (read_format & PERF_FORMAT_GROUP) { read_format 48 tools/perf/util/synthetic-events.h int perf_event__synthesize_sample(union perf_event *event, u64 type, u64 read_format, const struct perf_sample *sample); read_format 62 tools/perf/util/synthetic-events.h size_t perf_event__sample_event_size(const struct perf_sample *sample, u64 type, u64 read_format); read_format 33 tools/testing/selftests/powerpc/pmu/event.c e->attr.read_format = PERF_FORMAT_TOTAL_TIME_ENABLED | \ read_format 190 tools/testing/selftests/powerpc/utils.c event_attr->read_format = PERF_FORMAT_GROUP;