Searched refs:no_tip (Results 1 – 2 of 2) sorted by relevance
1315 static bool intel_pt_fup_event(struct intel_pt_decoder *decoder, bool no_tip) in intel_pt_fup_event() argument1345 sample_fup_insn = no_tip; in intel_pt_fup_event()1435 bool no_tip = decoder->pkt_state != INTEL_PT_STATE_FUP; in intel_pt_walk_fup() local1438 if (intel_pt_fup_event(decoder, no_tip) && no_tip) in intel_pt_walk_fup()1737 static int intel_pt_mode_tsx(struct intel_pt_decoder *decoder, bool *no_tip) in intel_pt_mode_tsx() argument1751 *no_tip = true; in intel_pt_mode_tsx()2937 static int intel_pt_hop_trace(struct intel_pt_decoder *decoder, bool *no_tip, int *err) in intel_pt_hop_trace() argument2983 *no_tip = true; in intel_pt_hop_trace()2985 *no_tip = true; in intel_pt_hop_trace()2986 if (*no_tip) { in intel_pt_hop_trace()[all …]
24 TIP = "${@'tip' if d.getVar("TIP_IMAGE") == 'True' else 'no_tip'}"