Searched refs:compute_delta (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-6.6/kernel/time/ |
H A D | tick-sched.c | 694 bool compute_delta, u64 *last_update_time) in get_cpu_sleep_time_us() 709 if (ts->idle_active && compute_delta) { in get_cpu_sleep_time_us() 693 get_cpu_sleep_time_us(struct tick_sched *ts, ktime_t *sleeptime, bool compute_delta, u64 *last_update_time) get_cpu_sleep_time_us() argument
|
/kernel/linux/linux-5.10/tools/perf/ |
H A D | builtin-diff.c | 279 static double compute_delta(struct hist_entry *he, struct hist_entry *pair) in compute_delta() function 717 compute_delta(he, pair); in hists__precompute() 1421 diff = compute_delta(he, pair); in __hpp__color_compare() 1597 diff = compute_delta(he, pair); in hpp__entry_pair()
|
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-diff.c | 279 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()
|
Completed in 8 milliseconds