Home
last modified time | relevance | path

Searched refs:sample_id_all (Results 1 – 25 of 238) sorted by relevance

12345678910

/external/perf_data_converter/src/quipper/
Dtest_perf_data.h104 bool sample_id_all) in ExamplePerfEventAttrEvent_Hardware() argument
108 sample_id_all_(sample_id_all), in ExamplePerfEventAttrEvent_Hardware()
168 explicit ExamplePerfFileAttr_Hardware(u64 sample_type, bool sample_id_all) in ExamplePerfFileAttr_Hardware() argument
171 sample_id_all_(sample_id_all), in ExamplePerfFileAttr_Hardware()
Dsample_info_reader.cc156 if (!(event.header.type == PERF_RECORD_SAMPLE || attr.sample_id_all)) { in ReadPerfSampleFromData()
338 if (!(event->header.type == PERF_RECORD_SAMPLE || attr.sample_id_all)) { in WritePerfSampleToData()
Dtest_perf_data.cc143 attr.sample_id_all = sample_id_all_; in WriteTo()
178 attr.sample_id_all = sample_id_all_; in WriteTo()
Dperf_reader_test.cc1702 EXPECT_TRUE(attr0.sample_id_all()); in TEST()
1709 EXPECT_TRUE(attr1.sample_id_all()); in TEST()
1716 EXPECT_FALSE(attr2.sample_id_all()); in TEST()
1803 EXPECT_TRUE(pr.attrs().Get(0).attr().sample_id_all()); in TEST()
Dsample_info_reader_test.cc155 attr.sample_id_all = true; in TEST()
Dperf_serializer.cc86 S(sample_id_all); in SerializePerfEventAttr()
138 S(sample_id_all); in DeserializePerfEventAttr()
1062 return sample_info_reader_map_.begin()->second->event_attr().sample_id_all; in SampleIdAll()
/external/strace/
Dperf_event_struct.h33 sample_id_all :1, member
Dperf.c305 attr->sample_id_all, in print_perf_event_attr()
/external/perf_data_converter/src/quipper/testdata/
Dperf.callgraph.pb_text26 sample_id_all: true
Dperf.data.singleprocess-3.4.parse.remap2.out.pb_text26 sample_id_all: true
69 sample_id_all: true
112 sample_id_all: true
155 sample_id_all: true
198 sample_id_all: true
241 sample_id_all: true
Dperf.data.singleprocess-3.4.serialized.out.pb_text26 sample_id_all: true
69 sample_id_all: true
112 sample_id_all: true
155 sample_id_all: true
198 sample_id_all: true
241 sample_id_all: true
Dperf.data.singleprocess-3.4.parse.remap.out.pb_text26 sample_id_all: true
69 sample_id_all: true
112 sample_id_all: true
155 sample_id_all: true
198 sample_id_all: true
241 sample_id_all: true
Dperf.data.singleprocess-3.4.io.out.pb_text26 sample_id_all: true
69 sample_id_all: true
112 sample_id_all: true
155 sample_id_all: true
198 sample_id_all: true
241 sample_id_all: true
Dperf.data.singleprocess-3.4.pr.out.pb_text26 sample_id_all: true
69 sample_id_all: true
112 sample_id_all: true
155 sample_id_all: true
198 sample_id_all: true
241 sample_id_all: true
Dperf.data.singleprocess-3.4.pb_text26 sample_id_all: true
69 sample_id_all: true
112 sample_id_all: true
155 sample_id_all: true
198 sample_id_all: true
241 sample_id_all: true
Dperf.data.singleprocess-3.4.parse.out.pb_text26 sample_id_all: true
69 sample_id_all: true
112 sample_id_all: true
155 sample_id_all: true
198 sample_id_all: true
241 sample_id_all: true
Dperf.data.singleprocess-3.4.ser.comm.out.pb_text26 sample_id_all: true
69 sample_id_all: true
112 sample_id_all: true
155 sample_id_all: true
198 sample_id_all: true
241 sample_id_all: true
Dperf.data.singleprocess-3.8.serialized.out.pb_text26 sample_id_all: true
/external/strace/tests/
Dperf_event_open.c94 sample_id_all :1, member
276 attr->sample_id_all; in print_event_attr()
278 flags_data.flags.sample_id_all; in print_event_attr()
/external/strace/tests-mx32/
Dperf_event_open.c94 sample_id_all :1, member
276 attr->sample_id_all; in print_event_attr()
278 flags_data.flags.sample_id_all; in print_event_attr()
/external/strace/tests-m32/
Dperf_event_open.c94 sample_id_all :1, member
276 attr->sample_id_all; in print_event_attr()
278 flags_data.flags.sample_id_all; in print_event_attr()
/external/perf_data_converter/src/testdata/
Dperf-overlapping-kernel-mapping.pb_proto26 sample_id_all: true
/external/perf_data_converter/src/quipper/kernel/
Dperf_event.h294 sample_id_all : 1, /* sample_type all events */ member
/external/syzkaller/sys/linux/
Dperf.txt65 sample_id_all int64:1
/external/kernel-headers/original/uapi/linux/
Dperf_event.h362 sample_id_all : 1, /* sample_type all events */ member

12345678910