Home
last modified time | relevance | path

Searched refs:period (Results 1 – 19 of 19) sorted by relevance

/system/extras/simpleperf/
Dcallchain.cpp52 size_t chain_start, uint64_t period, in AllocateNode() argument
58 node->period = period; in AllocateNode()
65 AllocateNode(parent->chain, parent_length, parent->period, parent->children_period); in SplitNode()
67 parent->period = 0; in SplitNode()
68 parent->children_period = child->period + child->children_period; in SplitNode()
74 void CallChainRoot::AddCallChain(const std::vector<SampleEntry*>& callchain, uint64_t period) { in AddCallChain() argument
75 children_period += period; in AddCallChain()
78 std::unique_ptr<CallChainNode> new_node = AllocateNode(callchain, 0, period, 0); in AddCallChain()
93 p->period += period; in AddCallChain()
96 p->children_period += period; in AddCallChain()
[all …]
Dsample_tree.h44 uint64_t period; member
54 SampleEntry(uint64_t ip, uint64_t time, uint64_t period, uint64_t accumulated_period, in SampleEntry()
59 period(period), in SampleEntry()
93 SampleEntry* AddSample(int pid, int tid, uint64_t ip, uint64_t time, uint64_t period,
96 uint64_t time, uint64_t period);
97 SampleEntry* AddCallChainSample(int pid, int tid, uint64_t ip, uint64_t time, uint64_t period,
100 uint64_t period);
128 uint64_t period1 = sample1->period + sample1->accumulated_period; in operator()
129 uint64_t period2 = sample2->period + sample2->accumulated_period; in operator()
Dsample_tree.cpp33 SampleEntry* SampleTree::AddSample(int pid, int tid, uint64_t ip, uint64_t time, uint64_t period, in AddSample() argument
39 SampleEntry value(ip, time, period, 0, 1, thread, map, symbol); in AddSample()
48 uint64_t branch_flags, uint64_t time, uint64_t period) { in AddBranchSample() argument
61 SampleEntry value(to_ip, time, period, 0, 1, thread, to_map, to_symbol); in AddBranchSample()
74 uint64_t period, bool in_kernel, in AddCallChainSample() argument
80 SampleEntry value(ip, time, 0, period, 0, thread, map, symbol); in AddCallChainSample()
129 result->period += value.period; in InsertSample()
134 total_period_ += value.period; in InsertSample()
146 uint64_t period) { in InsertCallChainForSample() argument
147 sample->callchain.AddCallChain(callchain, period); in InsertCallChainForSample()
Dcallchain.h26 uint64_t period; member
39 void AddCallChain(const std::vector<SampleEntry*>& callchain, uint64_t period);
Dcmd_report.cpp77 uint64_t period = sample.period + sample.accumulated_period; in Show() local
79 double percentage = (total_period != 0) ? 100.0 * period / total_period : 0.0; in Show()
94 uint64_t period = sample.period; in Show() local
96 double percentage = (total_period != 0) ? 100.0 * period / total_period : 0.0; in Show()
549 item.flags, r.time_data.time, r.period_data.period); in ProcessSampleRecord()
555 … r.time_data.time, r.period_data.period, in_kernel); in ProcessSampleRecord()
605 r.period_data.period, in_kernel, callchain); in ProcessSampleRecord()
623 sample_tree_->InsertCallChainForSample(sample, callchain, r.period_data.period); in ProcessSampleRecord()
765 if (node->period + node->children_period != parent_period) { in PrintCallGraphEntry()
766 double percentage = 100.0 * (node->period + node->children_period) / parent_period; in PrintCallGraphEntry()
Drecord.h73 uint64_t period; member
Drecord.cpp481 PrintIndented(indent, "period %" PRId64 "\n", period_data.period); in DumpData()
/system/bt/osi/src/
Dalarm.c80 period_ms_t period; member
126 static void alarm_set_internal(alarm_t *alarm, period_ms_t period,
237 static void alarm_set_internal(alarm_t *alarm, period_ms_t period, in alarm_set_internal() argument
247 alarm->period = period; in alarm_set_internal()
445 if ((alarm->is_periodic) && (alarm->period != 0)) in schedule_next_instance()
446 ms_into_period = ((just_now - alarm->creation_time) % alarm->period); in schedule_next_instance()
447 alarm->deadline = just_now + (alarm->period - ms_into_period); in schedule_next_instance()
768 (unsigned long long) alarm->period, in alarm_debug_dump()
/system/update_engine/
Domaha_request_params.h153 inline void set_waiting_period(base::TimeDelta period) { in set_waiting_period() argument
154 waiting_period_ = period; in set_waiting_period()
/system/extras/perfprofd/quipper/kernel-headers/tools/perf/
Dperf.h184 bool period; member
/system/extras/perfprofd/quipper/original-kernel-headers/tools/perf/
Dperf.h226 bool period; member
/system/extras/perfprofd/quipper/kernel-headers/tools/perf/util/
Devent.h122 u64 period; member
/system/extras/perfprofd/quipper/original-kernel-headers/tools/perf/util/
Devent.h112 u64 period; member
/system/extras/perfprofd/
Dperfprofdcore.cc759 unsigned period = config.getUnsignedValue("sampling_period"); in collect_profile() local
762 period, in collect_profile()
/system/connectivity/shill/
Dservice.cc995 int period = 0; in NoteDisconnectEvent() local
1002 period = kDisconnectsMonitorSeconds; in NoteDisconnectEvent()
1006 period = kMisconnectsMonitorSeconds; in NoteDisconnectEvent()
1013 events->RecordEventAndExpireEventsBefore(period, in NoteDisconnectEvent()
/system/extras/perfprofd/quipper/
Dperf_reader.cc434 sample->period = MaybeSwap(*array++, swap_bytes); in ReadPerfSampleFromData()
562 *array++ = sample.period; in WritePerfSampleToData()
/system/connectivity/shill/doc/
Dservice-api.txt853 this specifies the period in seconds between sending
934 period (in seconds) to re-negotiate the data channel
942 period (in seconds) to wait to for a response from
/system/connectivity/shill/wifi/
Dwake_on_wifi_unittest.cc970 void SetNetDetectScanPeriodSeconds(uint32_t period) { in SetNetDetectScanPeriodSeconds() argument
971 wake_on_wifi_->net_detect_scan_period_seconds_ = period; in SetNetDetectScanPeriodSeconds()
/system/core/init/
Dreadme.txt416 Where the value of $TIMEOUT corresponds to the desired bootcharted period in