Searched refs:attr_ (Results 1 - 3 of 3) sorted by relevance

/system/extras/simpleperf/
H A Devent_fd.h57 const perf_event_attr& attr() const { return attr_; }
88 : attr_(attr),
107 const perf_event_attr attr_; member in class:EventFd
H A DInplaceSamplerClient.cpp43 : attr_(attr), pid_(pid), tids_(tids), got_start_profiling_reply_msg_(false) {
44 if (attr_.freq) {
45 sample_freq_ = attr_.sample_freq;
47 sample_freq_ = std::max(1u, static_cast<uint32_t>(1000000000 / attr_.sample_period));
101 if (attr_.sample_type & PERF_SAMPLE_CALLCHAIN) {
153 CommRecord r(attr_, pid_, tid, p, Id(), time);
166 MmapRecord r(attr_, false, pid_, pid_, start, len, pgoff, p, Id(), time);
182 SampleRecord r(attr_, Id(), ips[0], pid_, tid, time, 0, period, ips);
H A DInplaceSamplerClient.h46 const perf_event_attr attr_; member in class:InplaceSamplerClient

Completed in 85 milliseconds