Searched refs:history (Results 1 – 2 of 2) sorted by relevance
1113 static int adjust_historical_crosststamp(struct system_time_snapshot *history, in adjust_historical_crosststamp() argument1138 ktime_sub(ts->sys_monoraw, history->raw)); in adjust_historical_crosststamp()1156 ktime_sub(ts->sys_realtime, history->real)); in adjust_historical_crosststamp()1165 ts->sys_monoraw = ktime_add_ns(history->raw, corr_raw); in adjust_historical_crosststamp()1166 ts->sys_realtime = ktime_add_ns(history->real, corr_real); in adjust_historical_crosststamp()
2137 u32 *history) in get_prev_insn_idx() argument2139 u32 cnt = *history; in get_prev_insn_idx()2143 (*history)--; in get_prev_insn_idx()2579 u32 history = st->jmp_history_cnt; in __mark_chain_precision() local2633 i = get_prev_insn_idx(st, i, &history); in __mark_chain_precision()