Searched refs:fsym (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/tests/ |
H A D | hists_common.c | 140 struct fake_sym *fsym = &fake_symbols[i].syms[k]; in setup_fake_machine() local 142 sym = symbol__new(fsym->start, fsym->length, in setup_fake_machine() 143 STB_GLOBAL, STT_FUNC, fsym->name); in setup_fake_machine()
|
/kernel/linux/linux-6.6/tools/perf/tests/ |
H A D | hists_common.c | 140 struct fake_sym *fsym = &fake_symbols[i].syms[k]; in setup_fake_machine() local 142 sym = symbol__new(fsym->start, fsym->length, in setup_fake_machine() 143 STB_GLOBAL, STT_FUNC, fsym->name); in setup_fake_machine()
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | thread-stack.c | 910 struct symbol *fsym = from_al->sym; in thread_stack__no_call_return() local 987 cp = call_path__findnew(cpr, cp, fsym, ip, ks); in thread_stack__no_call_return()
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | thread-stack.c | 911 struct symbol *fsym = from_al->sym; in thread_stack__no_call_return() local 988 cp = call_path__findnew(cpr, cp, fsym, ip, ks); in thread_stack__no_call_return()
|
/kernel/linux/linux-5.10/tools/lib/traceevent/ |
H A D | event-parse.c | 849 static void free_flag_sym(struct tep_print_flag_sym *fsym) in free_flag_sym() argument 853 while (fsym) { in free_flag_sym() 854 next = fsym->next; in free_flag_sym() 855 free(fsym->value); in free_flag_sym() 856 free(fsym->str); in free_flag_sym() 857 free(fsym); in free_flag_sym() 858 fsym = next; in free_flag_sym()
|
Completed in 12 milliseconds