Searched defs:cursor (Results 1 – 12 of 12) sorted by relevance
/tools/perf/util/ |
D | callchain.c | 566 fill_node(struct callchain_node *node, struct callchain_cursor *cursor) in fill_node() 631 struct callchain_cursor *cursor, in add_child() 790 struct callchain_cursor *cursor, in split_add_child() 868 struct callchain_cursor *cursor, in append_chain_children() 915 struct callchain_cursor *cursor, in append_chain() 978 struct callchain_cursor *cursor, in callchain_append() 996 merge_chain_branch(struct callchain_cursor *cursor, in merge_chain_branch() 1040 int callchain_merge(struct callchain_cursor *cursor, in callchain_merge() 1046 int callchain_cursor_append(struct callchain_cursor *cursor, in callchain_cursor_append() 1084 struct callchain_cursor *cursor, struct symbol **parent, in sample__resolve_callchain() [all …]
|
D | evsel_fprintf.c | 105 unsigned int print_opts, struct callchain_cursor *cursor, in sample__fprintf_callchain() 195 struct callchain_cursor *cursor, struct strlist *bt_stop_list, FILE *fp) in sample__fprintf_sym()
|
D | callchain.h | 204 static inline void callchain_cursor_commit(struct callchain_cursor *cursor) in callchain_cursor_commit() 212 callchain_cursor_current(struct callchain_cursor *cursor) in callchain_cursor_current() 220 static inline void callchain_cursor_advance(struct callchain_cursor *cursor) in callchain_cursor_advance()
|
D | machine.c | 2006 struct callchain_cursor *cursor, in add_callchain_ip() 2170 struct callchain_cursor *cursor, in resolve_lbr_callchain_sample() 2256 struct callchain_cursor *cursor, in find_prev_cpumode() 2277 struct callchain_cursor *cursor, in thread__resolve_callchain_sample() 2423 static int append_inlines(struct callchain_cursor *cursor, in append_inlines() 2459 struct callchain_cursor *cursor = arg; in unwind_entry() local 2483 struct callchain_cursor *cursor, in thread__resolve_callchain_unwind() 2503 struct callchain_cursor *cursor, in thread__resolve_callchain()
|
D | hist.c | 1074 struct callchain_cursor cursor; in iter_add_next_cumulative_entry() local
|
/tools/perf/ui/browsers/ |
D | annotate.c | 128 static bool is_fused(struct annotate_browser *ab, struct disasm_line *cursor) in is_fused() 150 struct disasm_line *cursor = disasm_line(ab->selection); in annotate_browser__draw_current_jump() local
|
/tools/testing/selftests/bpf/progs/ |
D | test_seg6_loop.c | 55 void *cursor, *data_end; in get_srh() local
|
D | test_lwt_seg6local.c | 55 void *cursor, *data_end; in get_srh() local
|
/tools/perf/ |
D | builtin-timechart.c | 201 struct per_pid *cursor = tchart->all_data; in find_create_pid() local 966 struct per_pid *new_list, *p, *cursor, *prev; in sort_pids() local
|
D | builtin-script.c | 1317 struct callchain_cursor *cursor = NULL; in perf_sample__fprintf_bts() local 1868 struct callchain_cursor *cursor = NULL; in process_event() local
|
D | builtin-sched.c | 283 struct callchain_cursor cursor; member 2144 struct callchain_cursor *cursor = &callchain_cursor; in save_task_callchain() local
|
D | builtin-trace.c | 2107 struct callchain_cursor *cursor) in trace__resolve_callchain()
|