Searched refs:deprecated (Results 1 – 19 of 19) sorted by relevance
| /tools/perf/ |
| A D | builtin-list.c | 51 bool deprecated; member 122 bool deprecated, const char *event_type_desc, in default_print_event() argument 130 if (deprecated && !print_state->deprecated) in default_print_event() 367 bool deprecated, const char *event_type_desc, in json_print_event() argument 413 if (deprecated) { in json_print_event() 416 deprecated ? "1" : "0"); in json_print_event() 549 OPT_BOOLEAN(0, "deprecated", &default_ps.deprecated, in cmd_list()
|
| A D | command-list.txt | 3 # command name category [deprecated] [common]
|
| /tools/perf/ui/gtk/ |
| A D | Build | 1 CFLAGS_gtk += -fPIC $(GTK_CFLAGS) -Wno-deprecated-declarations
|
| /tools/perf/util/ |
| A D | print-events.h | 18 bool deprecated, const char *event_type_desc,
|
| A D | pmus.c | 523 bool deprecated; member 599 s->deprecated = info->deprecated; in perf_pmus__print_pmu_events__callback() 652 aliases[j].deprecated, in perf_pmus__print_pmu_events()
|
| A D | pmu.c | 103 bool deprecated; member 572 bool deprecated = false, perpkg = false; in perf_pmu__new_alias() local 584 deprecated = pe->deprecated; in perf_pmu__new_alias() 598 alias->deprecated = deprecated; in perf_pmu__new_alias() 2123 info.deprecated = event->deprecated; in perf_pmu__for_each_event() 2139 info.deprecated = false; in perf_pmu__for_each_event()
|
| A D | pmu.h | 219 bool deprecated; member
|
| /tools/tracing/rtla/ |
| A D | Makefile.standalone | 18 $(info This is a deprecated method to compile RTLA, please compile from Linux kernel source)
|
| /tools/perf/util/scripting-engines/ |
| A D | Build | 9 …nt-decls -Wno-strict-prototypes -Wno-unused-parameter -Wno-shadow -Wno-deprecated-declarations -Wn…
|
| /tools/lib/bpf/ |
| A D | libbpf_common.h | 19 #define LIBBPF_DEPRECATED(msg) __attribute__((deprecated(msg)))
|
| /tools/perf/pmu-events/ |
| A D | pmu-events.h | 60 bool deprecated; member
|
| A D | empty-pmu-events.c | 351 pe->deprecated = *p - '0'; in decompress_event()
|
| A D | jevents.py | 348 self.deprecated = jd.get('Deprecated')
|
| /tools/perf/tests/ |
| A D | pmu-events.c | 336 if (e1->deprecated != e2->deprecated) { in compare_pmu_events() 338 e1->name, e1->deprecated, e2->deprecated); in compare_pmu_events()
|
| /tools/perf/Documentation/ |
| A D | perf-list.txt | 39 --deprecated:: 40 Print deprecated events. By default the deprecated events are hidden.
|
| A D | perf.data-file-format.txt | 490 PERF_RECORD_HEADER_EVENT_TYPE = 65, /* deprecated */ 605 PERF_RECORD_COMPRESSED = 81, /* deprecated */ 611 It is deprecated and new files should use PERF_RECORD_COMPRESSED2 to gurantee
|
| /tools/build/feature/ |
| A D | Makefile | 250 $(BUILD) $(shell $(PKG_CONFIG) --libs --cflags gtk+-2.0 2>/dev/null) -Wno-deprecated-declarations
|
| /tools/perf/trace/beauty/include/uapi/sound/ |
| A D | asound.h | 337 } __attribute__((deprecated));
|
| /tools/arch/x86/kcpuid/ |
| A D | cpuid.csv | 784 …07, 0, edx, 11, proc_feedback , Processor feedback interface (deprecated)
|
Completed in 40 milliseconds