/tools/perf/ui/browsers/ |
A D | annotate.c | 36 struct map_symbol *ms = browser->priv; in browser__annotation() local 155 struct map_symbol *ms = ab->b.priv; in annotate_browser__draw_current_jump() local 307 struct map_symbol *ms = browser->b.priv; in annotate_browser__calc_percent() local 430 struct map_symbol *ms = browser->b.priv; in annotate_browser__toggle_source() local 536 struct map_symbol *ms = browser->b.priv, target_ms; in annotate_browser__callq() local 736 struct map_symbol *ms = browser->priv; in annotate_browser__show() local 802 struct map_symbol *ms = browser->b.priv; in annotate_browser__run() local 1035 int map_symbol__tui_annotate(struct map_symbol *ms, struct evsel *evsel, in map_symbol__tui_annotate() 1052 int symbol__tui_annotate(struct map_symbol *ms, struct evsel *evsel, in symbol__tui_annotate()
|
A D | hists.c | 400 struct map_symbol *ms = browser->selection; in hist_browser__selection_has_children() local 414 struct map_symbol *ms = browser->selection; in hist_browser__selection_unfolded() local 428 struct map_symbol *ms = browser->selection; in hist_browser__selection_sym_name() local 446 struct map_symbol *ms = browser->selection; in hist_browser__toggle_fold() local 2460 struct map_symbol ms; member 2526 struct map_symbol *ms, in add_annotate_opt()
|
/tools/perf/arch/loongarch/annotate/ |
A D | instructions.c | 8 static int loongarch_call__parse(struct arch *arch, struct ins_operands *ops, struct map_symbol *ms, in loongarch_call__parse() 55 static int loongarch_jump__parse(struct arch *arch, struct ins_operands *ops, struct map_symbol *ms, in loongarch_jump__parse()
|
/tools/perf/ui/gtk/ |
A D | annotate.c | 66 static int perf_gtk__get_offset(char *buf, size_t size, struct map_symbol *ms, in perf_gtk__get_offset() 103 static int perf_gtk__annotate_symbol(GtkWidget *window, struct map_symbol *ms, in perf_gtk__annotate_symbol() 174 static int symbol__gtk_annotate(struct map_symbol *ms, struct evsel *evsel, in symbol__gtk_annotate()
|
/tools/perf/arch/x86/annotate/ |
A D | instructions.c | 264 struct map_symbol *ms = dloc->ms; in update_insn_state_x86() local 460 struct map_symbol *ms = dloc->ms; in update_insn_state_x86() local
|
/tools/perf/util/ |
A D | map_symbol.c | 6 void map_symbol__exit(struct map_symbol *ms) in map_symbol__exit()
|
A D | annotate.c | 213 static int __symbol__inc_addr_samples(struct map_symbol *ms, in __symbol__inc_addr_samples() 318 static int symbol__inc_addr_samples(struct map_symbol *ms, in symbol__inc_addr_samples() 1010 int symbol__annotate(struct map_symbol *ms, struct evsel *evsel, in symbol__annotate() 1219 struct map_symbol *ms = &he->ms; in hist_entry__annotate_printf() local 1385 int map_symbol__annotation_dump(struct map_symbol *ms, struct evsel *evsel) in map_symbol__annotation_dump() 1654 struct map_symbol *ms = &he->ms; in hist_entry__tty_annotate2() local 1690 struct map_symbol *ms = &he->ms; in hist_entry__tty_annotate() local 2129 int symbol__annotate2(struct map_symbol *ms, struct evsel *evsel, in symbol__annotate2() 2664 u64 annotate_calc_pcrel(struct map_symbol *ms, u64 ip, int offset, in annotate_calc_pcrel() 2707 struct map_symbol *ms = &he->ms; in __hist_entry__get_data_type() local [all …]
|
A D | map_symbol.h | 18 struct map_symbol ms; member
|
A D | unwind.h | 14 struct map_symbol ms; member
|
A D | callchain.h | 121 struct map_symbol ms; member 145 struct map_symbol ms; member
|
A D | disasm.c | 266 static int call__parse(struct arch *arch, struct ins_operands *ops, struct map_symbol *ms, in call__parse() 362 static int jump__parse(struct arch *arch, struct ins_operands *ops, struct map_symbol *ms, in jump__parse() 522 static int lock__parse(struct arch *arch, struct ins_operands *ops, struct map_symbol *ms, in lock__parse() 920 static void disasm_line__init_ins(struct disasm_line *dl, struct arch *arch, struct map_symbol *ms) in disasm_line__init_ins() 1204 int symbol__strerror_disassemble(struct map_symbol *ms, int errnum, char *buf, size_t buflen) in symbol__strerror_disassemble()
|
A D | disasm.h | 100 struct map_symbol ms; member
|
A D | annotate-data.h | 121 struct map_symbol *ms; member
|
A D | evlist.c | 2382 static int event_enable_timer__set_timer(struct event_enable_timer *eet, int ms) in event_enable_timer__set_timer() 2399 int ms; in event_enable_timer__start() local 2444 int ms = times[step] - times[step - 1]; in event_enable_timer__process() local
|
A D | callchain.c | 1034 struct map_symbol ms = { in merge_chain_branch() local 1078 u64 ip, struct map_symbol *ms, in callchain_cursor_append()
|
A D | sort.c | 392 static int _hist_entry__sym_snprintf(struct map_symbol *ms, in _hist_entry__sym_snprintf() 1351 static int _hist_entry__addr_snprintf(struct map_symbol *ms, in _hist_entry__addr_snprintf() 1546 struct map_symbol *ms = NULL; in hist_entry__daddr_snprintf() local 1572 struct map_symbol *ms = NULL; in hist_entry__iaddr_snprintf() local 1788 struct map_symbol *ms = NULL; in hist_entry__dcacheline_snprintf() local
|
A D | machine.c | 2065 static char *callchain_srcline(struct map_symbol *ms, u64 ip) in callchain_srcline() 2105 struct map_symbol ms = {}; in add_callchain_ip() local 2890 static int append_inlines(struct callchain_cursor *cursor, struct map_symbol *ms, u64 ip) in append_inlines()
|
A D | hist.h | 248 struct map_symbol ms; member
|
/tools/perf/arch/s390/annotate/ |
A D | instructions.c | 5 struct map_symbol *ms, struct disasm_line *dl __maybe_unused) in s390_call__parse()
|
/tools/testing/selftests/drivers/ntsync/ |
A D | ntsync.c | 728 static __u64 get_abs_timeout(unsigned int ms) in get_abs_timeout() 735 static int wait_for_thread(pthread_t thread, unsigned int ms) in wait_for_thread()
|
/tools/testing/selftests/bpf/prog_tests/ |
A D | verify_pkcs7_sig.c | 189 struct module_signature ms; in populate_data_item_mod() local
|
/tools/testing/selftests/damon/ |
A D | _damon_sysfs.py | 131 ms = None # time quota variable in DamosQuota 139 def __init__(self, sz=0, ms=0, goals=None, reset_interval_ms=0, argument
|
/tools/testing/selftests/alsa/ |
A D | pcm-test.c | 298 long long ms; in test_pcm_time() local
|
/tools/testing/selftests/filesystems/epoll/ |
A D | epoll_wakeup_test.c | 3257 uint64_t v = 1, ms; in TEST() local
|