Searched refs:offsets (Results 1 – 8 of 8) sorted by relevance
30 OffsetConfig offsets; member87 frame_ptr + pidData->offsets.PyFrameObject_back); in get_frame_data()90 frame_ptr + pidData->offsets.PyFrameObject_code); in get_frame_data()97 frame->f_code + pidData->offsets.PyCodeObject_filename); in get_frame_data()100 frame->f_code + pidData->offsets.PyCodeObject_name); in get_frame_data()105 frame->co_filename + pidData->offsets.String_data); in get_frame_data()109 frame->co_name + pidData->offsets.String_data); in get_frame_data()195 thread_state + pidData->offsets.PyThreadState_thread); in __on_event()209 thread_state + pidData->offsets.PyThreadState_frame); in __on_event()
60 struct test_data_offset offsets[] = { variable133 for (i = 0; i < ARRAY_SIZE(offsets); i++) { in test__dso_data()134 struct test_data_offset *data = &offsets[i]; in test__dso_data()
155 2) offsets details for each cacheline248 User can specify how to sort offsets for cacheline.251 output fields set for caheline offsets output:276 - list of all accessed offsets for each cacheline
352 Default is '1', meaning just jump targets will have offsets show right beside353 the instruction. When set to '2' 'call' instructions will also have its offsets354 shown, 3 or higher will show offsets for all instructions.
13 format that does not rely on seeking to adjust data offsets. This
1017 if (notes->offsets[offset]) in annotation__count_insn()1038 struct annotation_line *al = notes->offsets[offset]; in annotation__count_and_fill()1076 al = notes->offsets[offset]; in annotation__compute_ipc()2541 struct annotation_line *al = notes->offsets[offset]; in annotation__mark_jump_targets()2549 al = notes->offsets[dl->ops.target.offset]; in annotation__mark_jump_targets()2587 notes->offsets[al->offset] = al; in annotation__set_offsets()2989 notes->offsets = zalloc(size * sizeof(struct annotation_line *)); in symbol__annotate2()2990 if (notes->offsets == NULL) in symbol__annotate2()3016 zfree(¬es->offsets); in symbol__annotate2()
279 struct annotation_line **offsets; member
186 target = notes->offsets[cursor->ops.target.offset]; in annotate_browser__draw_current_jump()944 zfree(¬es->offsets); in symbol__tui_annotate()