Home
last modified time | relevance | path

Searched refs:fsym (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/tools/perf/tests/
Dhists_common.c140 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()
/linux-6.1.9/tools/perf/util/
Dthread-stack.c910 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()
/linux-6.1.9/tools/lib/traceevent/
Devent-parse.c849 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()