Home
last modified time | relevance | path

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

/linux-6.6.21/tools/perf/
Dbuiltin-diff.c279 static double compute_delta(struct hist_entry *he, struct hist_entry *pair) in compute_delta() function
719 compute_delta(he, pair); in hists__precompute()
1424 diff = compute_delta(he, pair); in __hpp__color_compare()
1600 diff = compute_delta(he, pair); in hpp__entry_pair()
/linux-6.6.21/kernel/time/
Dtick-sched.c694 bool compute_delta, u64 *last_update_time) in get_cpu_sleep_time_us() argument
709 if (ts->idle_active && compute_delta) { in get_cpu_sleep_time_us()