Searched refs:arg_filter (Results 1 - 3 of 3) sorted by relevance

/systemd/src/bootchart/
H A Dbootchart.h106 extern bool arg_filter;
H A Dbootchart.c79 bool arg_filter = true; variable
104 { "Bootchart", "Filter", config_parse_bool, 0, &arg_filter },
194 arg_filter = false;
H A Dsvg.c113 fprintf(of, "<!-- rel=\"%d\" f=\"%d\" -->\n", arg_relative, arg_filter);
897 if (!arg_filter)

Completed in 2813 milliseconds