Searched refs:compute_delta (Results 1 - 2 of 2) sorted by relevance

/linux-master/tools/perf/
H A Dbuiltin-diff.c279 static double compute_delta(struct hist_entry *he, struct hist_entry *pair) function
719 compute_delta(he, pair);
1424 diff = compute_delta(he, pair);
1600 diff = compute_delta(he, pair);
/linux-master/kernel/time/
H A Dtick-sched.c758 bool compute_delta, u64 *last_update_time)
773 if (tick_sched_flag_test(ts, TS_FLAG_IDLE_ACTIVE) && compute_delta) {
757 get_cpu_sleep_time_us(struct tick_sched *ts, ktime_t *sleeptime, bool compute_delta, u64 *last_update_time) argument

Completed in 63 milliseconds