Searched refs:formats (Results 1 – 10 of 10) sorted by relevance
/tools/perf/tests/ |
D | pmu.c | 143 LIST_HEAD(formats); in test__pmu() 155 ret = perf_pmu__format_parse(format, &formats); in test__pmu() 159 ret = perf_pmu__config_terms("perf-pmu-test", &formats, &attr, in test__pmu() 176 perf_pmu__del_formats(&formats); in test__pmu()
|
/tools/perf/util/ |
D | pmu.h | 92 int perf_pmu__config_terms(const char *pmu_name, struct list_head *formats, 96 __u64 perf_pmu__format_bits(struct list_head *formats, const char *name); 97 int perf_pmu__format_type(struct list_head *formats, const char *name); 108 void perf_pmu__del_formats(struct list_head *formats);
|
D | pmu.c | 1143 pmu_find_format(struct list_head *formats, const char *name) in pmu_find_format() argument 1147 list_for_each_entry(format, formats, list) in pmu_find_format() 1154 __u64 perf_pmu__format_bits(struct list_head *formats, const char *name) in perf_pmu__format_bits() argument 1156 struct perf_pmu_format *format = pmu_find_format(formats, name); in perf_pmu__format_bits() 1169 int perf_pmu__format_type(struct list_head *formats, const char *name) in perf_pmu__format_type() argument 1171 struct perf_pmu_format *format = pmu_find_format(formats, name); in perf_pmu__format_type() 1240 static char *pmu_formats_string(struct list_head *formats) in pmu_formats_string() argument 1247 if (!formats) in pmu_formats_string() 1251 list_for_each_entry(format, formats, list) in pmu_formats_string() 1267 struct list_head *formats, in pmu_config_term() argument [all …]
|
/tools/perf/arch/x86/util/ |
D | intel-pt.c | 63 struct list_head *formats, in intel_pt_parse_terms_with_default() argument 82 err = perf_pmu__config_terms(pmu_name, formats, &attr, terms, true, in intel_pt_parse_terms_with_default() 93 static int intel_pt_parse_terms(const char *pmu_name, struct list_head *formats, in intel_pt_parse_terms() argument 97 return intel_pt_parse_terms_with_default(pmu_name, formats, str, in intel_pt_parse_terms()
|
/tools/bpf/bpftool/Documentation/ |
D | bpftool-btf.rst | 68 formats are supported.
|
/tools/testing/nvdimm/test/ |
D | ndtest.c | 760 static DEVICE_ATTR_RO(formats);
|
/tools/perf/Documentation/ |
D | perf-record.txt | 41 'param1', 'param2', etc are defined as formats for the PMU in 49 param1 and param2 are defined as formats for the PMU in:
|
D | perf-stat.txt | 47 param1 and param2 are defined as formats for the PMU in
|
D | perf-intel-pt.txt | 18 modes and timings and formats it into highly compressed binary packets.
|
/tools/memory-model/Documentation/ |
D | litmus-tests.txt | 132 other litmus-test formats, it is conventional to use names consisting of
|