Home
last modified time | relevance | path

Searched refs:record_file (Results 1 – 3 of 3) sorted by relevance

/external/linux-tools-perf/src/tools/perf/util/
Dtrace-event-info.c59 static int record_file(const char *file, ssize_t hdr_sz) in record_file() function
126 if (record_file(path, 8) < 0) { in record_header_files()
150 if (record_file(path, 8) < 0) { in record_header_files()
229 err = record_file(format, 8); in copy_event_system()
362 return record_file(path, 4); in record_proc_kallsyms()
386 err = record_file(path, 4); in record_ftrace_printk()
579 err = record_file(tdata->temp_file, 0); in tracing_data_put()
/external/ppp/pppd/
Dtty.c149 char *record_file = NULL; /* File to record chars sent/received */ variable
205 { "record", o_string, &record_file,
535 if (using_pty || record_file != NULL) { in connect_tty()
630 if (record_file != NULL) { in connect_tty()
668 } else if (record_file != NULL) { in connect_tty()
674 if (using_pty || record_file != NULL) { in connect_tty()
947 charshunt(0, 1, record_file);
978 charshunt(ifd, ofd, record_file) in charshunt() argument
980 char *record_file;
1048 if (record_file != NULL) {
[all …]
Dpppd.h313 extern char *record_file; /* File to record chars sent/received */