Searched refs:deprecated (Results 1 – 14 of 14) sorted by relevance
/tools/perf/ |
D | builtin-list.c | 29 bool deprecated = false; in cmd_list() local 38 OPT_BOOLEAN(0, "deprecated", &deprecated, in cmd_list() 61 details_flag, deprecated); in cmd_list() 85 deprecated); in cmd_list() 119 deprecated); in cmd_list()
|
D | command-list.txt | 3 # command name category [deprecated] [common]
|
/tools/lib/bpf/ |
D | libbpf_common.h | 18 #define LIBBPF_DEPRECATED(msg) __attribute__((deprecated(msg)))
|
/tools/perf/pmu-events/ |
D | pmu-events.h | 27 const char *deprecated; member
|
D | jevents.c | 69 char *deprecated; member 404 if (je->deprecated) in print_events_table_entry() 405 fprintf(outfp, "\t.deprecated = \"%s\",\n", je->deprecated); in print_events_table_entry() 427 char *deprecated; member 457 op(deprecated); \ 659 addfield(map, &je.deprecated, "", "", val); in json_events() 720 free(je.deprecated); in json_events()
|
/tools/perf/ui/gtk/ |
D | Build | 1 CFLAGS_gtk += -fPIC $(GTK_CFLAGS) -Wno-deprecated-declarations
|
/tools/perf/util/ |
D | pmu.h | 80 bool deprecated; member 115 bool deprecated);
|
D | pmu.c | 326 *metric_expr = NULL, *metric_name = NULL, *deprecated = NULL, in __perf_pmu__new_alias() local 336 deprecated = (char *)pe->deprecated; in __perf_pmu__new_alias() 349 alias->deprecated = false; in __perf_pmu__new_alias() 405 if (deprecated) in __perf_pmu__new_alias() 406 alias->deprecated = true; in __perf_pmu__new_alias() 1673 bool long_desc, bool details_flag, bool deprecated) in print_pmu_events() argument 1704 if (alias->deprecated && !deprecated) in print_pmu_events()
|
D | parse-events.h | 222 bool long_desc, bool details_flag, bool deprecated);
|
D | parse-events.c | 3009 bool long_desc, bool details_flag, bool deprecated) in print_events() argument 3021 details_flag, deprecated); in print_events()
|
/tools/perf/tests/ |
D | pmu-events.c | 300 if (!is_same(e1->deprecated, e2->deprecated)) { in compare_pmu_events() 302 e1->name, e1->deprecated, e2->deprecated); in compare_pmu_events()
|
/tools/perf/Documentation/ |
D | perf-list.txt | 39 --deprecated:: 40 Print deprecated events. By default the deprecated events are hidden.
|
D | perf.data-file-format.txt | 488 PERF_RECORD_HEADER_EVENT_TYPE = 65, /* deprecated */
|
/tools/build/feature/ |
D | Makefile | 207 $(BUILD) $(shell $(PKG_CONFIG) --libs --cflags gtk+-2.0 2>/dev/null) -Wno-deprecated-declarations
|