/kernel/linux/linux-5.10/tools/perf/ |
H A D | builtin-list.c | 29 bool deprecated = false; in cmd_list() local 38 OPT_BOOLEAN(0, "deprecated", &deprecated, in cmd_list() 39 "Print deprecated events."), in cmd_list() 61 details_flag, deprecated); in cmd_list() 85 deprecated); in cmd_list() 119 deprecated); in cmd_list()
|
/kernel/liteos_a/kernel/include/ |
H A D | los_toolchain.h | 88 #define DEPRECATED __attribute__((deprecated))
127 #define DEPRECATED __attribute__((deprecated))
166 #define DEPRECATED __attribute__((deprecated))
|
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-list.c | 46 /** @deprecated: Print deprecated events or metrics. */ 47 bool deprecated; member 101 bool deprecated, const char *event_type_desc, in default_print_event() 108 if (deprecated && !print_state->deprecated) in default_print_event() 327 bool deprecated, const char *event_type_desc, in json_print_event() 366 if (deprecated) { in json_print_event() 368 deprecated ? "1" : "0"); in json_print_event() 474 OPT_BOOLEAN(0, "deprecated", in cmd_list() 98 default_print_event(void *ps, const char *pmu_name, const char *topic, const char *event_name, const char *event_alias, const char *scale_unit __maybe_unused, bool deprecated, const char *event_type_desc, const char *desc, const char *long_desc, const char *encoding_desc) default_print_event() argument 324 json_print_event(void *ps, const char *pmu_name, const char *topic, const char *event_name, const char *event_alias, const char *scale_unit, bool deprecated, const char *event_type_desc, const char *desc, const char *long_desc, const char *encoding_desc) json_print_event() argument [all...] |
/kernel/linux/linux-5.10/drivers/clk/versatile/ |
H A D | clk-sp810.c | 91 bool deprecated; in clk_sp810_of_setup() local 112 deprecated = !of_find_property(node, "assigned-clock-parents", NULL); in clk_sp810_of_setup() 127 if (deprecated) in clk_sp810_of_setup()
|
/kernel/linux/linux-6.6/drivers/clk/versatile/ |
H A D | clk-sp810.c | 92 bool deprecated; in clk_sp810_of_setup() local 113 deprecated = !of_find_property(node, "assigned-clock-parents", NULL); in clk_sp810_of_setup() 128 if (deprecated) in clk_sp810_of_setup()
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | pmu.h | 72 bool deprecated; member 105 bool deprecated);
|
H A D | pmu.c | 314 char *deprecated) in __perf_pmu__new_alias() 331 alias->deprecated = false; in __perf_pmu__new_alias() 386 if (deprecated) in __perf_pmu__new_alias() 387 alias->deprecated = true; in __perf_pmu__new_alias() 784 (char *)pe->deprecated); in pmu_add_cpu_aliases_map() 1485 bool long_desc, bool details_flag, bool deprecated) in print_pmu_events() 1516 if (alias->deprecated && !deprecated) in print_pmu_events() 308 __perf_pmu__new_alias(struct list_head *list, char *dir, char *name, char *desc, char *val, char *long_desc, char *topic, char *unit, char *perpkg, char *metric_expr, char *metric_name, char *deprecated) __perf_pmu__new_alias() argument 1484 print_pmu_events(const char *event_glob, bool name_only, bool quiet_flag, bool long_desc, bool details_flag, bool deprecated) print_pmu_events() argument
|
/kernel/linux/linux-5.10/drivers/pinctrl/renesas/ |
H A D | sh_pfc.h | 625 deprecated)); char name[(bank * 32) + pin] __attribute__((deprecated 628 char dummy[0] __attribute__((deprecated, \ 630 deprecated)); \ 692 deprecated)); char pfx[pn] __attribute__((deprecated 695 char dummy[0] __attribute__((deprecated, \ 697 deprecated)); \
|
/kernel/linux/linux-6.6/drivers/pinctrl/renesas/ |
H A D | sh_pfc.h | 637 deprecated)); char name[(bank * 32) + pin] __attribute__((deprecated 640 char dummy[0] __attribute__((deprecated, \ 642 deprecated)); \ 703 deprecated)); char pfx[pn] __attribute__((deprecated 706 char dummy[0] __attribute__((deprecated, \ 708 deprecated)); \
|
/kernel/linux/linux-5.10/tools/lib/bpf/ |
H A D | libbpf_common.h | 18 #define LIBBPF_DEPRECATED(msg) __attribute__((deprecated(msg)))
|
/kernel/linux/linux-5.10/tools/perf/pmu-events/ |
H A D | pmu-events.h | 26 const char *deprecated; member
|
H A D | jevents.c | 68 char *deprecated; member 380 if (je->deprecated) in print_events_table_entry() 381 fprintf(outfp, "\t.deprecated = \"%s\",\n", je->deprecated); in print_events_table_entry() 402 char *deprecated; member 432 op(deprecated); \ 632 addfield(map, &je.deprecated, "", "", val); in json_events() 692 free(je.deprecated); in json_events()
|
/kernel/linux/linux-5.10/tools/perf/tests/ |
H A D | pmu-events.c | 230 if (!is_same(table->deprecated, te->deprecated)) { in test_pmu_event_table() 231 pr_debug2("testing event table %s: mismatched deprecated, %s vs %s\n", in test_pmu_event_table() 232 table->name, table->deprecated, in test_pmu_event_table() 233 te->deprecated); in test_pmu_event_table()
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | pmus.c | 355 bool deprecated; member 429 s->deprecated = info->deprecated; in perf_pmus__print_pmu_events__callback() 481 aliases[j].deprecated, in perf_pmus__print_pmu_events()
|
H A D | print-events.h | 18 bool deprecated, const char *event_type_desc,
|
H A D | pmu.c | 80 * @deprecated: Is the event hidden and so not shown in perf list by 83 bool deprecated; member 507 bool deprecated = false, perpkg = false; in perf_pmu__new_alias() local 519 deprecated = pe->deprecated; in perf_pmu__new_alias() 532 alias->deprecated = deprecated; in perf_pmu__new_alias() 1700 info.deprecated = event->deprecated; in perf_pmu__for_each_event() 1716 info.deprecated in perf_pmu__for_each_event() [all...] |
/kernel/linux/linux-6.6/tools/lib/bpf/ |
H A D | libbpf_common.h | 19 #define LIBBPF_DEPRECATED(msg) __attribute__((deprecated(msg))) 21 /* Mark a symbol as deprecated when libbpf version is >= {major}.{minor} */
|
/kernel/linux/linux-6.6/tools/perf/tests/ |
H A D | pmu-events.c | 341 if (e1->deprecated != e2->deprecated) { in compare_pmu_events() 342 pr_debug2("testing event e1 %s: mismatched deprecated, %d vs %d\n", in compare_pmu_events() 343 e1->name, e1->deprecated, e2->deprecated); in compare_pmu_events()
|
/kernel/linux/linux-5.10/include/uapi/linux/usb/ |
H A D | functionfs.h | 50 /* Legacy format, deprecated as of 3.14. */ 56 } __attribute__((packed, deprecated)); 111 * Legacy descriptors format (deprecated as of 3.14):
|
/kernel/linux/linux-6.6/include/uapi/linux/usb/ |
H A D | functionfs.h | 50 /* Legacy format, deprecated as of 3.14. */ 56 } __attribute__((packed, deprecated)); 111 * Legacy descriptors format (deprecated as of 3.14):
|
/kernel/linux/linux-6.6/tools/perf/pmu-events/ |
H A D | pmu-events.h | 51 bool deprecated; member
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/usb/ |
H A D | functionfs.h | 45 } __attribute__((packed, deprecated));
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/usb/ |
H A D | functionfs.h | 57 } __attribute__((packed, deprecated));
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/usb/ |
H A D | functionfs.h | 57 } __attribute__((packed, deprecated));
|
/kernel/linux/linux-5.10/arch/mips/include/asm/octeon/ |
H A D | cvmx-l2c.h | 301 /* Wrapper providing a deprecated old function name */ 304 __attribute__((deprecated));
|