HomeSort by relevance Sort by last modified time
    Searched refs:event_attr (Results 1 - 4 of 4) sorted by null

  /system/extras/simpleperf/
record_test.cpp 19 #include "event_attr.h"
29 event_attr = CreateDefaultPerfEventAttr(*type);
30 event_attr.sample_id_all = 1;
36 ReadRecordsFromBuffer(event_attr, p, record.size());
41 perf_event_attr event_attr; member in class:RecordTest
45 MmapRecord record(event_attr, true, 1, 2, 0x1000, 0x2000, 0x3000,
51 CommRecord record(event_attr, 1, 2, "CommRecord", 0, 7);
56 event_attr.sample_type = PERF_SAMPLE_IP | PERF_SAMPLE_TID | PERF_SAMPLE_TIME
59 SampleRecord record(event_attr, 1, 2, 3, 4, 5, 6, 7, {8, 9, 10});
64 event_attr.sample_id_all = 1
    [all...]
event_selection_set.cpp 22 #include "event_attr.h"
74 selection->event_attr = CreateDefaultPerfEventAttr(event_type->event_type);
75 selection->event_attr.exclude_user = event_type->exclude_user;
76 selection->event_attr.exclude_kernel = event_type->exclude_kernel;
77 selection->event_attr.exclude_hv = event_type->exclude_hv;
78 selection->event_attr.exclude_host = event_type->exclude_host;
79 selection->event_attr.exclude_guest = event_type->exclude_guest;
80 selection->event_attr.precise_ip = event_type->precise_ip;
81 if (!IsEventAttrSupported(selection->event_attr)) {
135 if (sel.event_attr.type == SIMPLEPERF_TYPE_USER_SPACE_SAMPLERS &
    [all...]
event_selection_set.h 28 #include "event_attr.h"
130 perf_event_attr event_attr; member in struct:EventSelectionSet::EventSelection
Android.mk 96 event_attr.cpp \

Completed in 514 milliseconds