Searched refs:tips (Results 1 – 2 of 2) sorted by relevance
384 struct strlist *tips; in perf_tip() local393 tips = strlist__new("tips.txt", &conf); in perf_tip()394 if (tips == NULL) in perf_tip()397 if (strlist__nr_entries(tips) == 0) in perf_tip()400 node = strlist__entry(tips, random() % strlist__nr_entries(tips)); in perf_tip()405 strlist__delete(tips); in perf_tip()
1001 $(INSTALL) Documentation/tips.txt -t '$(DESTDIR_SQ)$(tip_instdir_SQ)'