Searched refs:tips (Results 1 – 2 of 2) sorted by relevance
426 struct strlist *tips; in perf_tip() local435 tips = strlist__new("tips.txt", &conf); in perf_tip()436 if (tips == NULL) in perf_tip()439 if (strlist__nr_entries(tips) == 0) in perf_tip()442 node = strlist__entry(tips, random() % strlist__nr_entries(tips)); in perf_tip()447 strlist__delete(tips); in perf_tip()
1126 $(INSTALL) Documentation/tips.txt -m 644 -t '$(DESTDIR_SQ)$(tip_instdir_SQ)'