Home
last modified time | relevance | path

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

/tools/perf/util/
Dutil.c348 struct strlist *tips; in perf_tip() local
357 tips = strlist__new("tips.txt", &conf); in perf_tip()
358 if (tips == NULL) in perf_tip()
361 if (strlist__nr_entries(tips) == 0) in perf_tip()
364 node = strlist__entry(tips, random() % strlist__nr_entries(tips)); in perf_tip()
369 strlist__delete(tips); in perf_tip()
/tools/perf/
DMakefile.perf915 $(INSTALL) Documentation/tips.txt -t '$(DESTDIR_SQ)$(tip_instdir_SQ)'