Searched refs:type_state (Results 1 – 5 of 5) sorted by relevance
| /linux/tools/perf/util/ |
| A D | annotate-data.h | 205 struct type_state { struct 232 bool has_reg_type(struct type_state *state, int reg); argument 233 struct type_state_stack *findnew_stack_state(struct type_state *state, 238 struct type_state_stack *find_stack_state(struct type_state *state,
|
| A D | disasm.h | 17 struct type_state; 43 void (*update_insn_state)(struct type_state *state,
|
| A D | annotate-data.c | 154 bool has_reg_type(struct type_state *state, int reg) in has_reg_type() 159 static void init_type_state(struct type_state *state, struct arch *arch) in init_type_state() 179 static void exit_type_state(struct type_state *state) in exit_type_state() 525 struct type_state_stack *find_stack_state(struct type_state *state, in find_stack_state() 568 struct type_state_stack *findnew_stack_state(struct type_state *state, in findnew_stack_state() 813 static void update_var_state(struct type_state *state, struct data_loc_info *dloc, in update_var_state() 912 static void update_insn_state(struct type_state *state, struct data_loc_info *dloc, in update_insn_state() 1006 static enum type_match_result check_matching_type(struct type_state *state, in check_matching_type() 1248 struct type_state state; in find_data_type_insn()
|
| /linux/tools/perf/arch/powerpc/annotate/ |
| A D | instructions.c | 259 static void update_insn_state_powerpc(struct type_state *state, in update_insn_state_powerpc()
|
| /linux/tools/perf/arch/x86/annotate/ |
| A D | instructions.c | 211 static void update_insn_state_x86(struct type_state *state, in update_insn_state_x86()
|
Completed in 13 milliseconds