Searched refs:formats (Results 1 – 10 of 10) sorted by relevance
| /tools/perf/util/ |
| A D | pmu.c | 1369 pmu_find_format(const struct list_head *formats, const char *name) in pmu_find_format() argument 1373 list_for_each_entry(format, formats, list) in pmu_find_format() 1467 static char *pmu_formats_string(const struct list_head *formats) in pmu_formats_string() argument 1474 if (!formats) in pmu_formats_string() 1478 list_for_each_entry(format, formats, list) in pmu_formats_string() 1886 static void perf_pmu__del_formats(struct list_head *formats) in perf_pmu__del_formats() argument 1890 list_for_each_entry_safe(fmt, tmp, formats, list) { in perf_pmu__del_formats()
|
| /tools/net/ynl/pyynl/lib/ |
| A D | nlspec.py | 307 self.formats = collections.OrderedDict() 310 self.formats[format.value] = format
|
| A D | ynl.py | 731 if value not in sub_msg_spec.formats: 734 spec = sub_msg_spec.formats[value]
|
| /tools/bpf/bpftool/Documentation/ |
| A D | bpftool-btf.rst | 66 (**raw**) or C-syntax (**c**) output formats are supported. With C-style
|
| /tools/testing/nvdimm/test/ |
| A D | ndtest.c | 632 static DEVICE_ATTR_RO(formats);
|
| /tools/perf/Documentation/ |
| A D | perf-record.txt | 43 'param1', 'param2', etc are defined as formats for the PMU in 51 param1 and param2 are defined as formats for the PMU in:
|
| A D | perf-stat.txt | 49 param1 and param2 are defined as formats for the PMU in
|
| A D | perf-intel-pt.txt | 18 modes and timings and formats it into highly compressed binary packets.
|
| /tools/memory-model/Documentation/ |
| A D | litmus-tests.txt | 132 other litmus-test formats, it is conventional to use names consisting of
|
| /tools/net/ynl/pyynl/ |
| A D | ynl_gen_c.py | 1374 for name, fmt in submsg.formats.items():
|
Completed in 35 milliseconds