Home
last modified time | relevance | path

Searched refs:INSN_SEG_X86_GS (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/tools/perf/util/
H A Dannotate.h528 INSN_SEG_X86_GS, enumerator
H A Dannotate.c2400 op_loc->segment = INSN_SEG_X86_GS; in extract_reg_offset()
2517 op_loc->segment = INSN_SEG_X86_GS; in annotate_get_insn_location()
2613 if (loc->segment == INSN_SEG_X86_GS && loc->imm && in is_stack_canary()
2751 op_loc->segment == INSN_SEG_X86_GS && op_loc->imm) { in __hist_entry__get_data_type()
H A Dannotate-data.c1034 dloc->op->segment = INSN_SEG_X86_GS; in setup_stack_canary()
1248 if (dloc->op->segment == INSN_SEG_X86_GS && dloc->op->imm && in check_matching_type()
/linux-6.15/tools/perf/arch/x86/annotate/
H A Dinstructions.c334 src->segment == INSN_SEG_X86_GS && src->imm) { in update_insn_state_x86()