Searched refs:tips (Results 1 - 2 of 2) sorted by relevance

/linux-master/tools/perf/util/
H A Dutil.c420 struct strlist *tips; local
429 tips = strlist__new("tips.txt", &conf);
430 if (tips == NULL)
433 if (strlist__nr_entries(tips) == 0)
436 node = strlist__entry(tips, random() % strlist__nr_entries(tips));
441 strlist__delete(tips);
/linux-master/tools/perf/
H A DMakefile.perf1040 $(INSTALL) Documentation/tips.txt -m 644 -t '$(DESTDIR_SQ)$(tip_instdir_SQ)'

Completed in 101 milliseconds