Searched defs:timestamp0 (Results 1 - 1 of 1) sorted by relevance

/external/linux-tools-perf/perf-3.12.0/tools/perf/
H A Dbuiltin-sched.c696 u64 timestamp0, timestamp = sample->time; local
706 timestamp0 = sched->cpu_last_switched[cpu];
707 if (timestamp0)
708 delta = timestamp - timestamp0;
931 u64 timestamp0, timestamp = sample->time; local
937 timestamp0 = sched->cpu_last_switched[cpu];
939 if (timestamp0)
940 delta = timestamp - timestamp0;
1283 u64 timestamp0, timestamp = sample->time; local
1292 timestamp0
[all...]

Completed in 94 milliseconds