Searched refs:sample_id_all (Results 1 - 15 of 15) sorted by relevance

/external/strace/
H A Dperf_event_struct.h33 sample_id_all :1, member in struct:perf_event_attr
H A Dperf.c298 ", sample_id_all=%u"
310 attr->sample_id_all,
H A Dconfigure9866 ac_fn_c_check_member "$LINENO" "struct perf_event_attr" "sample_id_all" "ac_cv_member_struct_perf_event_attr_sample_id_all" "#include <linux/perf_event.h>
/external/perf_data_converter/src/quipper/
H A Dtest_perf_data.h98 // describing a hardware event. The sample_type mask and the sample_id_all
104 bool sample_id_all)
108 sample_id_all_(sample_id_all),
168 explicit ExamplePerfFileAttr_Hardware(u64 sample_type, bool sample_id_all) argument
171 sample_id_all_(sample_id_all),
103 ExamplePerfEventAttrEvent_Hardware(u64 sample_type, bool sample_id_all) argument
H A Dsample_info_reader.cc156 if (!(event.header.type == PERF_RECORD_SAMPLE || attr.sample_id_all)) {
164 // and compare sample_id when sample_id_all is set.
338 if (!(event->header.type == PERF_RECORD_SAMPLE || attr.sample_id_all)) {
571 // See perf_event.h "struct" sample_id and sample_id_all.
H A Dtest_perf_data.cc143 attr.sample_id_all = sample_id_all_;
178 attr.sample_id_all = sample_id_all_;
227 sample_id_.size(); // sample_id_all
265 sample_id_.size(); // sample_id_all
H A Dperf_serializer.cc86 S(sample_id_all);
138 S(sample_id_all);
1062 return sample_info_reader_map_.begin()->second->event_attr().sample_id_all;
H A Dperf_reader_test.cc40 true /*sample_id_all*/)
90 true /*sample_id_all*/)
160 false /*sample_id_all*/)
215 false /*sample_id_all*/)
267 testing::ExamplePerfFileAttr_Hardware(PERF_SAMPLE_IP, false /*sample_id_all*/)
409 false /*sample_id_all*/)
577 true /*sample_id_all*/)
723 true /*sample_id_all*/)
795 const u64 sample_type = // * == in sample_id_all
813 true /*sample_id_all*/)
[all...]
H A Dsample_info_reader_test.cc21 uint64_t sample_type = // * == in sample_id_all
86 uint64_t sample_type = // * == in sample_id_all
143 uint64_t sample_type = // * == in sample_id_all
155 attr.sample_id_all = true;
/external/strace/tests/
H A Dperf_event_open.c95 sample_id_all :1, member in struct:pea_flags
277 attr->sample_id_all;
279 flags_data.flags.sample_id_all;
281 printf(", sample_id_all=%" PRIu64, val);
/external/strace/tests-m32/
H A Dperf_event_open.c95 sample_id_all :1, member in struct:pea_flags
277 attr->sample_id_all;
279 flags_data.flags.sample_id_all;
281 printf(", sample_id_all=%" PRIu64, val);
/external/strace/tests-mx32/
H A Dperf_event_open.c95 sample_id_all :1, member in struct:pea_flags
277 attr->sample_id_all;
279 flags_data.flags.sample_id_all;
281 printf(", sample_id_all=%" PRIu64, val);
/external/perf_data_converter/src/quipper/kernel/
H A Dperf_event.h294 sample_id_all : 1, /* sample_type all events */ member in struct:perf_event_attr
528 * If perf_event_attr.sample_id_all is set then all event types will
544 * } && perf_event_attr::sample_id_all
/external/kernel-headers/original/uapi/linux/
H A Dperf_event.h360 sample_id_all : 1, /* sample_type all events */ member in struct:perf_event_attr
659 * If perf_event_attr.sample_id_all is set then all event types will
675 * } && perf_event_attr::sample_id_all
/external/valgrind/include/vki/
H A Dvki-linux.h2949 sample_id_all : 1, /* sample_type all events */ member in struct:vki_perf_event_attr

Completed in 234 milliseconds