Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/perf/util/
H A Dprobe-file.c187 struct strlist *sl, *rawlist; in __probe_file__get_namelist() local
193 rawlist = probe_file__get_rawlist(fd); in __probe_file__get_namelist()
194 if (!rawlist) in __probe_file__get_namelist()
197 strlist__for_each_entry(ent, rawlist) { in __probe_file__get_namelist()
215 strlist__delete(rawlist); in __probe_file__get_namelist()
H A Dprobe-event.c2618 struct strlist *rawlist; in __show_perf_probe_events() local
2624 rawlist = probe_file__get_rawlist(fd); in __show_perf_probe_events()
2625 if (!rawlist) in __show_perf_probe_events()
2628 strlist__for_each_entry(ent, rawlist) { in __show_perf_probe_events()
2647 strlist__delete(rawlist); in __show_perf_probe_events()
/kernel/linux/linux-6.6/tools/perf/util/
H A Dprobe-file.c222 struct strlist *sl, *rawlist; in __probe_file__get_namelist() local
228 rawlist = probe_file__get_rawlist(fd); in __probe_file__get_namelist()
229 if (!rawlist) in __probe_file__get_namelist()
232 strlist__for_each_entry(ent, rawlist) { in __probe_file__get_namelist()
250 strlist__delete(rawlist); in __probe_file__get_namelist()
H A Dprobe-event.c2661 struct strlist *rawlist; in __show_perf_probe_events() local
2667 rawlist = probe_file__get_rawlist(fd); in __show_perf_probe_events()
2668 if (!rawlist) in __show_perf_probe_events()
2671 strlist__for_each_entry(ent, rawlist) { in __show_perf_probe_events()
2690 strlist__delete(rawlist); in __show_perf_probe_events()
/kernel/linux/linux-5.10/tools/power/pm-graph/
H A Dsleepgraph.py2588 # rawlist: the list of devices/actions for a single phase
2591 def getDeviceRows(self, rawlist):
2594 for item in rawlist:
/kernel/linux/linux-6.6/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 27 milliseconds