Searched refs:timestamp0 (Results 1 – 3 of 3) sorted by relevance
837 u64 timestamp0; in replay_switch_event() local846 timestamp0 = cpu_last_switched[cpu]; in replay_switch_event()847 if (timestamp0) in replay_switch_event()848 delta = timestamp - timestamp0; in replay_switch_event()1072 u64 timestamp0; in latency_switch_event() local1077 timestamp0 = cpu_last_switched[cpu]; in latency_switch_event()1079 if (timestamp0) in latency_switch_event()1080 delta = timestamp - timestamp0; in latency_switch_event()1443 u64 timestamp0; in map_switch_event() local1452 timestamp0 = cpu_last_switched[this_cpu]; in map_switch_event()[all …]
441 time_t timestamp0, in MakeAutofillEntry() argument444 if (timestamp0 > 0) in MakeAutofillEntry()445 timestamps.push_back(Time::FromTimeT(timestamp0)); in MakeAutofillEntry()
113 time_t timestamp0, in MakeAutofillEntry() argument116 if (timestamp0 >= 0) in MakeAutofillEntry()117 timestamps.push_back(Time::FromTimeT(timestamp0)); in MakeAutofillEntry()