Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dannotate.h529 INSN_SEG_X86_GS,
531 INSN_SEG_X86_GS, global() enumerator
H A Dannotate.c2500 op_loc->segment = INSN_SEG_X86_GS; in extract_reg_offset()
2601 op_loc->segment = INSN_SEG_X86_GS; in annotate_get_insn_location()
2693 if (loc->segment == INSN_SEG_X86_GS && loc->imm && in is_stack_canary()
2851 op_loc->segment == INSN_SEG_X86_GS && op_loc->imm) { in __hist_entry__get_data_type()
H A Dannotate-data.c1098 dloc->op->segment = INSN_SEG_X86_GS; in check_matching_type()
1344 if (dloc->op->segment == INSN_SEG_X86_GS && dloc->op->imm &&
/linux/tools/perf/util/annotate-arch/
H A Dannotate-x86.c504 src->segment == INSN_SEG_X86_GS && src->imm) { in update_insn_state_x86()