Home
last modified time | relevance | path

Searched refs:no_header (Results 1 – 8 of 8) sorted by relevance

/openbmc/qemu/scripts/
H A Dsimpletrace.py330 *no_header, trace_event_path, trace_file_path = sys.argv[1:]
331 assert no_header == [] or no_header == ['--no-header'], 'Invalid no-header argument'
336 process(events_fobj, log_fobj, analyzer, read_header=not no_header)
/openbmc/openbmc-test-automation/bin/
H A Devent_notification_util.py56 print_var(event_notifications, fmt=[no_header(), strip_brackets()])
H A Dwebsocket_monitor.py223 fmt=no_header() | strip_brackets(),
/openbmc/openbmc-test-automation/lib/
H A Devent_notification.py92 fmt=gp.no_header() | gp.strip_brackets(),
H A Dgen_print.py1161 if fmt & no_header():
/openbmc/linux/tools/tracing/rtla/src/
H A Dosnoise_hist.c40 char no_header; member
261 if (params->no_header) in osnoise_hist_header()
650 params->no_header = 1; in osnoise_hist_parse_args()
H A Dtimerlat_hist.c48 char no_header; member
242 if (params->no_header) in timerlat_hist_header()
760 params->no_header = 1; in timerlat_hist_parse_args()
/openbmc/openbmc/poky/scripts/lib/devtool/
H A Dutilcmds.py190 if not args.no_header: