Home
last modified time | relevance | path

Searched refs:deprecated (Results 1 – 14 of 14) sorted by relevance

/tools/perf/
Dbuiltin-list.c29 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()
Dcommand-list.txt3 # command name category [deprecated] [common]
/tools/lib/bpf/
Dlibbpf_common.h18 #define LIBBPF_DEPRECATED(msg) __attribute__((deprecated(msg)))
/tools/perf/pmu-events/
Dpmu-events.h27 const char *deprecated; member
Djevents.c69 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/
DBuild1 CFLAGS_gtk += -fPIC $(GTK_CFLAGS) -Wno-deprecated-declarations
/tools/perf/util/
Dpmu.h80 bool deprecated; member
115 bool deprecated);
Dpmu.c326 *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()
Dparse-events.h222 bool long_desc, bool details_flag, bool deprecated);
Dparse-events.c3009 bool long_desc, bool details_flag, bool deprecated) in print_events() argument
3021 details_flag, deprecated); in print_events()
/tools/perf/tests/
Dpmu-events.c300 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/
Dperf-list.txt39 --deprecated::
40 Print deprecated events. By default the deprecated events are hidden.
Dperf.data-file-format.txt488 PERF_RECORD_HEADER_EVENT_TYPE = 65, /* deprecated */
/tools/build/feature/
DMakefile207 $(BUILD) $(shell $(PKG_CONFIG) --libs --cflags gtk+-2.0 2>/dev/null) -Wno-deprecated-declarations