Searched refs:formats (Results 1 – 8 of 8) 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(&formats, &attr, terms, in test__pmu()
|
/tools/perf/util/ |
D | pmu.h | 68 int perf_pmu__config_terms(struct list_head *formats, 72 __u64 perf_pmu__format_bits(struct list_head *formats, const char *name);
|
D | pmu.c | 902 pmu_find_format(struct list_head *formats, const char *name) in pmu_find_format() argument 906 list_for_each_entry(format, formats, list) in pmu_find_format() 913 __u64 perf_pmu__format_bits(struct list_head *formats, const char *name) in perf_pmu__format_bits() argument 915 struct perf_pmu_format *format = pmu_find_format(formats, name); in perf_pmu__format_bits() 990 static char *pmu_formats_string(struct list_head *formats) in pmu_formats_string() argument 997 if (!formats) in pmu_formats_string() 1001 list_for_each_entry(format, formats, list) in pmu_formats_string() 1016 static int pmu_config_term(struct list_head *formats, in pmu_config_term() argument 1040 format = pmu_find_format(formats, term->config); in pmu_config_term() 1045 char *pmu_term = pmu_formats_string(formats); in pmu_config_term() [all …]
|
/tools/perf/arch/x86/util/ |
D | intel-pt.c | 60 static int intel_pt_parse_terms_with_default(struct list_head *formats, in intel_pt_parse_terms_with_default() argument 79 err = perf_pmu__config_terms(formats, &attr, terms, true, NULL); in intel_pt_parse_terms_with_default() 89 static int intel_pt_parse_terms(struct list_head *formats, const char *str, in intel_pt_parse_terms() argument 93 return intel_pt_parse_terms_with_default(formats, str, config); in intel_pt_parse_terms()
|
/tools/bpf/bpftool/Documentation/ |
D | bpftool-btf.rst | 62 formats are supported.
|
/tools/perf/Documentation/ |
D | perf-record.txt | 37 'param1', 'param2', etc are defined as formats for the PMU in 45 param1 and param2 are defined as formats for the PMU in:
|
D | perf-stat.txt | 43 param1 and param2 are defined as formats for the PMU in
|
D | intel-pt.txt | 9 modes and timings and formats it into highly compressed binary packets.
|