Home
last modified time | relevance | path

Searched defs:cursor (Results 1 – 10 of 10) sorted by relevance

/tools/perf/util/
Dcallchain.c559 fill_node(struct callchain_node *node, struct callchain_cursor *cursor) in fill_node()
623 struct callchain_cursor *cursor, in add_child()
764 struct callchain_cursor *cursor, in split_add_child()
842 struct callchain_cursor *cursor, in append_chain_children()
889 struct callchain_cursor *cursor, in append_chain()
952 struct callchain_cursor *cursor, in callchain_append()
970 merge_chain_branch(struct callchain_cursor *cursor, in merge_chain_branch()
1014 int callchain_merge(struct callchain_cursor *cursor, in callchain_merge()
1020 int callchain_cursor_append(struct callchain_cursor *cursor, in callchain_cursor_append()
1056 struct callchain_cursor *cursor, struct symbol **parent, in sample__resolve_callchain()
Devsel_fprintf.c103 unsigned int print_opts, struct callchain_cursor *cursor, in sample__fprintf_callchain()
223 struct callchain_cursor *cursor, FILE *fp) in sample__fprintf_sym()
Dcallchain.h193 static inline void callchain_cursor_reset(struct callchain_cursor *cursor) in callchain_cursor_reset()
210 static inline void callchain_cursor_commit(struct callchain_cursor *cursor) in callchain_cursor_commit()
218 callchain_cursor_current(struct callchain_cursor *cursor) in callchain_cursor_current()
226 static inline void callchain_cursor_advance(struct callchain_cursor *cursor) in callchain_cursor_advance()
Dmachine.c1789 struct callchain_cursor *cursor, in add_callchain_ip()
1952 struct callchain_cursor *cursor, in resolve_lbr_callchain_sample()
2038 struct callchain_cursor *cursor, in thread__resolve_callchain_sample()
2174 struct callchain_cursor *cursor = arg; in unwind_entry() local
2184 struct callchain_cursor *cursor, in thread__resolve_callchain_unwind()
2204 struct callchain_cursor *cursor, in thread__resolve_callchain()
Dhist.c959 struct callchain_cursor cursor; in iter_add_next_cumulative_entry() local
/tools/perf/ui/browsers/
Dannotate.c287 static bool is_fused(struct annotate_browser *ab, struct disasm_line *cursor) in is_fused()
309 struct disasm_line *cursor = ab->selection, *target; in annotate_browser__draw_current_jump() local
/tools/perf/
Dbuiltin-timechart.c203 struct per_pid *cursor = tchart->all_data; in find_create_pid() local
972 struct per_pid *new_list, *p, *cursor, *prev; in sort_pids() local
Dbuiltin-script.c1051 struct callchain_cursor *cursor = NULL; in print_sample_bts() local
1435 struct callchain_cursor *cursor = NULL; in process_event() local
Dbuiltin-sched.c272 struct callchain_cursor cursor; member
2054 struct callchain_cursor *cursor = &callchain_cursor; in save_task_callchain() local
Dbuiltin-trace.c1613 struct callchain_cursor *cursor) in trace__resolve_callchain()