Home
last modified time | relevance | path

Searched defs:perf_event_attr (Results 1 – 3 of 3) sorted by relevance

/system/extras/simpleperf/
Drecord.cpp1064 bool BuildIdRecord::Parse(const perf_event_attr&, char* p, char* end) { in Parse()
1104 bool AuxTraceInfoRecord::Parse(const perf_event_attr&, char* p, char* end) { in Parse()
1198 bool AuxTraceRecord::Parse(const perf_event_attr&, char* p, char* end) { in Parse()
1235 bool KernelSymbolRecord::Parse(const perf_event_attr&, char* p, char* end) { in Parse()
1265 bool DsoRecord::Parse(const perf_event_attr&, char* p, char* end) { in Parse()
1305 bool SymbolRecord::Parse(const perf_event_attr&, char* p, char* end) { in Parse()
1343 bool TracingDataRecord::Parse(const perf_event_attr&, char* p, char* end) { in Parse()
1376 bool EventIdRecord::Parse(const perf_event_attr&, char* p, char* end) { in Parse()
1409 bool CallChainRecord::Parse(const perf_event_attr&, char* p, char* end) { in Parse()
1479 bool UnwindingResultRecord::Parse(const perf_event_attr&, char* p, char* end) { in Parse()
[all …]
/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h336 struct perf_event_attr { struct
337 __u32 type;
338 __u32 size;
339 __u64 config;
340 union {
344 __u64 sample_type;
345 __u64 read_format;
346 __u64 disabled: 1;
347 __u64 inherit: 1;
348 __u64 pinned: 1;
[all …]
/system/bpf/include/vmlinux/android15_6.6/x86_64/
Dvmlinux.h7054 struct perf_event_attr { struct
7055 __u32 type;
7056 __u32 size;
7057 __u64 config;
7058 union {
7062 __u64 sample_type;
7063 __u64 read_format;
7064 __u64 disabled: 1;
7065 __u64 inherit: 1;
7066 __u64 pinned: 1;
[all …]