Searched refs:timespan (Results 1 – 8 of 8) sorted by relevance
/systemd-251/src/analyze/ ! |
D | meson.build | 40 'analyze-timespan.c', 41 'analyze-timespan.h',
|
D | analyze.h | 44 void time_parsing_hint(const char *p, bool calendar, bool timestamp, bool timespan);
|
D | analyze.c | 154 void time_parsing_hint(const char *p, bool calendar, bool timestamp, bool timespan) { in time_parsing_hint() argument 161 if (timespan && parse_time(p, NULL, USEC_PER_SEC) >= 0) in time_parsing_hint()
|
/systemd-251/src/shared/ ! |
D | condition.c | 1055 const char *timespan; in condition_test_psi() local 1057 timespan = skip_leading_chars(fourth, NULL); in condition_test_psi() 1058 if (!timespan) in condition_test_psi() 1061 if (startswith(timespan, "10sec")) in condition_test_psi() 1063 else if (startswith(timespan, "1min")) in condition_test_psi() 1065 else if (startswith(timespan, "5min")) in condition_test_psi()
|
D | format-table.c | 89 usec_t timespan; member 1252 return CMP(a->timespan, b->timespan); in cell_data_compare() 1481 if (!format_timespan(p, FORMAT_TIMESPAN_MAX, d->timespan, in table_data_format() 2502 if (d->timespan == USEC_INFINITY) in table_data_to_json() 2505 return json_variant_new_unsigned(ret, d->timespan); in table_data_to_json()
|
/systemd-251/shell-completion/zsh/ ! |
D | _systemd-analyze | 65 'timespan:Parse a systemd syntax timespan'
|
/systemd-251/shell-completion/bash/ ! |
D | systemd-analyze | 63 [STANDALONE]='time blame plot dump unit-paths exit-status calendar timestamp timespan'
|
/systemd-251/ ! |
D | NEWS | 4658 - "systemd-analyze timespan" parses and converts timespans (i.e. 5550 * systemd-analyze gained a new verb "timespan" for parsing and
|