Lines Matching refs:deprecated
46 /** @deprecated: Print deprecated events or metrics. */
47 bool deprecated;
101 bool deprecated, const char *event_type_desc,
108 if (deprecated && !print_state->deprecated)
327 bool deprecated, const char *event_type_desc,
366 if (deprecated) {
368 deprecated ? "1" : "0");
474 OPT_BOOLEAN(0, "deprecated", &default_ps.deprecated,
475 "Print deprecated events."),