Home
last modified time | relevance | path

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

/linux/tools/perf/
H A Dbuiltin-diff.c278 static double compute_delta(struct hist_entry *he, struct hist_entry *pair) in compute_delta() function
704 compute_delta(he, pair); in hists__precompute()
1408 diff = compute_delta(he, pair); in __hpp__color_compare()
1584 diff = compute_delta(he, pair); in hpp__entry_pair()
/linux/kernel/time/
H A Dtick-sched.c787 bool compute_delta, u64 *last_update_time) in get_cpu_sleep_time_us() argument
802 if (tick_sched_flag_test(ts, TS_FLAG_IDLE_ACTIVE) && compute_delta) { in get_cpu_sleep_time_us()