Searched refs:_list (Results 1 – 3 of 3) sorted by relevance
| /tools/perf/util/ |
| A D | hist.h | 558 #define perf_hpp_list__for_each_format(_list, format) \ argument 559 list_for_each_entry(format, &(_list)->fields, list) 561 #define perf_hpp_list__for_each_format_safe(_list, format, tmp) \ argument 562 list_for_each_entry_safe(format, tmp, &(_list)->fields, list) 564 #define perf_hpp_list__for_each_sort_list(_list, format) \ argument 565 list_for_each_entry(format, &(_list)->sorts, sort_list) 567 #define perf_hpp_list__for_each_sort_list_safe(_list, format, tmp) \ argument 568 list_for_each_entry_safe(format, tmp, &(_list)->sorts, sort_list)
|
| /tools/perf/scripts/python/ |
| A D | task-analyzer.py | 691 def _record_cleanup(_list): argument 696 if not args.summary and len(_list) > 1: 697 _list = _list[len(_list) - 1 :]
|
| /tools/perf/ |
| A D | builtin-c2c.c | 2004 #define PARSE_LIST(_list, _fn) \ argument 2009 if (!_list) \ 2012 for (tok = strtok_r((char *)_list, ", ", &tmp); \
|
Completed in 14 milliseconds