Searched refs:rawlist (Results 1 - 3 of 3) sorted by relevance

/linux-master/tools/perf/util/
H A Dprobe-file.c222 struct strlist *sl, *rawlist; local
228 rawlist = probe_file__get_rawlist(fd);
229 if (!rawlist)
232 strlist__for_each_entry(ent, rawlist) {
250 strlist__delete(rawlist);
H A Dprobe-event.c2672 struct strlist *rawlist; local
2678 rawlist = probe_file__get_rawlist(fd);
2679 if (!rawlist)
2682 strlist__for_each_entry(ent, rawlist) {
2701 strlist__delete(rawlist);
/linux-master/tools/power/pm-graph/
H A Dsleepgraph.py2776 # rawlist: the list of devices/actions for a single phase
2779 def getDeviceRows(self, rawlist):
2782 for item in rawlist:

Completed in 143 milliseconds