Lines Matching refs:from_ip
674 static inline u8 intel_pt_cpumode(struct intel_pt_queue *ptq, uint64_t from_ip, uint64_t to_ip) in intel_pt_cpumode() argument
677 if (from_ip) in intel_pt_cpumode()
678 return intel_pt_nr_cpumode(ptq, from_ip, ptq->state->from_nr); in intel_pt_cpumode()
1414 if (ptq->state->from_ip) in intel_pt_sample_flags()
1595 sample->ip = ptq->state->from_ip; in intel_pt_prep_b_sample()
2110 sample.ip = ptq->state->from_ip; in intel_pt_do_synth_pebs_sample()
2364 ptq->tid, state->from_ip, tm); in intel_ptq_synth_error()
2507 state->from_ip, state->to_ip, ptq->insn_len, in intel_pt_sample()
2517 state->from_ip && state->to_ip) { in intel_pt_sample()
2520 u64 from_ip = st->from_ip; in intel_pt_sample() local
2530 st->from_ip = 0; in intel_pt_sample()
2533 st->from_ip = from_ip; in intel_pt_sample()
2744 state->from_ip >= pt->kernel_start) { in intel_pt_run_decoder()
2763 (state->from_ip >= pt->kernel_start || !state->from_ip) && in intel_pt_run_decoder()