Home
last modified time | relevance | path

Searched refs:deprecated (Results 1 - 25 of 44) sorted by relevance

12

/kernel/linux/linux-5.10/tools/perf/
H A Dbuiltin-list.c29 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 Dlos_toolchain.h88 #define DEPRECATED __attribute__((deprecated))
127 #define DEPRECATED __attribute__((deprecated))
166 #define DEPRECATED __attribute__((deprecated))
/kernel/linux/linux-6.6/tools/perf/
H A Dbuiltin-list.c46 /** @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 Dclk-sp810.c91 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 Dclk-sp810.c92 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 Dpmu.h72 bool deprecated; member
105 bool deprecated);
H A Dpmu.c314 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 Dsh_pfc.h625 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 Dsh_pfc.h637 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 Dlibbpf_common.h18 #define LIBBPF_DEPRECATED(msg) __attribute__((deprecated(msg)))
/kernel/linux/linux-5.10/tools/perf/pmu-events/
H A Dpmu-events.h26 const char *deprecated; member
H A Djevents.c68 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 Dpmu-events.c230 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 Dpmus.c355 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 Dprint-events.h18 bool deprecated, const char *event_type_desc,
H A Dpmu.c80 * @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 Dlibbpf_common.h19 #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 Dpmu-events.c341 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 Dfunctionfs.h50 /* 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 Dfunctionfs.h50 /* 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 Dpmu-events.h51 bool deprecated; member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/usb/
H A Dfunctionfs.h45 } __attribute__((packed, deprecated));
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/usb/
H A Dfunctionfs.h57 } __attribute__((packed, deprecated));
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/usb/
H A Dfunctionfs.h57 } __attribute__((packed, deprecated));
/kernel/linux/linux-5.10/arch/mips/include/asm/octeon/
H A Dcvmx-l2c.h301 /* Wrapper providing a deprecated old function name */
304 __attribute__((deprecated));

Completed in 19 milliseconds

12