fsym              855 tools/lib/traceevent/event-parse.c static void free_flag_sym(struct tep_print_flag_sym *fsym)
fsym              859 tools/lib/traceevent/event-parse.c 	while (fsym) {
fsym              860 tools/lib/traceevent/event-parse.c 		next = fsym->next;
fsym              861 tools/lib/traceevent/event-parse.c 		free(fsym->value);
fsym              862 tools/lib/traceevent/event-parse.c 		free(fsym->str);
fsym              863 tools/lib/traceevent/event-parse.c 		free(fsym);
fsym              864 tools/lib/traceevent/event-parse.c 		fsym = next;
fsym              140 tools/perf/tests/hists_common.c 			struct fake_sym *fsym = &fake_symbols[i].syms[k];
fsym              142 tools/perf/tests/hists_common.c 			sym = symbol__new(fsym->start, fsym->length,
fsym              143 tools/perf/tests/hists_common.c 					  STB_GLOBAL, STT_FUNC, fsym->name);
fsym              658 tools/perf/util/thread-stack.c 	struct symbol *fsym = from_al->sym;
fsym              735 tools/perf/util/thread-stack.c 	cp = call_path__findnew(cpr, cp, fsym, ip, ks);