Home
last modified time | relevance | path

Searched refs:timestamp0 (Results 1 – 3 of 3) sorted by relevance

/external/linux-tools-perf/
Dbuiltin-sched.c837 u64 timestamp0; in replay_switch_event() local
846 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() local
1077 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() local
1452 timestamp0 = cpu_last_switched[this_cpu]; in map_switch_event()
[all …]
/external/chromium/chrome/browser/sync/
Dprofile_sync_service_autofill_unittest.cc441 time_t timestamp0, in MakeAutofillEntry() argument
444 if (timestamp0 > 0) in MakeAutofillEntry()
445 timestamps.push_back(Time::FromTimeT(timestamp0)); in MakeAutofillEntry()
/external/chromium/chrome/browser/webdata/
Dautofill_table_unittest.cc113 time_t timestamp0, in MakeAutofillEntry() argument
116 if (timestamp0 >= 0) in MakeAutofillEntry()
117 timestamps.push_back(Time::FromTimeT(timestamp0)); in MakeAutofillEntry()